hey - I was wondering if you have "todo" list of things in order to make 'Your Classified Ads' compatibil with buddypress 1.5
I changed is_site_admin to is_admin - and plugin does install - bu some functionalities aren't - i.e. removing form or creating ads by other users than admin
Integration with buddypress 1.5
(2 posts) (2 voices)-
Posted 7 months ago #
-
Hi amilius, you should download the last version since I do not have "is_site_admin" references in the last release...
BTW; is_site_admin($user_id) is a deprecated function which has been replaced by is_super_admin($user_id); which is different from is_admin() - this one checks if we are in the backend.
And yes, I plan to make it compatible with BP 1.5. It is already; but I have to implement particular BP functionnalities.
Tell me !Posted 7 months ago #
Reply
You must log in to post.