Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Username Markup In Threadbits Details »»
Username Markup In Threadbits
Version: 1.0, by MarkFL MarkFL is offline
Developer Last Online: Jun 2020 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.2.x Rating:
Released: 03-16-2017 Last Update: Never Installs: 18
Uses Plugins Auto-Templates
Translations  
No support by the author.

Overview:

This simple product adds username HTML markup associated with usergroups to threadbits on forum home,forum display and search results threadbits. That's it!

Compatibility:

Tested and working on VB 4.2.x and may work on all 4.x versions of vBulletin.

Backup/Warning:

This product does not alter your database, however it is always good practice to make regular backups and you should make a backup before installing ANY new mod.

As always, products are USE AT YOUR OWN RISK. I will provide support and do my best to help but no absolute guarantee is offered.

To Install:

  1. Download and extract the attached .zip file.
  2. Follow AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product.
  3. Click on "Choose File" and browse to the product .xml file that was packaged in the .zip file.
  4. Click "Import."
  5. You MUST enable the product in the settings before it will function.



Support for this product can be found here:

Download Now

File Type: zip MarkFL - Username Markup In Threadbits v1.0.zip (2.6 KB, 91 views)

Screenshots

File Type: png markfl_usernamemarkup_threadbits.png (16.2 KB, 0 views)

Show Your Support

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

Comments
  #2  
Old 03-17-2017, 10:48 AM
Flipfloptrader Flipfloptrader is offline
 
Join Date: Jan 2011
Location: Gold Coast
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and working, many thanks!
Reply With Quote
Благодарность от:
MarkFL
  #3  
Old 03-17-2017, 01:07 PM
seb5594's Avatar
seb5594 seb5594 is offline
 
Join Date: Jun 2011
Location: Germany / Frankfurt
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and works as expected on vB 4.2.4, thank you!
Reply With Quote
Благодарность от:
MarkFL
  #4  
Old 03-17-2017, 03:35 PM
ia7 ia7 is offline
 
Join Date: Feb 2010
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice little addition. Is it possible to get it working in Blocks too do you think?
Reply With Quote
Благодарность от:
MarkFL
  #5  
Old 03-17-2017, 04:47 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ia7 View Post
Nice little addition. Is it possible to get it working in Blocks too do you think?
Custom forum blocks can be written to use username markup.

I don't think there are any plugin hooks for the default forum blocks, but I could be wrong.
Reply With Quote
  #6  
Old 03-18-2017, 04:13 AM
maupassant maupassant is offline
 
Join Date: Feb 2009
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another nice one. Thanks a lot for your work.
Reply With Quote
Благодарность от:
MarkFL
  #7  
Old 03-20-2017, 09:51 PM
Forcemu Forcemu is offline
 
Join Date: Feb 2017
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what is the difference between this and e360 markup?
Reply With Quote
Благодарность от:
MarkFL
  #8  
Old 03-20-2017, 10:04 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have no idea...I never used anything but my own. I've seen similar mods used on other sites, but there were always HTML issues (which mine does not suffer from). I recently saw issues being reported for a similar product, so I thought I would offer mine as an alternative.
Reply With Quote
  #9  
Old 05-11-2017, 05:03 AM
Flipfloptrader Flipfloptrader is offline
 
Join Date: Jan 2011
Location: Gold Coast
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Mark,

I think this mod is causing this error for me?

11-May-2017 06:41:01 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/flipflop/public_html/includes/functions.php(3273) : eval()'d code on line 5

It's the only plugin using the memberaction_dropdown hook.

Any ideas what I need to change?

Thanks.
Reply With Quote
  #10  
Old 05-11-2017, 04:05 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Flipfloptrader View Post
Hi Mark,

I think this mod is causing this error for me?

11-May-2017 06:41:01 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/flipflop/public_html/includes/functions.php(3273) : eval()'d code on line 5

It's the only plugin using the memberaction_dropdown hook.

Any ideas what I need to change?

Thanks.
Try changing that plugin so that its code reads:

PHP Code:
global $vbulletin;

if (
$vbulletin->options['markfl_umitb_active'] AND !$memberinfo['musername'] AND $memberinfo['userid'])
{
    
$user_info fetch_userinfo($memberinfo['lastposterid']);
    
$memberinfo['musername'] = fetch_musername($user_info);

Reply With Quote
Благодарность от:
Flipfloptrader
Reply


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:12 PM.


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.04590 seconds
  • Memory Usage 2,334KB
  • 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
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (8)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete