View Single Post
  #3  
Old 08-29-2006, 02:11 PM
stash stash is offline
Green Plog
 
Join Date: Aug 2006
Posts: 2
Gallery: 0
Comments: 0
Default

I had the same question but because there is nothing that could do what i want i made it my self....
So i have added the pannel to the modcp and it is visible only by the moderators who can moderate forum posts and/or attachments (because i use the same privelages...I olso added only the photoplogs admin options i wanted and these are: "Category Manager", "Moderate Files", "Moderate Comments". So heres what i do...
Go to ACP -> Plugins & Products -> Add New Plugin
at the Product select "PhotoPlog"
at the Hook Location select "mod_index_navigation"
at the Title write "Modarators Menu"
at the Execution Order live it as is "5"
and then at the Plugin PHP Code copy past the following code...
Code:
Content visible to registered users only.
Then open an ftp client and COPY the 3 photoplog files (photoplog_category.php, photoplog_file.php, photoplog_comment.php) from the admincp folder to the modcp folder.
After you do that you have to edit the 3 NEW files from the MODCP.
Go to line 29-30 (to all of them) and change the
Code:
Content visible to registered users only.
into
Code:
Content visible to registered users only.
after that there is olso one more thing to change....
go to the photoplog folder and edit the settings.php file.
Go to line 173 and change the
Code:
Content visible to registered users only.
into
Code:
Content visible to registered users only.
Reply With Quote