The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[SOLVED]postbit_legacy (remove some user details)
Hi there vbulletin.org users.I am making this thread with the hope that someone will help me.
For my postbut_legacy i am ussing a plugin that show the user details(join date,last post,nationality,etc) in separated tabs.But to acomplish this i had to remove from the postbit_legacy template all the default ones that showed info about the user and left onli the rankimage,avatat and name. The problem is that i cant find the code to remove the infactions details from it.Can u help? Attached image in case i wasnt clear. Thanks in advance. |
#2
|
|||
|
|||
Isn't this it?
HTML Code:
<vb:if condition="$show['infraction']"> <dt>{vb:rawphrase infractions}</dt> <dd>{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})</dd> </vb:if> |
Благодарность от: | ||
Popa Andrei |
#3
|
||||
|
||||
yeah, looks like you have the infraction code duplicated and the first one has the custom class (style) and the duplicate is the original and needs to be deleted or commented out.
|
#4
|
||||
|
||||
how do comment out on the vbulletin templates?
|
#5
|
||||
|
||||
You could use this:
HTML Code:
<!-- extra code here or code you don't want to show --> |
Благодарность от: | ||
Popa Andrei |
#6
|
||||
|
||||
thanks you very much.That was indeed
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|