vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vBindex v2.1 (https://vborg.vbsupport.ru/showthread.php?t=41916)

sHORTYWZ 10-29-2002 03:11 PM

weird.. post didn't show up -

anyways..

I have everything setup correctly permissions wise - people can't view the threads, read them, anything using the normal forum interface.

Buddha 10-29-2002 03:13 PM

Quote:

Originally posted by wolfe
1 more thing my users online and my guests aint working :(
check back several pages buddy. that's been brought up more than once. ntldr took that feature out... but it's still in the template. you'll have to manually remove it.

hope that helps.

NTLDR 10-29-2002 03:58 PM

Quote:

Originally posted by wolfe
1 more thing my users online and my guests aint working :(
If you mean currently active users then as I've already told you numerous times, you haven't followed the install instructions.

If you mean number online today, then Buddha is correct it has been removed from vBindex v2.1.

wolfe 10-30-2002 01:06 AM

ok sorted and did redesign but 1 more problem i have made tables for a few things but is there a way of making the Buddies list show

"You Currently Have No Buddy"

if you have none heres the code what do i change :D

Code:

// start buddies
// -------------------------
$datecut = time() - $cookietimeout;
$buddyuserssql=str_replace(" ","' OR user.userid='",$bbuserinfo[buddylist]);
$sql="SELECT userid,username,invisible,lastactivity
      FROM user
      WHERE (user.userid='$buddyuserssql')
      ORDER BY username";
$buddys=$DB_site->query($sql);

$onlineusers="";
$offlineusers="";
while ($buddy=$DB_site->fetch_array($buddys)) {
        if ($doneuser[$buddy[userid]]) {
                continue;
        }
        $doneuser[$buddy[userid]]=1;

  if ((!$buddy[invisible] or $bbuserinfo['usergroupid']==6) and $buddy[lastactivity]>$datecut) {
    $onoff="on";
    $color="#00D200";
  } else {
    $onoff="off";
    $color="#FF0000";
  }

  eval("\$var = \"".gettemplate("home_buddy2")."\";");

  if ($onoff=="on") {
    $onlineusers.=$var;
  } else {
    $offlineusers.=$var;
  }
}
// -------------------------
// end buddies


wolfe 10-30-2002 02:14 AM

well fixed that problem :D

but here the new look i made also i will post it with the new buddy layout when one of my buddy are on :D

http://www.s2k2.com/new.gif





also i get a problem i set all group settings right but my guests can't see the vBindex page whats up :(

wolfe 10-30-2002 02:15 AM

please help me out :D

wolfe 10-30-2002 02:17 AM

this was the original layout see the difference :D

oh **** noticed i lost my menu well will fix that in a few mins :D

http://www.s2k2.com/prob.gif

Buddha 10-30-2002 11:34 AM

looks like you just have borders around the tables... other than that looks fine.
it's in the news and newsbit templates.

NTLDR 10-30-2002 12:00 PM

Quote:

Originally posted by wolfe
also i get a problem i set all group settings right but my guests can't see the vBindex page whats up :(
If guests cannot view the board they cannot view vBindex.

wolfe 10-30-2002 12:39 PM

how can i change it so they can view vBindex and the news but they can't go on the board thats like a sneak peek then they register :D


All times are GMT. The time now is 04:08 AM.

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.02379 seconds
  • Memory Usage 1,740KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete