Archive for vBulletin 4 Questions, Problems and Troubleshooting
Jul
02
Forum Usergroups and ranks
Posted by: | CommentsI have found that if I create a custom usergroup for example "Staff" they can not use the forums unless I add "Registered Users" as a secondary usergroup in each one of them.
So my problem now is that I don't want them to display the normal Registered User rank but want them to just display a "Staff Member" rank under their username.
Any idea how I can do this - thanks
So my problem now is that I don't want them to display the normal Registered User rank but want them to just display a "Staff Member" rank under their username.
Any idea how I can do this - thanks
Jul
02
CMS CMS Permissions
Posted by: | CommentsChanged the permissions for a section through the CMS Permissions settings, to let unregistered users to see the section. But it's not working. Is there any other setting I need to change ? I couldn't find anything in the usergroup which controls cms permissions.
Also other question, how to change permissions for say 30 sections and sub-sections all at once, rather than go through each one of them individually.
Appreciate the help.
Also other question, how to change permissions for say 30 sections and sub-sections all at once, rather than go through each one of them individually.
Appreciate the help.
Jul
02
Forum vBulletin 4 Template Conditional for Forum ID not working correctly?
Posted by: | CommentsI have this code here:
But it doesn't show up in those forums. If I remove the if statement code it works just fine. As far as I can tell that is the correct template conditional. This is for the template FORUMDISPLAY.
Code:
<vb:if condition="in_array($forum['forumid'], array(112,113,114))">
<a rel="nofollow" class="newcontent_textcontrol" href="misc.php?do=form&fid=7">Want to Trade</a>
<a rel="nofollow" class="newcontent_textcontrol" href="misc.php?do=form&fid=1">Want to Sale</a>
<a rel="nofollow" class="newcontent_textcontrol" href="misc.php?do=form&fid=2">Want to Buy</a>
</vb:if>But it doesn't show up in those forums. If I remove the if statement code it works just fine. As far as I can tell that is the correct template conditional. This is for the template FORUMDISPLAY.
Jul
02
Forum Bug attachments
Posted by: | CommentsJul
02
Forum Server Upgrade
Posted by: | CommentsWe just upgraded our server as we were short on RAM and space. After it was completed, I found that all of the products no longer worked! This includes blogs and the CRM.
Has anyone heard of this and is there an easy fix?
Has anyone heard of this and is there an easy fix?
Jul
02
Forum How Could I Make Postbit Legacy to the "RIGHT" Side Instead?
Posted by: | CommentsHi all,
We all know the default postbit legacy layout is always on the left side, however I wish to make mine facing the right instead, any idea how this works?
Thanks all,
-Nhat :)
We all know the default postbit legacy layout is always on the left side, however I wish to make mine facing the right instead, any idea how this works?
Thanks all,
-Nhat :)
Jul
02
Forum how to make admin panel and forum quit opening in new window
Posted by: | Commentswhen i click admin on my forum i get a new window and when i click forum home page from my admin panel its a new window too... i wind up with a dozen windows open cause i click one page then click another to see the changes made... how do i get it all to just load in same window?
Jul
02
Forum Showing Adsense *Only If There’s" 2nd Post?
Posted by: | CommentsI already know how to stick adsense after 1st post, however that's not what I want.
For example: If there only ONE POST in a thread - adsense will NOT show under 1st post, but when there's a 2nd post.. the adsense then will appear under 1st post.
So basically, no 2nd post = no adsense.
I'm not sure but does it has anything with the <else> code?
Here's my coding sampling:
Any help is greatly appreciated :)
-Nhat
For example: If there only ONE POST in a thread - adsense will NOT show under 1st post, but when there's a 2nd post.. the adsense then will appear under 1st post.
So basically, no 2nd post = no adsense.
I'm not sure but does it has anything with the <else> code?
Here's my coding sampling:
Code:
<if condition="in_array($post['postcount'], array(1,9,10,15,20))">
<div style="padding:6px 0px 0px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" align="center">
ADSENSE CODES........
</td>
</tr>
</table>
</div>
</if>-Nhat


