Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
Change default font size in DBTech Vbshout v5 Details »»
Change default font size in DBTech Vbshout v5
Version: 1.00, by Scanu Scanu is offline
Developer Last Online: Apr 2022 Show Printable Version Email this Page

Category: Chat Modifications - Version: 4.x.x Rating:
Released: 09-04-2011 Last Update: Never Installs: 6
Template Edits
Re-useable Code  
No support by the author.

PLEASE NOTE THAT YOU HAVE TO CHANGE THE X IN THE DESIDERED FONT SIZE.. for example 2 or 5

Go in Adimncp/Styles and Templates/Your style - Edit Templates/Template DragonByte Tech vbshout/dbtech_vbshout_shouttype_me
Delete all and replace with (change the x with the number of the desired font size
Code:
<div class="dbtech_vbshout_shout%altclass%" id="dbtech_shoutbox_shout%shoutid%_%instanceid%">
	<input id="dbtech_shoutbox_shout%shoutid%_message%instanceid%" type="hidden" value="%message_raw%" />
	*<span id="dbtech_shoutbox_shout%shoutid%_username%instanceid%"><font size="X">%memberaction_dropdown%</font></span> 
	<span style="%styleprops%"%canedit%><font size="X">%message%</font></span>*  
	<span id="dbtech_shoutbox_shout%shoutid%_time%instanceid%"%canedit%><font size="X">@ %time%</font></span>
</div>
Now Go in Adimncp/Styles and Templates/Your style - Edit Templates/Template DragonByte Tech vbshout/dbtech_vbshout_shouttype_pm
Replace all with this (still changing the 3 X with the number of the font size)
Code:
<div class="dbtech_vbshout_shout%altclass%" id="dbtech_shoutbox_shout%shoutid%_%instanceid%">
	<input id="dbtech_shoutbox_shout%shoutid%_message%instanceid%" type="hidden" value="%message_raw%" />
	<span id="dbtech_shoutbox_shout%shoutid%_time%instanceid%"%canedit%><font size="X">%time%</font></span> 
	<span id="dbtech_shoutbox_shout%shoutid%_username%instanceid%">[<span style="font-weight:bold;">{vb:rawphrase dbtech_vbshout_pm_pro}</span>] 
<font size="X">%memberaction_dropdown%:</font></span> 
	<span style="%styleprops%"%canedit%><font size="X">%message%</font></span>
</div>
Go in Adimncp/Styles and Templates/Your style - Edit Templates/Template DragonByte Tech vbshout/dbtech_vbshout_shouttype_shout
And replace all with this (change x with the font size)
Code:
<div class="dbtech_vbshout_shout%altclass%" id="dbtech_shoutbox_shout%shoutid%_%instanceid%">
	<input id="dbtech_shoutbox_shout%shoutid%_message%instanceid%" type="hidden" value="%message_raw%" />
	<span id="dbtech_shoutbox_shout%shoutid%_time%instanceid%"%canedit%><font size="X">%time%</font></span> 
	<span id="dbtech_shoutbox_shout%shoutid%_username%instanceid%"><font size="X">%memberaction_dropdown%:</font></span> 
	<span style="%styleprops%"%canedit%><font size="X">%message%</font></span>
</div>
Then go in Go in Adimncp/Styles and Templates/Your style - Edit Templates/Template DragonByte Tech vbshout/dbtech_vbshout_shouttype_system
and change all the code with this (change X with the font size)
Code:
<div class="dbtech_vbshout_shout%altclass%" id="dbtech_shoutbox_shout%shoutid%_%instanceid%">
	<input id="dbtech_shoutbox_shout%shoutid%_message%instanceid%" type="hidden" value="%message_raw%" />
	<span id="dbtech_shoutbox_shout%shoutid%_time%instanceid%" style="font-weight:bold;"%canedit%><font size="X">%time%</font></span> 
	<span id="dbtech_shoutbox_shout%shoutid%_username%instanceid%" style="font-style:italic;"><font size="X">%musername%:</font></span> 
	<span id="dbtech_shoutbox_shout%shoutid%_message%instanceid%" style="font-style:italic;"%canedit%><font size="X"><div style="background-color: #028ce7; color: #fff; padding: 5px; -moz-border-radius: 8px; -webkit-border-radius: 8px;">%message%</div></font></span>
</div>
That's all i hope that this mod can be helpful, sorry for my english i'm italian

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 09-06-2011, 11:17 AM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a note for those people who contacted us about this (Thanks by the way, it's appreciated) This doesn't actually give the pro feature.

The pro feature is allowing users to select what fontsize they personally want to see the shoutbox in, while this appears to be a global change, so we're fine with this being posted =)

Iain
Reply With Quote
Благодарность от:
Scanu
  #3  
Old 11-17-2011, 03:56 PM
M.Iftikhar's Avatar
M.Iftikhar M.Iftikhar is offline
 
Join Date: May 2011
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please Daragonbyte tech team...how can i change head background color of vb shout that can match my forum colors..........thanks and reply me soon.
Reply With Quote
  #4  
Old 06-15-2012, 04:45 PM
RisingGlow RisingGlow is offline
 
Join Date: Feb 2012
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work on v6 as well?
Reply With Quote
  #5  
Old 06-18-2012, 10:55 AM
Scanu's Avatar
Scanu Scanu is offline
 
Join Date: Nov 2010
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know but it should
Reply With Quote
  #6  
Old 08-07-2012, 01:11 PM
ywwz ywwz is offline
 
Join Date: Jul 2009
Posts: 255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works On 4.2.0
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 10:33 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07915 seconds
  • Memory Usage 2,263KB
  • Queries Executed 20 (?)
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
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (1)post_thanks_box_bit
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (6)post_thanks_postbit_info
  • (5)postbit
  • (6)postbit_onlinestatus
  • (6)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
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete