I know I worked with making several changes, but none were effective with vB 4.2. There is an updated version of this mod for 4.2, but it is worst than this one. I ended up making a purchase here: BirdOPrey5 Qapla forum His works perfect for vB 4.2 and the cost is only $20 USD.
+1. I wasted a few hours trying to get it to work to no avail. I tried the newer version and it's worse, ALL usernames are hidden. I can't believe developers don't test their stuff before they release it.
I'll probably be buying the one from Joe at Qapla sometime down the line too.
+1. I wasted a few hours trying to get it to work to no avail. I tried the newer version and it's worse, ALL usernames are hidden. I can't believe developers don't test their stuff before they release it.
I'll probably be buying the one from Joe at Qapla sometime down the line too.
the above product works 100%
you need to ensure you are using the correct Username HTML Markup tags
in usergroups
set Username HTML Markup with the correct tag its does work 100% on 4.2.0
you need to ensure you are using the correct Username HTML Markup tags
in usergroups
set Username HTML Markup with the correct tag its does work 100% on 4.2.0
examples
Code:
<span style="color: red;"></span>
simonhind,
Yeah, that much of it works! What do you get when you scroll over a name in the "Last Post" area or in the "Forum Threads" area?
Last Post should read: "Username is online or offline"
Forum Threads should read: "Started by Username and date created"
That is the part of the mod that we could not get to work! Showing the color is great, but the highlight or mouseover effect should read correctly and not "<span style="color: red;">". It's not a matter of using correct HTML it's a matter of the mod not working 100% and that is what was driving us crazy...
simonhind,
Yeah, that much of it works! What do you get when you scroll over a name in the "Last Post" area or in the "Forum Threads" area?
Last Post should read: "Username is online or offline"
Forum Threads should read: "Started by Username and date created"
That is the part of the mod that we could not get to work! Showing the color is great, but the highlight or mouseover effect should read correctly and not "<span style="color: red;">". It's not a matter of using correct HTML it's a matter of the mod not working 100% and that is what was driving us crazy...
Hey all- I got notice of this thread. I appreciate the mentioning of my mod but please keep the discussion in this thread on topic about this mod.
As for the problem with the markup code in the username, it is a problem I got into too. There is not going to be an "easy" (1 step) fix.
What I had to do was create a new phrase with an additional parameter (both username and musername) and then edit the relevant templates to use the new phrase instead of the built in phrase.
The built in phrase was designed only for the non-markup username and will simply never work correctly with the markup (musername) alone.
Hey all- I got notice of this thread. I appreciate the mentioning of my mod but please keep the discussion in this thread on topic about this mod.
As for the problem with the markup code in the username, it is a problem I got into too. There is not going to be an "easy" (1 step) fix.
What I had to do was create a new phrase with an additional parameter (both username and musername) and then edit the relevant templates to use the new phrase instead of the built in phrase.
The built in phrase was designed only for the non-markup username and will simply never work correctly with the markup (musername) alone.
i noticed the same and even tried using template conditions like $username which didn't work i even tried raw phrases which didn't work