Plugin - Approve bulk for phpld version 2

Discussion in 'Directories' started by wptheme, Dec 1, 2008.

  1. #1
    wptheme, Dec 1, 2008 IP
  2. autosubmit

    autosubmit Banned

    Messages:
    106
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'm interested also, where to download the version for phpld v2.1?
     
    autosubmit, Dec 1, 2008 IP
  3. humm

    humm बहादुर बच्चा

    Messages:
    4,346
    Likes Received:
    850
    Best Answers:
    0
    Trophy Points:
    310
    #3
    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. :)
     
    humm, Dec 1, 2008 IP
  4. wptheme

    wptheme Well-Known Member

    Messages:
    4,051
    Likes Received:
    346
    Best Answers:
    0
    Trophy Points:
    180
    #4
    Emm..I am using 2.8
    Any suggestions?
     
    wptheme, Dec 1, 2008 IP
  5. WallaceYeung

    WallaceYeung Notable Member

    Messages:
    3,377
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    230
    Digital Goods:
    1
    #5
    Updated to phpld 3, worth to pay the money. :)
     
    WallaceYeung, Dec 2, 2008 IP
  6. Freewebspace

    Freewebspace Notable Member

    Messages:
    6,213
    Likes Received:
    370
    Best Answers:
    0
    Trophy Points:
    275
    #6
    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..
     
    Freewebspace, Dec 2, 2008 IP
  7. wptheme

    wptheme Well-Known Member

    Messages:
    4,051
    Likes Received:
    346
    Best Answers:
    0
    Trophy Points:
    180
    #7
    Can you explain further? Thanks
    p/s- don't want to upgrade for a certain reason.:)
     
    wptheme, Dec 2, 2008 IP
  8. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #8
    I don't think bulk approve is a good idea if you're wanting to run a decent directory.
     
    mikey1090, Dec 2, 2008 IP
  9. WallaceYeung

    WallaceYeung Notable Member

    Messages:
    3,377
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    230
    Digital Goods:
    1
    #9
    sometimes i use bulk remove only...;)
     
    WallaceYeung, Dec 2, 2008 IP
  10. wptheme

    wptheme Well-Known Member

    Messages:
    4,051
    Likes Received:
    346
    Best Answers:
    0
    Trophy Points:
    180
    #10
    Why not? I bulk approve the good sites and dismiss non quality sites. Anyone has the mod?
     
    wptheme, Dec 2, 2008 IP
  11. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #11
    Bad times.
    Thats not as bad, but still means descriptions and titles go un-edited.
     
    mikey1090, Dec 2, 2008 IP
  12. Radi

    Radi Active Member

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #12
    Hi,

    Can someone send me this mod for version phpLD 2.2 PLEASE ?
     
    Radi, Apr 9, 2010 IP
  13. sitemasters2010

    sitemasters2010 Greenhorn

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #13
    Did anyone manage to track down this mod?
     
    sitemasters2010, Mar 11, 2011 IP
  14. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #14
    Version: 2.x

    in submit.php:

    find:

    $payment_id = $data['ID'];

    after that add:

    $data['STATUS'] = 2;




    That should work.
     
    an0n, Mar 11, 2011 IP
  15. sitemasters2010

    sitemasters2010 Greenhorn

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #15
    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.
     
    sitemasters2010, Mar 14, 2011 IP
  16. john.c

    john.c Active Member

    Messages:
    115
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #16
    UPDATE PLD_LINK set STATUS = replace(STATUS, ‘1’, ‘2’);

    or

    UPDATE `PLD_LINK` SET `STATUS`= 2 WHERE `STATUS` = 1
     
    john.c, Mar 15, 2011 IP
  17. sitemasters2010

    sitemasters2010 Greenhorn

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #17
    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
     
    sitemasters2010, Mar 15, 2011 IP
  18. CReed

    CReed Prominent Member

    Messages:
    3,969
    Likes Received:
    595
    Best Answers:
    0
    Trophy Points:
    310
    #18
    CReed, Mar 15, 2011 IP