![]() |
how could you make the default font bold? would this be difficult?
|
Hello,
I've installed this mod and the color addon found here: https://vborg.vbsupport.ru/showpost....2&postcount=23 Both work beautifully, but I find the fonts difficult to read sometimes. Some fonts just need to be bigger. So I wanted to add the font size choice found here: https://vborg.vbsupport.ru/showthread.php?t=133225 I followed the directions to add the field to the UserCP Options. It's a Single Line Text Box with a default value of 12. But the code looks VERY different, so I decided to try to modify it to match the coding on the first mods. Here's what I came up with: ORIGINAL POSTBIT LEGACY TEMPLATE CODE (with font and color added): Code:
<div id="post_message_$post[postid]"><if condition="$post[field13]"><font face="$post[field13]"<if condition="$post[field14]"> color="$post[field14]"</if>>$post[message]</font><else />$post[message]</if></div> NEW POSTBIT LEGACY TEMPLATE CODE (with size field added): Code:
<div id="post_message_$post[postid]"><if condition="$post[field13]"><font face="$post[field13]"<if condition="$post[field14]"> color="$post[field14]"<if condition="$post[field17]"> font size="$post[field17]"</if>>$post[message]</font><else />$post[message]</if></div> Quote:
Thanks! |
I've had this hack on all my versions I installed 3.6.8 on one of my forums and can't get it to work. The selections show up in the User Options. But when I go to post no changes.
Is this not compatable with Version 3.6.8?? it works with 3.6.7..... |
Quote:
~~~~~UPDATE TO OP NOTE~~~~~~~~~~~~ I'd forgotten about this thread until I saw this reply. Just to add some closure let me point any interested parties to THIS THREAD where you'll find the resolution to the difficulties I posted here. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
All times are GMT. The time now is 11:37 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|