PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   Ok, so now what? (http://www.photoplog.com/forum/showthread.php?t=1734)

hoydie17 09-12-2007 04:43 PM

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

Morgan 09-12-2007 04:56 PM

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:

                <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
And afterwards add the following:
Code:

                <td class="vbmenu_control"><a href="/YOUR-PHOTOPLOG-DIR/index.php$session[sessionurl_q]">Gallery</a></td>

hoydie17 09-12-2007 04:59 PM

Quote:

Originally Posted by Morgan (Post 14028)
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.

Tried that a few times and no change.

Quote:

Originally Posted by Morgan (Post 14028)
To get a gallery link in the vB navbar, find the following in the vB navbar template:
Code:

                <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
And afterwards add the following:
Code:

                <td class="vbmenu_control"><a href="/YOUR-PHOTOPLOG-DIR/index.php$session[sessionurl_q]">Gallery</a></td>

What subsection would I find that under on the control panel?

Thanks for the quick reply!

Sean

Morgan 09-12-2007 05:07 PM

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

hoydie17 09-12-2007 05:08 PM

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

Morgan 09-12-2007 05:11 PM

Did you replace YOUR-PHOTOPLOG-DIR with the actual directory name when you made the template edit?

hoydie17 09-12-2007 05:11 PM

Quote:

Originally Posted by Morgan (Post 14030)
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: TCO'd


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

Morgan 09-12-2007 05:43 PM

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.

hoydie17 09-12-2007 05:49 PM

Quote:

Originally Posted by Morgan (Post 14037)
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.


Did as you instructed in ASCII mode. Called the script with proper corrections and got a 404.

Sean

Morgan 09-12-2007 05:54 PM

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.


All times are GMT. The time now is 09:44 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.