Version: 1.0.1, by NLP-er
Developer Last Online: Jan 2019
Category: Forum Display Enhancements -
Version: 3.8.2
Rating:
Released: 07-16-2009
Last Update: 09-09-2009
Installs: 339
DB Changes Uses Plugins Auto-Templates
No support by the author.
You like colored usergroups? Looking for mods which add it in different paces? Like to have last post author colored in forum display?
So came and get it! This mod shows usergroups HTML markup in forum last post author
Simple and Easy! Just install last release of product (see number at the end of filename)
No template modifications
And... please click Mark as Installed - thanks
Enjoy!
Version history:
1.0.1 Fixed issue for phrases (you don't need to update - it is for new installations only)
1.0.0 Mod released
Known Issues:
- When you change usergroup for user who made last post, or change usergroup markup, then it is not updated in view till new post arrives in forum. It means, that in case of such changes style visible in last post will be the old one. It is because it is cached, but only till new post arrives (then will be cached new value). I have it in TODO list, but because of performance issues probably I will leave it this way. Even when somebody notice it, it will disappear fast (assuming that people are writing on your forum )
If I uninstall this product I've a Database Error message on my forum.
Edit:
This error
Code:
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT forum.forumid, lastpost, lastposter, lastthread, lastthreadid, lasticonid, threadcount, replycount, lastpostid, lastprefixid, lastposter_displaygroupid
FROM forum AS forum;
MySQL Error : Unknown column 'lastposter_displaygroupid' in 'field list'
Error Number : 1054
Request Date : Thursday, October 1st 2009 @ 01:49:09 PM
Error Date : Thursday, October 1st 2009 @ 01:49:10 PM
Script : http://www.mydomain.ext
Referrer : http://www.mydomain.ext
IP Address : XXX.XXX.XXX.XXX
Username : br3
Classname : vB_Database
MySQL Version : 5.0.82sp1-log
Solved.
Go to PhpMyAdmin>SQL and write:
Code:
ALTER TABLE forum ADD COLUMN lastposter_displaygroupid smallint(5);
It is not a good solution - but still it works Mod is cleaning DB changes during uninstall. Usage of this column is added by mod plugin (Update cache) so if mod is uninstalled then vB should delete all plugins for it and what you are describing shouldn't ever happen. If it does - for me it means some vB bug.
I've installed this modification and it has been running great for a while, and it still does but I would like to report a problem.
If I change the color of an usergroup or change someone's usergroup if that person was in any of the last posts his name color wont change.. I had to unistall and re-install the mod so the changes I made to my usergroups could be shown.
I've installed this modification and it has been running great for a while, and it still does but I would like to report a problem.
If I change the color of an usergroup or change someone's usergroup if that person was in any of the last posts his name color wont change.. I had to unistall and re-install the mod so the changes I made to my usergroups could be shown.
Thats all, I hope you can fix this.
Yes - I'm aware of this issue. It stays in old way since it is cached. And when you change usergroup for someone, or color of usergroup it doesn't affect the cache. I didn't care about it before because it is usually short termed - when someone writes anything new then cache will be populated with actual data - even it it is same guy who previously stays in old fashion style.
I put it in my TODO list, but it has low priority for me - will be fixed when I find time for it.
Till then you can just relax - you don't have to uninstall and install it again - all what is needed it is wait till new post occurs for specific forum Mostly people don't have enough time to see it. And even if do - it is harmless