I don't want it to say "Administrator" or "Moderator" for the title tag in all places and for all users. I'd like the title tag to behave like the default install but with the edited colors.
I looked at the code and it's confusing. I haven't done any real coding since C 12 years ago.
The first part of your question I can answer I think. I only have the colors and the fonts show. You will only know that I'm an Admin because of the color, but it does not say "Administrator" or "Moderator" because I removed the condition in vB.
AdminCP >> Settings > Options > Forum Listings Display Option
At the bottom of the list you will see: "Show Moderators" set that to "No"
I'll take a look at the code. I'm not much of a coder either, but maybe I might find something to change, or speak to another coder, and maybe they can tell me what to change. In fact I know the exact person to ask. Maybe we can figure out how to fix this little problem, and just post a fix in the thread.
The first part of your question I can answer I think. I only have the colors and the fonts show. You will only know that I'm an Admin because of the color, but it does not say "Administrator" or "Moderator" because I removed the condition in vB.
AdminCP >> Settings > Options > Forum Listings Display Option
At the bottom of the list you will see: "Show Moderators" set that to "No"
I'll take a look at the code. I'm not much of a coder either, but maybe I might find something to change, or speak to another coder, and maybe they can tell me what to change. In fact I know the exact person to ask. Maybe we can figure out how to fix this little problem, and just post a fix in the thread.
I still want to show mods, I just don't want a bunch of the <span> text to be displayed in front of the username, or for it to show the <span> code in the Title attribute when I hover over it. Basically, I want it to be like default with the pretty colors/formatting.
I'm already a little confused. This HTML mouse over event is not logged in the XML file. I'm having a friend Sartech look at it. We may be able to add a disable event in the XML file, or we may have to make a slight modification in the vB code.
Not sure yet, I'm gonna wait until I receive a PM on this. In the meantime I'm going to try to track down where the event is taking place in vB.
Wow, we just removed title="{vb:raw thread.preview}" and it still showed the HTML markup. I have a thread open about it, maybe someone will give me a solution.
I've noticed before that I've wanted to edit a variable like thread.preview, but I can't find where it lives if it's not in the phrase manager. Any ideas?
I've noticed before that I've wanted to edit a variable like thread.preview, but I can't find where it lives if it's not in the phrase manager. Any ideas?
One area is called "threadbit", and the other is called "search_threadbit" You will find them in the Styles & Templates area. However, I already removed them and it did not solve the problem.
I made code changes to several areas of threadbit and search_threadbit, and have not been successful with removing the mouse over effect. So you are left to disable the mod, if it annoys you and hope that there will be an update for it, or continue to use it despite the mouse over effect.
I worked with another on trying to change the effect the mod was having but we have not been successful.
Hi Syxguns, I am very interested in getting this working properly and admire your efforts.
However I have not installed this version of the mod, only the [FIXED] one and it didn't work (as expected).
I am most keen to see this work in the search_threadbit.
Am I correct in understanding that your current version of the mod works properly across most of the areas where the usernames are displayed (including search) but the mouseover shows the markup rather than the group name?
Maybe I can work with you to get to the bottom of it - I have pretty limited skills but have modified a few hacks in the past.
Regards
W
ps where can I get the latest version of the code you have got to. I have the fixed one and this one and when I diff the files I can see the only changes are to do with what sections it applies the markup to - is that right?