The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there somewhere I can change my forum so that guest have to register in order to view the index and forum? Oh, and is there a place where I can ask questions and won't have to post new threads....lol. I feel kind of bad posting them. thanks
![]() |
#2
|
||||
|
||||
![]()
admincp >> forums and moderators >> forum permissions
|
#3
|
|||
|
|||
![]()
okay, one more question to who ever can answer? Is there a way that you can place the Cat. column where the forum, last post, replies, ect column is and the forum, last post, replies, ect column where the cat. column is? Get what I mean?
|
#4
|
|||
|
|||
![]()
in your forumhome template find
Code:
<tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="175">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> in your forumhome_forumbit_level1_nopost find Code:
<if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> Code:
<tr align="center"> <td class="thead" width="35"> </td> <td class="thead" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="200">$vbphrase[last_post]</td> <td class="thead" width="65">$vbphrase[threads]</td> <td class="thead" width="65">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead" width="120">$vbphrase[moderator]</td> </if> </tr> |
#5
|
|||
|
|||
![]()
okay, thanks. One more question. I know you are so tired of me...lol. Anyways, is there a way that you can make a space between each cat. and forum? get what I mean? like you have a space between the cat./forums and the stats menu. I want that between get cat.
|
#6
|
||||
|
||||
![]()
Just a note on the guests not viewing your forum, you should do Admin CP --> Usergroups --> Guests --> Can View Forum = No. It'll make it a lot easier.
|
#7
|
|||
|
|||
![]()
okay, thanks....I did that. It was too much trouble to do the forum permission. thanks!
|
#8
|
||||
|
||||
![]()
No prob.
![]() |
#9
|
|||
|
|||
![]() |
#10
|
|||
|
|||
![]()
Okay, thanks!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|