Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Colors For Usergroup In Forum Last Post Details »»
Colors For Usergroup In Forum Last Post
Version: 1.0.1, by NLP-er NLP-er is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

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 )

Download Now

File Type: xml product-colgroupforforum100.xml (4.2 KB, 794 views)
File Type: xml product-colgroupforforum101.xml (4.2 KB, 1320 views)

Screenshots

File Type: jpg colorsforusergroupinforumdisplay-screen.jpg (114.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
bartek24m, sodasusu

Comments
  #132  
Old 09-13-2009, 01:51 PM
SᴩiDᴇЯ SᴩiDᴇЯ is offline
 
Join Date: Sep 2009
Location: Australia
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working good for 3.8.4, thank you.
Reply With Quote
  #133  
Old 09-13-2009, 08:31 PM
Stratto's Avatar
Stratto Stratto is offline
 
Join Date: Jun 2007
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very Useful, thank you! ^^
Reply With Quote
  #134  
Old 09-22-2009, 04:54 AM
Lord Raiden Lord Raiden is offline
 
Join Date: Oct 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NLP-er View Post
There is already other mod which colors everything without last forum post. My make the rest So use booth
Hmm, can you tell me the link to the mod ?
Reply With Quote
  #135  
Old 09-22-2009, 07:21 PM
NLP-er's Avatar
NLP-er NLP-er is offline
 
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lord Raiden View Post
Hmm, can you tell me the link to the mod ?
It should be somewhere here in this discussion
Reply With Quote
  #136  
Old 10-01-2009, 10:37 AM
cionfs's Avatar
cionfs cionfs is offline
 
Join Date: Jun 2007
Location: Taranto - Italy
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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);
Reply With Quote
  #137  
Old 10-02-2009, 01:20 AM
NLP-er's Avatar
NLP-er NLP-er is offline
 
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cionfs View Post
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.
Reply With Quote
  #138  
Old 10-03-2009, 06:12 AM
Lautaro's Avatar
Lautaro Lautaro is offline
 
Join Date: Jan 2009
Location: United States
Posts: 233
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

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.
Reply With Quote
  #139  
Old 10-03-2009, 02:01 PM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks NPL-er and working 3.8.1 Version....
Reply With Quote
  #140  
Old 10-03-2009, 09:58 PM
NLP-er's Avatar
NLP-er NLP-er is offline
 
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lautaro View Post
Hello,

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
Reply With Quote
  #141  
Old 10-03-2009, 10:00 PM
NLP-er's Avatar
NLP-er NLP-er is offline
 
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RedHacker View Post
Thanks NPL-er and working 3.8.1 Version....
Thanks for letting know
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:42 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07845 seconds
  • Memory Usage 2,347KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete