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)
-   -   New Posting Features - vS-Hide Hack Resurrection (https://vborg.vbsupport.ru/showthread.php?t=123527)

akanevsky 12-12-2006 08:45 PM

Quote:

Originally Posted by subzonline (Post 1136548)
installed succesfully

Your status states otherwise.

emmanuel132 12-18-2006 09:00 PM

oh man this mest up my site

Shazz 12-18-2006 09:25 PM

Quote:

Originally Posted by emmanuel132 (Post 1141194)
oh man this mest up my site

Are you sure you installed it correctly

emmanuel132 12-18-2006 10:01 PM

idn look http://nosgamer.com

akanevsky 12-18-2006 10:39 PM

Quote:

Originally Posted by emmanuel132 (Post 1141227)

Do you understand english?

Quote:

======> One or more of the required files are missing. <=======
Please read over readme.html and ensure every file from the upload directory is uploaded to vBulletin forum root.
It says that files are missing. Please make sure you have uploaded your files from under the package's upload folder.

ragtek 12-30-2006 02:52 PM

i try to understand why you make
PHP Code:

$globaltemplates array_merge($globaltemplates, array(
    
// bbcode templates
    
'bbcode_hposts',
    
'bbcode_showtogroups',
    
'hidetag_toolbar_buttons',
));] 

wouldnt it be better if this is just in showthread is includet?
i dont know where we need it else.

akanevsky 12-30-2006 10:44 PM

Quote:

Originally Posted by ragtek (Post 1147550)
i try to understand why you make
PHP Code:

$globaltemplates array_merge($globaltemplates, array(
    
// bbcode templates
    
'bbcode_hposts',
    
'bbcode_showtogroups',
    
'hidetag_toolbar_buttons',
));] 

wouldnt it be better if this is just in showthread is includet?
i dont know where we need it else.

These are not large templates so it is more efficient to have them everywhere rather than run a conditional on every page.

ragtek 12-30-2006 10:48 PM

alright

so its better to include "small" templates everytime than to check this_script

thx for teaching :)

akanevsky 12-30-2006 11:03 PM

Quote:

Originally Posted by ragtek (Post 1147758)
alright

so its better to include "small" templates everytime than to check this_script

thx for teaching :)

It's not better serverload-wise, but it is better from the development point of view - if I need those templates elsewhere then I won't have to break my head over my the tempaltes are not cached.

ragtek 12-31-2006 10:14 AM

Quote:

Originally Posted by Psionic Vision (Post 1147764)
It's not better serverload-wise, but it is better from the development point of view - if I need those templates elsewhere then I won't have to break my head over my the tempaltes are not cached.

alright
now i checked ti


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