vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Show Spiders on ForumHome (https://vborg.vbsupport.ru/showthread.php?t=119134)

BigJimTheLug 11-25-2006 03:18 AM

Wow, I can't seem to find none of the files in my index.php file....lol and my forum is working fine.

Would other vb hacks interfere with this?

Thanks.

el fuego 11-26-2006 10:57 PM

Quote:

Originally Posted by MARKETPROFITS (Post 1124607)
Wow, I can't seem to find none of the files in my index.php file....lol and my forum is working fine.

Would other vb hacks interfere with this?

Thanks.

Of course other hacks could interfere. If they required code changes that removed the same code this hack needs to change.

SnapOff Racing 11-27-2006 06:15 AM

i think i got mine working ok but when there's 0 guests and/or spiders on my site...it says:

"Currently Active Users: 1 (1 members and 0 guests and spiders)"

does this mean it's not working properly? can someone view my site and tell me? i followed step by step.

www.snapoffracing.com/forums

thanks

Mudvayne 11-27-2006 06:35 AM

If the phrase edit was flawless then you might 've mistaken with code edit. Check it again.

lifesourcerec 12-09-2006 02:17 PM

Quote:

Originally Posted by Icy (Post 1126205)
If the phrase edit was flawless then you might 've mistaken with code edit. Check it again.

I don't think they made mistakes. I think it is conflicting with other mods. I had 3 mods that wouldn't work. I unstalled 2 non-related mods and those 2 mods finally worked. I have installed this mod 8 times with the same result. It never worked, then when I uninstalled 2 particular modifications, it now half way works.

lifesourcerec 12-09-2006 02:19 PM

Quote:

Originally Posted by SnapOff Racing (Post 1126193)
i think i got mine working ok but when there's 0 guests and/or spiders on my site...it says:

"Currently Active Users: 1 (1 members and 0 guests and spiders)"

does this mean it's not working properly? can someone view my site and tell me? i followed step by step.

www.snapoffracing.com/forums

thanks

If you see that, it means your index.php wasn't editted correctly. Double check it.

Mudvayne 12-09-2006 03:24 PM

Hmm.. I've near abt 50 hacks install on my forum.. None of these hacks conflict with this.. So I don't know which hack you r talking about..

JimmyN 01-01-2007 09:45 PM

I have a probelm, i installed it all and on index it show me as not logged in
This is the code that seems to be the probelm.

Im running 3.6.4, if i add the code below in the index file and re-upload it when on the index i get shown as loged out, but the mod works. Can someone check the code and see whats wrong?

Thanks heaps
Code:

Find:
---------
  if (fetch_online_status($loggedin))
  {
  $numbervisible++;
  eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";');
  }
  }

-------
Add After:
-------
  while ($spidername = current($spiderlist))
  {
  if ($spidername > 1) {
  $loggedin['musername'] = trim(key($spiderlist)) . "(" . $spidername.")";
  }
  else
  {
  $loggedin['musername'] = trim(key($spiderlist));
  }
  $loggedin['userid'] = 0;
  eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";');
  next($spiderlist);
  }


Quantnet 01-04-2007 09:34 AM

installed.
Looking forward to getting the vbadvanced online module fix.
Thanks

TheFrienzNet 01-13-2007 02:58 PM

Thanks. :)


All times are GMT. The time now is 03:57 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.01059 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
  • (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
  • (1)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