Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Control User Post Font via Profile Options Details »»
Control User Post Font via Profile Options
Version: 1.00, by ChU v2 ChU v2 is offline
Developer Last Online: Oct 2013 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.6.x Rating:
Released: 04-05-2008 Last Update: Never Installs: 34
Template Edits
Re-useable Code Code Changes Translations  
No support by the author.

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

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

Comments
  #42  
Old 05-24-2008, 08:05 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #43  
Old 05-28-2008, 01:51 AM
stumparoooo stumparoooo is offline
 
Join Date: Dec 2004
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FLMom View Post
Never mind....I figured it out on my own. Maybe you can elaborate more in the directions, looks like I wasn't the only one having trouble with size.

Either way, great hack! My members love it
How did you fix the size issue?

I cannot get it to work either.
Reply With Quote
  #44  
Old 06-18-2008, 11:00 PM
iou1 iou1 is offline
 
Join Date: Sep 2007
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #45  
Old 07-08-2008, 12:27 AM
Arrogant-One's Avatar
Arrogant-One Arrogant-One is offline
 
Join Date: Jul 2007
Location: Brisbane
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<font face="Georgia">This sounds like a great little mod, but I am concerned about the extensive template changes.</font>
Reply With Quote
  #46  
Old 07-10-2008, 06:00 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #47  
Old 07-14-2008, 12:40 AM
jjbushell jjbushell is offline
 
Join Date: Mar 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #48  
Old 07-25-2008, 07:30 PM
littlegun littlegun is offline
 
Join Date: Jun 2006
Location: Sweden
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 -->
Reply With Quote
  #49  
Old 07-25-2008, 08:52 PM
littlegun littlegun is offline
 
Join Date: Jun 2006
Location: Sweden
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by blind-eddie View Post
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.
me too...
sorry
Reply With Quote
  #50  
Old 10-03-2008, 03:50 PM
SnapOff Racing SnapOff Racing is offline
 
Join Date: Apr 2006
Posts: 336
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 -->
Reply With Quote
  #51  
Old 10-13-2008, 02:49 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChU v2 View Post
I've just downloaded the instructions and it says:

Code:
TEMPLATE EDIT:

FIND:
<!-- message -->
		<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->

REPLACE WITH:
		<!-- message -->
		<div id="post_message_$post[postid]">
<!--Custom Font-->
<if condition="$post['fieldXX'] OR $post['fieldXX'] OR $post['fieldXX'] OR $post['fieldXX'] OR $post['fieldXX'] OR $post['fieldXX']">

<span style="font: $post[fieldXX]px $post[fieldXX]; color: $post[fieldXX]; font-weight: $post[fieldXX]; font-style: $post[fieldXX]; text-decoration: $post[field17];">$post[message]</strong></span>

<else />
$post[message]

</if>
<!--/Custom Font-->
</div>
		<!-- / message -->
the instructions kinda suck no offense
Reply With Quote
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 08:29 AM.


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.04855 seconds
  • Memory Usage 2,318KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete