Hi, I need this plugin. I got info from http://www.phplinkdirectory.com/forum/showthread.php?t=4834&highlight=approve Anyone has the mod plugin? Also any reference on how to install it. Thanks
I remember to have used this mod when I was on phpld 2.x way back in 2006. Anyways from what I know it will not support the latest 2.x version. Paid version of phpld is the best to use, it offers a lot of features.
Just Go to database and change the link status from 1 to 2 that would do it for you.. You can bulk approve all by using this query for all links..
Version: 2.x in submit.php: find: $payment_id = $data['ID']; after that add: $data['STATUS'] = 2; That should work.
Hi an0n, Thanks for the response, although I don't think that was what the original posters was asking. After many hours of trawling the net I finally find what it was we were all looking for and on this very forum no less. I'm not sure where I have the required privileges to post URLS here, but if anyone else is interested they can find the answer to this thread on: 127415 Once again though thanks an0n for your help.
UPDATE PLD_LINK set STATUS = replace(STATUS, ‘1’, ‘2’); or UPDATE `PLD_LINK` SET `STATUS`= 2 WHERE `STATUS` = 1
Hi John.c, As I understand it the first three posters were asking for a mod not a phpmyadmin query. The problem with your suggestion is that it will approve/reject all pending links without discrimination. What they were referring to I believe was the mod called CheckAll which adds a check box next to each link in the admin section whereby they can check multiple links and approve/reject with a single click while at the same time sending out the approve/reject emails. This mod can be found on thread 127415
Checkboxes for Approving Multiple links. link provided for reference only and does not constitute my endorsement