The Arcive of vBulletin Modifications Site. |
|
Change default font size in DBTech Vbshout v5 Details »»
|
|||||||||||||||||||||||||||
|
Change default font size in DBTech Vbshout v5
Developer Last Online: Apr 2022
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> 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>
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> 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> Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
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 |
| Благодарность от: | ||
| Scanu | ||
|
#3
|
||||
|
||||
|
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.
|
|
#4
|
|||
|
|||
|
Will this work on v6 as well?
|
|
#5
|
||||
|
||||
|
I don't know but it should
|
|
#6
|
|||
|
|||
|
works On 4.2.0
|
![]() |
|
|