The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
i want to try and modify one forum, so that when a thread is posted the users profile does not show up for that specific forum. its a classifieds forum i set up and i would prefer to keep the profiles out, the ad submittal form has all the contact info in the thread.
so what template could i modify for this? ive tried fooling with the forumthread template with no luck. |
#2
|
|||
|
|||
![]()
postbit / postbit_legacy
|
#3
|
|||
|
|||
![]()
thanks, ive fooled around with that template as well with no luck.
and is there a conditional that will exclude instead of include? because i only need to exclude one forum from showing users profiles, it would be easier instead of listing an 'if' conditional for all the other forums. because i will have a lot of forums. |
#4
|
||||
|
||||
![]() Code:
<if conditon="$forum['forumid'] != FORUMIDTOEXCLUDE">CODE</if> |
#5
|
|||
|
|||
![]() Quote:
<if conditon="$forum['30'] != FORUMIDTOEXCLUDE"> <if condition="$show['avatar']"> <div class="smallfont"> <a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> </div> </if></if> |
#6
|
|||
|
|||
![]()
it would be
HTML Code:
<if condition="$forum['forumid'] != 30">CODE</if> |
#7
|
|||
|
|||
![]()
maybe im not wrapping it right, but ive tried several ways just to see if it works and still get a parse error.
for example i used it to exclude field 5 in the postbit legacy in forum 30: <if conditon="$forum['forumid'] != 30"><if condition="$post['field5']"><div>Sex: $post[field5] </div></if></if> |
#8
|
|||
|
|||
![]()
LOL...I just realized we copied a spelling error
HTML Code:
<if conditon="$forum['forumid'] != 30">CODE</if> HTML Code:
<if condition="$forum['forumid'] != 30">CODE</if> |
#9
|
|||
|
|||
![]()
lol yep that works great. thanks!!
ok ive edited out the profile and signature for that forum. now i need to edit out the members name in the last post column of the forum home and forum display pages. i looked in both templates but dont see anything. the date and time is ok, but the 'by member X' is what i want to edit. |
#10
|
|||
|
|||
![]()
I think that would be in the forumhome_lastpostby and threadbit templates accordingly.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|