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)
-   -   Social Group and Album Enhancements - Quote Functionality in Social Discussions (https://vborg.vbsupport.ru/showthread.php?t=204052)

drsli 02-04-2009 03:47 PM

Many thanks, works like a charm! :)

pein87 02-04-2009 05:21 PM

works like a charm withou errors so far good job and yes vbulletin devs are slacking and if they got off there high horse and pleased the customers then people wouldnt be leaving fo IP 3. Your a good coder and a smart mod maker.

KURTZ 03-09-2009 02:01 PM

interesting job ... but i saw that there are some uncached templates ... it's possible to fix this trouble?

Reeve of shinra 03-10-2009 04:43 AM

This should be a default feature. Thank you for releasing

MrEyes 03-10-2009 09:38 AM

Quote:

Originally Posted by KURTZ (Post 1764031)
interesting job ... but i saw that there are some uncached templates ... it's possible to fix this trouble?

Not in this mod, it doesn't use any templates

KURTZ 03-10-2009 12:38 PM

1 Attachment(s)
Quote:

Originally Posted by MrEyes (Post 1764743)
Not in this mod, it doesn't use any templates

check the pic .... :)

Lynne 03-10-2009 02:10 PM

And I explained about the uncached template in your thread about it:
Quote:

You will get that uncached template if you just use the quote function at all in discussions... or use php or code or html tags. Use any bbcode in there and that template will not be cached. If it bothers you, then cache them.

KURTZ 03-11-2009 09:39 AM

OK Lynne but how i can cache them? so it's a Jelsoft trouble ... correct?

Lynne 03-11-2009 02:20 PM

Yes, it is a Jelsoft issue. You can always cache them using a plugin at the cache_templates hook location:
PHP Code:

if(THIS_SCRIPT == 'whatever'

$globaltemplates array_merge($globaltemplates, array( 
'this_template'
'that_template')); 



KURTZ 03-11-2009 02:44 PM

it's too advanced for me Lynne :) anyway thanks for all ;)


All times are GMT. The time now is 04:59 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.01165 seconds
  • Memory Usage 1,734KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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