View Full Version : few questions
Damon
07-16-2004, 03:04 PM
Ive got this installed with vbulletin 3.0.3 and seems to be working fine. I have a link in subdreamer going to http://myhost.com/forum/index.php which works fine on the main page, but if im on the forum page, it wants to goto http://myhost.com/forum/index.php/http://myhost.com/forum/index.php
how can i fix this?
ik_wolverine6
07-16-2004, 03:36 PM
I had this problem as well. Go to the forumskin.php file and add ../ before the category links. See below for an example.
$categories = '<table cellpadding="0" cellspacing="0" border="0">
<tr>';
for($i = 0; $i < $categoryrows; $i++)
{
if($i+1 < $categoryrows)
{
$categories .= '<td><a href="../' . $categorylink[$i] . '" class="sdcategory">' . $categoryname[$i] . '</a></td>
<td width="28"><img src="../skins/iceknight/images/sep.gif" /></td>';
}
else
{
$categories .= '<td><a href="../'.$categorylink[$i].'" class="sdcategory">'.$categoryname[$i].'</a></td>';
}
}
$categories .= '</tr>
</table>';
In the admin panel enter the link as: forum
instead of http://myhost.com/forum/index.php
Make sure to reskin your forum.
Damon
07-16-2004, 04:34 PM
that works, removes the forum link when u goto forum. But it also removed my gallery link when i goto forum now. I have it set to members only but, i am logged in.
ik_wolverine6
07-16-2004, 05:09 PM
Yes, I know. I am sure Subduck will resolve this error. I too had reskinned my forum again and again and again in an attempt resolve this problem. Subduck, as you can see it is'nt only myself with this problem. Could there be another answer than the much stated re-skin the forum ?
You've created a great cms, this is in no way a thorn in your side. I'm sure there has to be a simple answer.
And Damon, sorry about the problem with members-only links only showing when in non-forum pages, but Subduck at the time was at a loss too. Until there is a fix for this; all we can do.
The next version really gets rid of the linking error issue. So in the next version it will work fine if you enter the full url: "http://myhost.com/forum/index.php".
Damon
07-16-2004, 07:27 PM
NP, its a great system, i was just wondering if i did somthign wrong or was it supposed to be like that, its not a big deal. Thanx subduck.
vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.