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
User Title Style: Glow (Optional) Details »»
User Title Style: Glow (Optional)
Version: 1.00, by TCE Killa TCE Killa is offline
Developer Last Online: Nov 2012 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.6.x Rating:
Released: 01-25-2008 Last Update: Never Installs: 5
Template Edits
Re-useable Code  
No support by the author.

This little template modification will give users an option to glow their usertitle. Note: This only works on IE, other internet browers will not be able to see the glow, just the usertitle. Please refer to this thread for a username glow (& bold):

https://vborg.vbsupport.ru/showthread.php?t=168724

Installation - Easy, 2 minutes to do.

Step One: If on any of your styles, your usertitle is shown underneith your username, you should find in your Postbit Legacy or Posbit (whichever one you use) (make sure it is the second &nbsp;<br/>:

PHP Code:
</div>
         </if>
         </
div>

         <
div class="smallfont">
            &
nbsp;<br /> 
Add under:

PHP Code:
<div align="x">
            <if 
condition="$post['usertitle']">$post[usertitle]</div></if> 
Just replace the x with left or center or right, depending what everything else in your postbit is aligned to.

Then make sure you delete your other $post['usertitle'], the one above avatar after (under username), just find it and simply highlight <div align="x">
<if condition="$post['usertitle']">$post[usertitle]</div></if> and delete (only the above avatar)

Step Two: Create a new profile field - Single-Line Text Box.

Title: Usertitle Glow

Description: While your usertitle is already with you when you post (under your avatar). This will add your usertitle under your username with a glow color of your choice to make it stand out more. Enter your color code here. (Ex: #11BEB4 is light blue)

-----(If you would like a Color Codes link, then simply place this code in after #11BEB4 is light blue)-----

PHP Code:
<br /> <a href="http://html-color-codes.info/" onclick="window.open('http://html-color-codes.info/');
return false;" 
target="newWin"><b>Click Here For Color Codes</b></a
Max length of allowed user input: Up to you.

Field Length: Up to you.

Field Required: No

Field Editable by User: Yes

Private Field: No

Field Searchable on Members List: No

Show on Members List: No

Click Save!

Step Three: Find in Postbit or Postbit Legacy...

PHP Code:
  <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
         
$template_hook[postbit_userinfo_left
Add above:

PHP Code:
<if condition="$post[fieldx]"
                <
div style="width:100%;filter:glow(color=$post[fieldx],strength=6)">$post[usertitle]</if></div> <else /> 
Just change the x's to your glow field number, you can change the strength of the glow where is says strength=6, replace the 6 with whatever number you want.

You're done, hope you like it and remember to mark installed if you use and like it. :up:

Show Your Support

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

Comments
  #22  
Old 02-10-2008, 04:22 PM
TCE Killa TCE Killa is offline
 
Join Date: Dec 2007
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah I use 3.6.8, it works fine for me. I'm not sure what the problem could be, does your usertitle move to under your username without the glow?
Reply With Quote
  #23  
Old 02-10-2008, 04:30 PM
viper007 viper007 is offline
 
Join Date: Dec 2007
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nothing change... same .. thing again ...ok am leaving that mod...any thank u .. this can u desgin me one mod to my site ..plzzz
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 11:14 PM.


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.04036 seconds
  • Memory Usage 2,230KB
  • Queries Executed 17 (?)
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
  • (5)bbcode_php
  • (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
  • (2)pagenav_pagelink
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (2)postbit
  • (3)postbit_onlinestatus
  • (3)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