vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Display Enhancements - vB3.5 Forum Display Stats Cache Serialized (https://vborg.vbsupport.ru/showthread.php?t=96107)

Gizmo5h1t3 09-14-2005 06:43 PM

no , what im saying is, if i d tried to import it as a plugin, instead of a product, id have got the invalid file type message.

Andreas 09-14-2005 07:16 PM

Quoting myself:
RC2 does not give an invalid file type error when you try to import a product xml as a plugin xml.

Living in music 09-15-2005 09:44 AM

I followed your request,this mod is too simple but I cannot understand why I don't see any change at forumdisplay after hacking this.
I uninstalled this but still not be successful.Please help me solve this problem.

Bhuwan 09-15-2005 09:19 PM

great! any way to add this to the bottom instead of top?

any way to disallow guests from seeing?

Boofo 09-15-2005 10:18 PM

Quote:

Originally Posted by bchawla
great! any way to add this to the bottom instead of top?

any way to disallow guests from seeing?

To move it from the top, you will have to edit the xml and take out the template string replace and edit the template to add it where you want it.

Guests will only see words in areas where they are allowed to see them. ;)

Boofo 09-15-2005 10:21 PM

Quote:

Originally Posted by Living in music
I followed your request,this mod is too simple but I cannot understand why I don't see any change at forumdisplay after hacking this.

Did you do the file edit, too? Without that it won't show up. ;)

Living in music 09-15-2005 11:24 PM

Quote:

Installation Instructions:
---------------------------------
In forumdisplay.php:

Find:
---------------------------------

'iconcache',

---------------------------------
BELOW it add:
---------------------------------

'forumstatscache',

----------------------------------------------------------------------------------------
If you want to save a file edit on upgrades, do the following INSTEAD of the above file edit:
----------------------------------------------------------------------------------------
In includes/config.php:

Find:
---------------------------------

$config['Mysqli']['ini_file'] = '';

---------------------------------
BELOW it add:
---------------------------------

// ****** SPECIALTEMPLATES *****
// Add any specialtemplates here for any products or mods that use the datastore, to save
// from re-doing file edits on an upgrade or re-install of vBulletin (until they give us a better
// way to do it, anyway). Thanks to KirbyDE for the how-to on doing this.
if(THIS_SCRIPT == 'forumdisplay')
{
global $specialtemplates;
$specialtemplates = array_merge($specialtemplates, array('forumstatscache'));
}


NOTE: You can also add any other specialtemplates from other hacks in here to save those file edits also.
ADDED !!!

but this mod doesn't works.

Boofo 09-16-2005 12:06 AM

No, this mod DOES work. You must be doing something wrong. If you installed the product and did the file edit, there is no way it can't work.

If you want me to check it out, pm me whatever details I need and I will look at it.

Living in music 09-18-2005 10:24 AM

Quote:

Originally Posted by Boofo
No, this mod DOES work. You must be doing something wrong. If you installed the product and did the file edit, there is no way it can't work.

If you want me to check it out, pm me whatever details I need and I will look at it.


I only edit file and install product,how it can be wrong?I also uninstalled and re-installed one more time but it's not working too. :ermm:

Andreas 09-18-2005 10:28 AM

Normally, there is no way this Hack could not work.
Only if you had removed the Navbar from FORUMDISPLAY.


All times are GMT. The time now is 04:40 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.01115 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)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