vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - Spiders on ForumHome [NO FILE EDIT] (https://vborg.vbsupport.ru/showthread.php?t=194836)

fatdr 11-10-2009 09:13 PM

i see its good working ;)

ZEHH 11-19-2009 01:56 AM

Instalado...

Skydiver10 11-25-2009 09:29 PM

Quote:

Originally Posted by funkmeister (Post 1798923)
This works great with one exception...when no members are logged in, I'm seeing a trailing comma (',') where a member name would normally be.

Aside from this minor irritation, it's working fine. Anyone got an idea how I can fix this? I'm on 3.8.2 by the way...

Thanks in advance.

Quote:

Originally Posted by Serenity278 (Post 1847745)
I would like to know this too...



Edit the: product-spider_display.xml

Find:
PHP Code:

{
  
$lname ',' trim(key($slist)) . "(" $sname.")";
  }
  else
  {
  
$lname ',' .  trim(key($slist));
  } 

Remove second ","


Should look like this after removing second ","

PHP Code:

{
  
$lname ',' trim(key($slist)) . "(" $sname.")";
  }
  else
  {
  
$lname ' ' .  trim(key($slist));
  } 


Save, then Re-upload: product-spider_display.xml and choose overwrite.

Installed Thanks!:up:

netzrate 12-06-2009 06:50 AM

Install, work, thanx :)

saadessa 12-06-2009 12:12 PM

nice thank you
is this increase seo ??

oldfan 01-26-2010 03:40 AM

I was wondering why I getting this error?

fixed

mavigul 02-21-2010 06:24 AM

installed but on index.php come white page?

vijayninel 02-21-2010 09:57 AM

thanks.

Chef_uk 03-06-2010 10:37 PM

Works perfectly, even names the spiders. Thanks alot.

Alfa1 12-17-2010 09:33 AM

After install:
Fatal error: Cannot use string offset as an array in /private_html/forum/index.php(596) : eval()'d code on line 17


All times are GMT. The time now is 11:05 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.03821 seconds
  • Memory Usage 1,738KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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