The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
$show['homepage'] - where/how is this value set?
Code:
<if condition="$show['homepage']"> <tr><td class="vbmenu_option"><a href="$post[homepage]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr> </if> |
|
#2
|
|||
|
|||
|
This is found in the postbit and postbitlegacy templates. I am not sure where it is set, might want to take a look through the admincp options/usercp options.
|
|
#3
|
||||
|
||||
|
Doing a search in the templates shows it is set in different files depend on where it is used. For the postbit, it's set in the file class_postbit.php.
|
|
#4
|
|||
|
|||
|
Awe, I thought he was asking a different question. Thought he was looking to put a link into the postbit for the posters homepage or something.
|
|
#5
|
|||
|
|||
|
I was thinking about removing homepage links from postbits, obvious solution just to remove quoted code, but if it was possible to disable via global option - it will be better (work in all styles).
|
|
#6
|
||||
|
||||
|
Just set the $show['homepage'] variable to false in a plugin.
|
![]() |
|
|