The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Not sure if this is doable or not. What I want to do is make one of my forum sections to show "private" on the forum home page for everyone.. But the catch is I don't want to restrict access to that section for the registered users. Why I want to do this is, it's a place for NSFW(not safe for work) links discussions etc. and I figure people at work etc, prob don't want some of the thread titles to displayed on the forum home page. Thank you for your time.
|
#2
|
||||
|
||||
![]()
This could be achieved by wrapping the "last posts" column if conditionals, to check for the forum's id.
|
#3
|
|||
|
|||
![]()
Thank you for the fast reply. I would edit the forumdisplay template then?
|
#4
|
||||
|
||||
![]()
No, it would be one of the forumbit templates.
|
#5
|
|||
|
|||
![]()
ok found the template. ( used trial and error till I found the template that effected the "last post") So I need to add an If condition in the template? Sorry for all the questions. New to this and learning a good bit with messing around with the code etc, just not up there if most people. yet.
|
#6
|
|||
|
|||
![]()
Wouldn't password protecting that forum also work?
![]() That's how I have mine... ![]() |
#7
|
|||
|
|||
![]()
Would this be right? Sorta right?
Code:
<if condition="$forum['forumid'] == FORUMID">stumped here</if> |
#8
|
||||
|
||||
![]() Quote:
Quote:
Quote:
Code:
<if condition="$forum['forumid'] == FORUMID">Private</if> |
#9
|
|||
|
|||
![]()
Thank you very much Dismounted
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|