vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Track Guest Visits (https://vborg.vbsupport.ru/showthread.php?t=131314)

Shazz 12-27-2006 12:53 PM

/me updates

KURTZ 12-27-2006 02:39 PM

updated!

chkdgate 12-28-2006 07:16 AM

Very much needed. Thank you.

testpig 12-28-2006 08:00 AM

I uploaded the product in and nothing is showing on forumhome.

Seems to be the same issue as another user noted previously. Possibly a conflict with another hack....very strange. Will leave the hack enabled so you can see for yourself.

burntire 12-28-2006 02:14 PM

Installed
Thanks

ryansmith 12-29-2006 01:33 PM

Installed

Anyone want to share how to combine these results into the "Members Online" box? If I knew enough about coding I'd attempt it.

Until then, it's running fine in its own box :)

ShawnV 12-29-2006 01:42 PM

Does anyone have a copy of the previous version 1.06 or 1.07 and could you PM or post it?

Cheers,

_V

MioTraGusa 12-31-2006 12:28 PM

It seems that modification has conflicts with forums that it doesn't utilize english language, but only when it's a matter of users without loggin. This failure affects to all the forum where the dates should be shown.

See Screenshots with the product is active or not

Paul M 12-31-2006 12:51 PM

Sorry but I don't really understand most of that.

I don't see how this could possibly affect the display of dates.

Get Shorty 01-02-2007 08:17 PM

This hack causes a problem with the "Direct Category Links" feature of vbSEO. Here is the fix:

Original code:

Code:

if    (
    $vbulletin->userinfo['userid'] == 0
    AND $vbulletin->options['trg']
    AND $vbulletin->options['trgspiders']
    )
{
    define('SKIP_DEFAULTDATASTORE',true);

$vbulletin->datastore->fetch(array('wol_spiders'));
}

Changed to:

Code:

if    (
    $vbulletin->userinfo['userid'] == 0
    AND $vbulletin->options['trg']
    AND $vbulletin->options['trgspiders']
    )
{
    define('SKIP_DEFAULTDATASTORE',true);
$__temp_fc = $vbulletin->forumcache;
$vbulletin->datastore->fetch(array('wol_spiders'));
$vbulletin->forumcache = $__temp_fc;
}

Credit to: Oleg Ignatiuk


All times are GMT. The time now is 01:28 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.01695 seconds
  • Memory Usage 1,735KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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