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)
-   -   how can i hide this from unregistered members? (https://vborg.vbsupport.ru/showthread.php?t=213845)

Aclikyano 05-16-2009 02:51 PM

how can i hide this from unregistered members?
 
<div style="padding: 1px 1px 1px 1px;"></div><table width="100%" border="0" cellpadding="4" cellspacing="0" class="welcome_dot_border">
<tr>
<if condition="$show['member']"><td class="welcome_bottom"><div class="smallfont"><img src="$stylevar[imgdir_misc]/arrow.gif" alt="" class="inlineimg" /> $vbphrase[currently_active_users]: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)</div></if>

Lynne 05-16-2009 02:56 PM

HTML Code:

<if condition="$show['member']">
stuff to only show logged on members
</if>


Aclikyano 05-16-2009 03:06 PM

yay lynne responded! like always you are great but can you please explain a little better im so tired right now lol

Lynne 05-16-2009 03:09 PM

I posted the code to hide something from unregistered members. If you look at what you posted, you already have that condition in there around the line that shows (this is from vb.orgs home page):
Currently Active Users: 574 (197 members and 377 guests)

So, that line is only being shown to logged in users according to your code.

Aclikyano 05-16-2009 03:12 PM

i already have <if condition="$show['member']">
and for some reason it was showing still when logged out

Lynne 05-16-2009 03:15 PM

Do you have a link to the page? (And you are only hiding that one line, not the whole list of users, with that code.)

Aclikyano 05-16-2009 03:18 PM

ok thank you, i got it!!


All times are GMT. The time now is 11:47 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.01299 seconds
  • Memory Usage 1,718KB
  • 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
  • (1)bbcode_html_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