Kinneas |
05-27-2008 01:40 PM |
Quote:
Originally Posted by bjf123
(Post 1531318)
What would I edit?
|
You can manually insert this by finding the phrase $vbphrase[welcome_x_link_y] and replacing it with $vbphrase[welcome_timegreeting]. This might however cause Mods like Paul M's Display Unread Posts and New Reputation Comments mod and others similar to it to stop working, reason below.
Quote:
Originally Posted by LisaJH
(Post 1531862)
its not working with my unread posts and rep's? any idea why?
|
Not sure, but I believe that mod works by finding the phrase $vbphrase[welcome_x_link_y] - If you manually edited it in a similar way to described above that may be why, If not I'm not sure as the method my mod does to try and avoid this is to set $vbphrase[welcome_x_link_y] as $vbphrase[welcome_timegreeting]. It worked fine for me and I tested it on styles with the Welcome message in both navbar and header.
It may be worth trying the same solution as was posted on Boofo's Ultimate Navbar:
https://vborg.vbsupport.ru/showpost....0&postcount=33
Except you'd be replacing it with $vbphrase[welcome_timegreeting] instead of $vbphrase['ung_greeting']
Quote:
Originally Posted by HxC
(Post 1530602)
I like the idea, nice job with it. I installed it on my forum, but it only works on the Default vBulletin skin. On all my other skins it doesn't show.
|
As above, when I tested it it worked fine on skins with it in the navbar and header template. If you're not running 3.7 or some of your skins are out of date it probably won't work either, as prior to 3.7 the Welcome phrase was [welcome_x] not [welcome_x_link_y]. If that's the case you could probably make it work with a manual template edit like the one described above, except replace [welcome_x] instead.
|