vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Change the Cached Posts Lifespan to 0 if [code] in message (https://vborg.vbsupport.ru/showthread.php?t=152738)

brfrankl 07-19-2007 09:54 AM

Change the Cached Posts Lifespan to 0 if [code] in message
 
Is there any way to only change the cached posts lifespan to 0 IF the post contains the [code] tag?

nexialys 07-19-2007 10:06 AM

the lifespan is not related to the content of the posts but to the global setting of your board, for control and stability... having a per-post setting would be desastrous on serverload...

brfrankl 07-20-2007 01:19 PM

I know, but I need cache load 0 only for posts that contain code, it can cache the others.

so the question is, is it less load for all to have cache 0 or for it to figure it out per post...

Andreas 07-21-2007 05:51 PM

*** Untested ***

bbcode_fetch_tags
PHP Code:

if (!function_exists('my_handle_bbcode_code'))
{
    function 
my_handle_bbcode_code(&$parser$code)
    {
        
$parser->options['cachable'] = false;
        return 
$parser->handle_bbcode_code($code);
    }
}
$tag_list['no_option']['code']['callback'] = 'handle_external';
$tag_list['no_option']['code']['external_callback'] = 'my_handle_bbcode_code'


Semere79 10-06-2008 02:14 AM

Actually is there a way to disable a post cache based on if it had a certain bbcode in it? Server load isn't a huge issue for me since I have my own dedi and I am not using all of it... However, I see the above I just don't understand where I would insert it to set it up to work with the bbcode we have in place...

Thanks for your help,
Semere


All times are GMT. The time now is 05:07 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.01951 seconds
  • Memory Usage 1,714KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete