vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Lost - Where? (https://vborg.vbsupport.ru/showthread.php?t=190245)

legionofangels 09-07-2008 10:37 AM

Lost - Where?
 
1 Attachment(s)
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.

Attitude5ire 09-07-2008 11:54 AM

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

Lynne 09-07-2008 02:15 PM

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>

legionofangels 09-08-2008 04:12 PM

Quote:

Originally Posted by Lynne (Post 1616632)
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?

Lynne 09-08-2008 05:03 PM

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.)

legionofangels 09-08-2008 05:17 PM

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

No problem on the she thing.

Lynne 09-08-2008 06:03 PM

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.


All times are GMT. The time now is 01:21 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01057 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete