|
Attention: Last reply in this thread was more than 17 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
Ok, so now what?
Really green guy here, so bare with me.
I uploaded PhotoPlog Lite to my Vbulletin site. The install appears to have gone off with out any problems. However, I cannot see Photoplog anywhere on the leftside of the admin control panel as referenced in the README file. I'm assuming this is something that I must have missed, or just didn't do yet. The question, what is the step by step procedure after install? I've been into "vBulletin Options" and enabled PhotoPlog, and I've also been in Plugin Manager and made everything active, but still nothing. Not even over on the regular site itself. Thanks in advance for your support. Sean |
#2
|
||||
|
||||
Hard refresh your ACP index page by logging out and then logging back in, or by hitting Ctrl-F5, and then the side menu should appear. To get a gallery link in the vB navbar, find the following in the vB navbar template:
Code:
Content visible to registered users only. Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#3
|
|||
|
|||
Code:
Content visible to registered users only. Code:
Content visible to registered users only. Thanks for the quick reply! Sean |
#4
|
||||
|
||||
1: Make sure you FTPed the bitfield_photoplog.xml and cpnav_photoplog.xml files into your /forum/includes/xml directory, and then so another hard refresh of the ACP page.
2: ACP -> Styles & Templates -> Search in Templates
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#5
|
|||
|
|||
Little update.
I found the Template heet, and was able to get the link into the NAVBAR. Of course now it links to a "cannot find page". If my suspiscion is correct, that is because I haven't set the PhotoPlog Configs in the vBaCP yet, right? Sean |
#6
|
||||
|
||||
Did you replace YOUR-PHOTOPLOG-DIR with the actual directory name when you made the template edit?
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#7
|
|||
|
|||
Code:
Content visible to registered users only. Both of those files are there, and I also called the bitfieldrebuild script, no further changes. Maybe I'm just being a jacka$$ and not looking under the right menu subcategory? There is nothing that specifically says PhotoPlog. Sean |
#8
|
||||
|
||||
The cpnav_photoplog.xml is what builds the PhotoPlog side menu in the ACP. The bitfield_photoplog.xml is what allows you to set PhotoPlog permissions via the Usergroup Manager. If those files are there, then the related items should show on screen. The PhotoPlog ACP side menu should appear near the top of the other side menus. Maybe when the XML files were FTPed they got corrupted. Try reFTPing them in ASCII mode, and then call http://www.your-site.com/your-forum-dir/includes/xml/cpnav_photoplog.xml from your browser to check if you see the file.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#9
|
|||
|
|||
Code:
Content visible to registered users only. Did as you instructed in ASCII mode. Called the script with proper corrections and got a 404. Sean |
#10
|
||||
|
||||
The 404 means not found, so my guess is that wherever you are FTPing the the bitfield_photoplog.xml and cpnav_photoplog.xml files, it's not the right spot. That, or the link you used to see the XML file is incorrect. In the /forum/includes/xml directory, you should also see the bitfield_vbulletin.xml, cpnav_vbulletin.xml, and hooks_vbulletin.xml files, among others.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
|
|