Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
  #1  
Old 09-07-2008, 10:37 AM
legionofangels's Avatar
legionofangels legionofangels is offline
 
Join Date: Mar 2007
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Lost - Where?

I was thinking tonight since I'm designing my board for larger monitors that the + and * for buddy and ignore people on who's online screen, are just too small.

I'd do an image search, but they are so small that I can't get my mouse to tell me what there image name is.

Where can I find those images, or if it's a line of code creating a character what do I have to change to make it an image, and then obviously I can upload the image so that it's more visible.

Please see the attachment for what I'm talking about.
Attached Images
File Type: jpg where.jpg (27.5 KB, 0 views)
Reply With Quote
  #2  
Old 09-07-2008, 11:54 AM
Attitude5ire's Avatar
Attitude5ire Attitude5ire is offline
 
Join Date: Feb 2006
Posts: 791
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its not an Image those 2 are text
+ and *

not sure what needs to be changd for it but cud be some hook edit.
hopefully someone else can help
Reply With Quote
  #3  
Old 09-07-2008, 02:15 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep, they are just text.

On my forum, the only users who's names show up in color are the Mods/Admins and we are both in green. All other users are in default blue. So, I make buddies show up in a different color in the forum users list by changing the template "forumdisplay_loggedinuser" (color2 is a class I defined in my css):

HTML Code:
$stylevar[dirmark]<if condition="$loggedin[userid]"><if condition="$loggedin[buddymark]=='+'"><a href="/forums/member.php?$session[sessionurl]u=$loggedin[userid]"><span class="color2">$loggedin[musername]</span></a>$loggedin[invisiblemark]<else /><a href="/forums/member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]</if><else />$loggedin[musername]</if>
Reply With Quote
  #4  
Old 09-08-2008, 04:12 PM
legionofangels's Avatar
legionofangels legionofangels is offline
 
Join Date: Mar 2007
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Yep, they are just text.

On my forum, the only users who's names show up in color are the Mods/Admins and we are both in green. All other users are in default blue. So, I make buddies show up in a different color in the forum users list by changing the template "forumdisplay_loggedinuser" (color2 is a class I defined in my css):

HTML Code:
$stylevar[dirmark]<if condition="$loggedin[userid]"><if condition="$loggedin[buddymark]=='+'"><a href="/forums/member.php?$session[sessionurl]u=$loggedin[userid]"><span class="color2">$loggedin[musername]</span></a>$loggedin[invisiblemark]<else /><a href="/forums/member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]</if><else />$loggedin[musername]</if>
Unfortunately due to how many styles we have, we don't change the color of our usernames for anyone, not even the staff.

If that code you used can change the color, can it be altered to make those symbols into images?
Reply With Quote
  #5  
Old 09-08-2008, 05:03 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sure, I don't see why not. Mine was for 3.6.8, btw. What version are you using? That template is different for 3.7.3

(And sorry I called you a 'she' the other day. For some reason I thought I had seen that posted somewhere.)
Reply With Quote
  #6  
Old 09-08-2008, 05:17 PM
legionofangels's Avatar
legionofangels legionofangels is offline
 
Join Date: Mar 2007
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mine is 3.6.8 PL 2, so it should work just the same.

No problem on the she thing.
Reply With Quote
  #7  
Old 09-08-2008, 06:03 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, here's the default:
PHP Code:
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark
So, perhaps try:

PHP Code:
$stylevar[dirmark]<a href="member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]<if condition="$loggedin[buddymark]=='+'"><img src="path/to/image/folder/yourimage.jpg" width="xx" height="yy" alt="Buddy" border="0"></if> 
I haven't tested that, but I think it should work.
Reply With Quote
Reply

Thread Tools
Display Modes

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 02:07 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.04034 seconds
  • Memory Usage 2,251KB
  • Queries Executed 14 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_html
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (1)postbit_attachment
  • (7)postbit_onlinestatus
  • (7)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_postinfo_query
  • fetch_postinfo
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete