The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Control User Post Font via Profile Options Details »» | |||||||||||||||||||||||||
This will allow your member's to control their font options like: color, type, size, bold, italic, underline. They can access this by going to their UserCP and selection Edit Options.
Unfortunately without a product, I could not incorporate Usergroup permissions. I tried everything I know. Anyone is more then welcome to introduce some options that could make that work or make a product! This idea was thought from this modification: here Refer to the attached text file for instructions. Please Click Install! Show Your Support
|
Comments |
#42
|
||||
|
||||
It would be beneficial, when ppl say "never mind i fixed it"
To quote exactly what they did. Ozzy If this mod is applicable to 3.7 gold, can you please indicate. Looks like a great code. Also, is there a mod, to just colorize members usernames in the forum home, online list? Ozzy |
#43
|
|||
|
|||
Quote:
I cannot get it to work either. |
#44
|
|||
|
|||
This is what I currently have:
<!-- message --> <div id="post_message_$post[postid]"> <!--Custom Font--> <if condition="$post['field10'] OR $post['field11'] OR $post['field12'] OR $post['field13'] OR $post['field14'] OR $post['field15']"> <span style="font: $post[field10]px $post[field11]; color: $post[field12]; font-weight: $post[field13]; font-style: $post[field14]; text-decoration: $post[field15];">$post[message]</strong></span> <else /> $post[message] </if> <!--/Custom Font--> </div> <!-- / message --> Everything seems fine until I post and then nothing happens. Oh and I'm a total n00b, just a warning. |
#45
|
||||
|
||||
<font face="Georgia">This sounds like a great little mod, but I am concerned about the extensive template changes.</font>
|
#46
|
||||
|
||||
Yes, this would be a very nice addon, but, with the changes going global, and changing all your old post to what you set in your usercp is not a good Idea at all. Thank you for sharing, but I have to click uninstall.
|
#47
|
|||
|
|||
Hey, nice mod but I am having a problem.
I have all the options enabled in UCP but only 1 will actually show for some reason, here is the code I have [phpcode]<!-- message --> <div id="post_message_$post[postid]"> <!--Custom Font--> <if condition="$post['field6'] OR $post['field7'] OR $post['field8'] OR $post['field9'] OR $post['field10'] OR $post['field11']"> <span style="font: $post[field6]px $post[field8]; color: $post[field7]; font-weight: $post[field9]; font-style: $post[field10]; text-decoration: $post[field17];">$post[message]</strong></span> <else /> $post[message] </if> <!--/Custom Font--> </div> <!-- / message -->[/phpcode] Thats the code for both postbit and postbit_legacy. Thanks for any help mate. |
#48
|
|||
|
|||
Hi, Thump up . This should be builtin in the Vb itself.
I pasted the code in the postbit as below, but still nothing changed when i change my font from the CP. what you think might be the problem? Thanks Code:
<!-- message --> <div id="post_message_$post[postid]"> <!--Custom Font--> <if condition="$post['field556'] OR $post['field557'] OR $post['field558'] OR $post['field559'] OR $post['field560'] OR $post['field561']"> <span style="font: $post[field556]px $post[field557]; color: $post[field558]; font-weight: $post[field559]; font-style: $post[field560]; text-decoration: $post[field561];">$post[message]</strong></span> <else /> $post[message] </if> <!--/Custom Font--> </div> <!-- / message --> |
#49
|
|||
|
|||
Quote:
sorry |
#50
|
|||
|
|||
I've spent hours trying to get this to work. I got everything working except the font type. It just won't work for me and chooses the default font. What could be wrong?
Here's my code. Code:
<!-- message --> <div id="post_message_$post[postid]"> <!--Custom Font--> <if condition="$post['field6'] OR $post['field7'] OR $post['field8'] OR $post['field9']"> <span style="font: 15px font: $post[field6]; color: $post[field7]; font-weight: $post[field8]; font-style: $post[field9]; text-decoration: $post[field8];">$post[message]</strong></span> <else /> $post[message] </if> <!--/Custom Font--> </div> <!-- / message --> |
#51
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|