PDA

View Full Version : A couple of issues I'm having


SilentNoise
12-31-2005, 03:19 PM
Starting from square-1.....

This is the software I'm using: CMPS 2.0, vB 3.5.2, vBa/PhotoPost Gallery 1.0.1

Part 1:
Try to log into the homepage, even after deleting my cookies and clearing my cache, CMPS gives me the whole welcome screen thing but then comes back to the main page and I'm not logged in.......... but if I got to the Forum after that I'm all of a sudden logged in, and when I got to the Gallery I'm not logged in again.

Part 2:
Whenever I'm in the forum, I can link to the gallery's address without any problems, but when going back to the forum I get a big white "Not Found" screen because it's trying to take me back to http://www.wolfpackcc.com/forum/http://www.wolfpackcc.com?s=(whatever_the_session_ID_is) (http://www.wolfpackcc.com/forum/http://www.wolfpackcc.com?s=%28whatever_the_session_ID_is%29)
I can go back to the CMPS, but as I mentioned before I still have to deal with the whole logging out thing.


I'm running two navbars on my site - both are found in the regular navbar section of the Edit Templetes area of AdminCP, but everything else works fine other than these 3 links.......... here's the section of code: (let me know if you need to see anything else)


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="$vboptions[homeurl]/index.php?$session[sessionurl]">Home</a></td>
<td class="vbmenu_control"><a href="$vboptions[bburl]/$vboptions[forumhome].php?$session[sessionurl]">Forums</a></td>
<td class="vbmenu_control"><a href="$vboptions[homeurl]/gallery/index.php?$session[sessionurl]">Gallery</a></td>
<td class="vbmenu_control"><a href="http://www.wolfpackcc.com/forum/videos.php?">Videos</a></td>
<td class="vbmenu_control"><a href="http://www.wolfpackcc.com/forum/events.php?">2006 Event Listings</a></td>
<td class="vbmenu_control"><a href="http://www.wolfpackcc.com/forum/contacts.php?">Staff Contacts</a></td>
</tr>
</table>

SilentNoise
12-31-2005, 05:48 PM
Actually... maybe it's a Firefox thing. The login thing seems to work with IE6, but the link from the gallery to the forum is still screwy.

For the meantime I've just coded it to link to the exact address (http://www.wolfpackcc.com/forum/index.php?) instead of calling up the php code link and things seem to be working, but I still wouldn't mind knowing why it's calling for the address twice.

Our Sponsors
 

Brian
12-31-2005, 06:44 PM
1). Please see the post in the FAQ forum here regarding login issues.
2). If you remove $vboptions[homeurl] from those links then that should take care of those.