chrisbeau
04-07-2009, 01:29 PM
Couple of quickie questions.
I have our forum root installed directly on the server, no forum folder.
If I install vbadvanced do I need to move the forum root into a new folder. eg www.mysite.com/forum to get cmps_index.php to appear as the homepage ?
Secondly, I have a mod installed in appears on the navbar template that puts column of pics from vbpicgallery in, but when cmps calls $navbar that mod does not appear properly, this mod does work on the standard homepage.
Here is the code used:
<!-- start vBPicGallery plugin -->
<table class="tborder" cellpadding="3" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat" colspan="5"><span class="smallfont"><b>$vbphrase[vbpicgallery_latest_uploads]<if condition="$bbuserinfo[userid]"> - <a href="$vboptions[bburl]/vbpgedit.php?$session[sessionurl]do=editgallery&u=$bbuserinfo[userid]">$vbphrase[vbpicgallery_add_edit]</a></if></b></span></td>
</tr>
<tr>
$latestbits
</tr>
</table>
<!-- end vBPicGallery plugin -->
Can anyone help ?
We are using vBulletin® Version 3.7.2
I have our forum root installed directly on the server, no forum folder.
If I install vbadvanced do I need to move the forum root into a new folder. eg www.mysite.com/forum to get cmps_index.php to appear as the homepage ?
Secondly, I have a mod installed in appears on the navbar template that puts column of pics from vbpicgallery in, but when cmps calls $navbar that mod does not appear properly, this mod does work on the standard homepage.
Here is the code used:
<!-- start vBPicGallery plugin -->
<table class="tborder" cellpadding="3" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr>
<td class="tcat" colspan="5"><span class="smallfont"><b>$vbphrase[vbpicgallery_latest_uploads]<if condition="$bbuserinfo[userid]"> - <a href="$vboptions[bburl]/vbpgedit.php?$session[sessionurl]do=editgallery&u=$bbuserinfo[userid]">$vbphrase[vbpicgallery_add_edit]</a></if></b></span></td>
</tr>
<tr>
$latestbits
</tr>
</table>
<!-- end vBPicGallery plugin -->
Can anyone help ?
We are using vBulletin® Version 3.7.2