vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Modification System (https://vborg.vbsupport.ru/showthread.php?t=191465)

lihaowei 09-23-2008 04:41 PM

Thank you Corner for your suppot for our vbulletin-china.org
I have received your contact message. We will release our Chinese version in our site and send one to you. Thank you very much!

Nathanael from vbulletin-china.org

Delphiprogrammi 09-23-2008 04:50 PM

hi,

Yeah you should use the cache_templates hook.vBulletin performs 1 extra MySQL query per unchached template so something like this on hook cache_templates

PHP Code:

$globaltemplates array_merge($globaltemplates,array(
'modsystem_newthread',
'modsystem_post_settings',
'modsystem_post',
'editor_clientscript',
'editor_css',
'editor_jsoptions_font',
'editor_jsoptions_size',
'editor_toolbar_on',
'memberinfo_block_modsystem',
'memberinfo_modsystem_inblock',
'memberinfo_modsystem_inblock_bit'
)); 

should do it also the vBulletin editor templates can be "cached" by

PHP Code:

define('GET_EDIT_TEMPLATES',true); 


Coroner 09-23-2008 05:38 PM

Quote:

Originally Posted by Hasann (Post 1628660)
Hi Mr Coroner I found some bugs

templates are uncached and that loads cpu
attachments images don't showing in modsystem postbit
install and uninstall buttons don't use Ajax
and admins cannot edit mod settings

please fix this bugs and upgrade your hack

1.) fixed (but not uploaded)
2., 3., 4.) Can't found a bug :confused:

Works on 3 forums perfect :confused:

Hasann 09-23-2008 05:40 PM

Quote:

Originally Posted by Coroner (Post 1628737)
1.) fixed (but not uploaded)
2., 3., 4.) Can't found a bug :confused:

Works on 3 forums perfect :confused:

http://www.vbulletin-turkey.com/foru...ead.php?t=1134

user: Sylar
pasS: 123456789

try self

I have all ajax functions activated

Delphiprogrammi 09-23-2008 06:10 PM

hi,

I can confirm ajax does work fine on forumdisplay.php you can click install and it will change (just like you can click the threadicon to lock it through ajax) it looks like ajax is working.For an issue like this i always use firefox with the firebug addon (it allows you to see the ajax response) and it's easier to find what might be wrong

attachments also work fine at my borad don't have a problem with it

in the mod thread itself it is indeed not using ajax if you click install / uninstall

Coroner 09-23-2008 06:32 PM

forumdisplay works at him - but showthread doesn't !? confused

and thanks for the hint

aryshi 09-23-2008 06:56 PM

Quote:

Originally Posted by Coroner (Post 1628584)
There's a simple way. But which values in the settings ?

on the old thread when i Mark as Installed

the thread show installed but dosen't count number of installed and dosn't show in the profile

aryshi 09-23-2008 07:01 PM

thanx Coroner

i just now see the [EDIT]

its work now

installed :)

Coroner 09-23-2008 07:55 PM

work now or not ?
pls, let me know

juleikaseven 09-23-2008 08:05 PM

does not work with [AJAX] Post Thank You Hack

:(

what can I do?


All times are GMT. The time now is 05:57 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.03592 seconds
  • Memory Usage 1,743KB
  • 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
  • (3)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