![]() |
Welcome Clickable Username!
Here's an awesomely powerful hack from me, sure to win over your forum posters hearts and minds.
Actually it's simply to compete with the likes of IPB and phpbb who like to emphasise 'your posts' more by default. Open up your navbar template (or in some cases header template) and find: Code:
<phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase> Code:
<phrase 1="<a style='text-decoration: none' href='member.php?u=$bbuserinfo[userid]'>$bbuserinfo[username]</a>">$vbphrase[welcome_x]</phrase> I decided to remove the default underlining that many people will have this being a link, so the link looks aesthetically similar. The colour may be slightly changed after this. |
smartest simple mod XD
|
Installed! :)
|
You can also maintain the wonderful, translatable phrasing system by doing it this way.
Code:
<phrase 1="<a style='text-decoration: none' href='member.php?u=$bbuserinfo[userid]'>$bbuserinfo[username]</a>">$vbphrase[welcome_x]</phrase> |
Quote:
|
Quote:
The one in the release thread hard codes the word "Welcome" so it will be a problem for other language boards specifically muli-lingual board. What I posted will leave the current phrase intact and just add the link to the name so you will not be defeating the system to get what you want. |
^ ^
oh, well done. That seems such an odd way of hacking the the phrase system I never considered it. I'll replace with your way in post #1 ;) |
Quote:
Not really odd if you think about it. It replaces x with whatever is between the quotes. As long as it can get through the parser without kicking up an error. I don't think that style bit will do anything by the way. |
^ ^
It does. Most people have links underlined by default. However welcome username is not underlined normally. Adding that parameter ensures the look stays the same. |
You should make it look like the rest of the text. Looks kind of odd as link color.
|
All times are GMT. The time now is 04:57 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|