vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Image Problem (https://vborg.vbsupport.ru/showthread.php?t=160166)

wengi 10-13-2007 06:47 PM

Image Problem
 
Does anyone know how to remove the * near your name when you are in invisible mode as i cant figure it out !! Cant seem to find the * in the templates

http://img442.imageshack.us/img442/3...ewiz013ix6.png

Already edited the templates so to change the Buddy List and the Invisible icons in the bottom part ... the prob i am facing is that i cant figure out why the * next to the name is still showing.

Images added as you see but name still showing the * not the image

http://img260.imageshack.us/img260/5...ewiz016yt0.png

I have managed to add an extra icon in the location section [image attached] but * still showing near the name and another problem is the code i have used to add the image is showing for all users not just for the invisible 1's but the strange thing is that it works ok for the Buddy List Icon and am using the same coding

Here is the code

Code:

<if condition="$show['hidden']"><img src="$stylevar[imgdir_statusicon]/wol_invisible.gif" alt="$vbphrase[user_is_invisible_to_others]" /></if>
Code:

<if condition="$show['buddy']"><img src="$stylevar[imgdir_statusicon]/wol_buddy.gif" alt="$vbphrase[user_is_on_your_buddy_list]" /></if>
Image attached ... i am not set as invisible but still icon is showing

http://img502.imageshack.us/img502/1...ewiz018du6.png

Thanks for the help
Regards
Wengi

sabret00the 10-14-2007 04:41 PM

it's hard coded. read the online.php for more info. around line 396.

wengi 10-15-2007 04:45 PM

Quote:

Originally Posted by sabret00the (Post 1359897)
it's hard coded. read the online.php for more info. around line 396.

Thanks Sabret00the ill look into it ... can you give me a hand with the code please as its showing for all users and not just for the invisible users

Regards
Wengi

Dismounted 10-17-2007 05:50 AM

It should not be showing for all users. It should only show for those usergroups that you can designated "Can View Invisible Users".

wengi 10-17-2007 02:56 PM

Quote:

Originally Posted by Dismounted (Post 1362131)
It should not be showing for all users. It should only show for those usergroups that you can designated "Can View Invisible Users".

Hi Dismounted i know it should only show for invisible users but it is showing for every user and the strange part is that the code is working ok for the Buddy List but it isnt for the Invisible Users

None of the online users is Invisible but image is still showing

Image Attached

http://img517.imageshack.us/img517/9...ewiz019ux1.png

Code Added

Code:

<span style="float:$stylevar[right]">
                                <if condition="$show['lockedout']"><img src="$stylevar[imgdir_statusicon]/wol_lockedout.gif" alt="$vbphrase[viewing_forum_closed]" /></if>
                                <if condition="$show['hidden']"><img src="$stylevar[imgdir_statusicon]/wol_invisible.gif" alt="$vbphrase[user_is_invisible_to_others]" /></if>
                                <if condition="$show['buddy']"><img src="$stylevar[imgdir_statusicon]/wol_buddy.gif" alt="$vbphrase[user_is_on_your_buddy_list]" /></if>
                                <if condition="$show['nopermission']"><img src="$stylevar[imgdir_statusicon]/wol_nopermission.gif" alt="$vbphrase[viewing_no_permission_message]" /></if>
                                <if condition="$show['errormessage']"><img src="$stylevar[imgdir_statusicon]/wol_error.gif" alt="$vbphrase[viewing_error_message]" /></if>
                                <if condition="$show['reallocation']"><img src="$stylevar[imgdir_misc]/question_icon.gif" alt="$userinfo[location]" /></if>


wengi 10-31-2007 05:18 PM

Anyone figured out on how to solve this little problem as im still stuck with it :(

Regards
Wengi


All times are GMT. The time now is 01:45 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.02482 seconds
  • Memory Usage 1,730KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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