The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
username strikethrough
I made it so it would strike through banned users usernames. How do i do this with their user title also?
|
#2
|
||||
|
||||
In your postbit or postbit_legacy template find:
Code:
{vb:raw post.usertitle} Code:
<vb:if condition="is_member_of($post, X)"> <span style="text-decoration: line-through;">{vb:raw post.usertitle}</span></vb:if> <vb:else /> {vb:raw post.usertitle} </vb:if> |
Благодарность от: | ||
puertoblack2003 |
#3
|
||||
|
||||
where do i find the postbit and postbit legacy templates?
|
#4
|
||||
|
||||
ACP --> Styles & Templates --> Style Manager
|
#5
|
||||
|
||||
ok i went into the style manager. How do i find the templates? Do i have to edit them on each individual style?
--------------- Added [DATE]1420598626[/DATE] at [TIME]1420598626[/TIME] --------------- should i use find and replace in templates? |
#6
|
||||
|
||||
Yes each style. Unless of course you have it set up as parent and child styles, then you only have to change the parent.
In the dropdown next to each style, open it and select Edit Templates. From there scroll through the list until you find Postbit Templates. Click on that and then find either postbit, or postbit_legacy ( which ever one you are using ), then double click on that. |
#7
|
||||
|
||||
i clicked on it, how do i find the postbit and postbit_legacy templates?
--------------- Added [DATE]1420598963[/DATE] at [TIME]1420598963[/TIME] --------------- ok i found it, now how do i edit it? --------------- Added [DATE]1420599011[/DATE] at [TIME]1420599011[/TIME] --------------- UPDATE: i figured it out |
#8
|
||||
|
||||
Find what I told you to, and change it to what I said to change it to, then click on save.
|
#9
|
||||
|
||||
i did that, and it still does not show up striked through.
|
#10
|
||||
|
||||
Pm me a full admin account, and I can look into it for you.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|