Author Topic: checkimages-Subcategories only from logged user  (Read 11269 times)

0 Members and 1 Guest are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: checkimages-Subcategories only from logged user
« Reply #15 on: November 23, 2010, 05:11:24 PM »
So you are using a mod, not original checkimages.php (should've mentioned this).

Remove all the changes except for what you added under admin_global.php line.
Then find:
Code: [Select]
$category .= get_category_dropdown_bits($cat_id);
Replace it with:
Code: [Select]
global $usercat;
$category .= get_category_dropdown_bits($cat_id, $usercat);
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Krali

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: checkimages-Subcategories only from logged user
« Reply #16 on: November 23, 2010, 06:13:11 PM »
Hey,

GREAT, it works!!!

But I didn't have to delete anything :-)

Thank you very, very much!!!

Kind regards,

Klaus