vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   File template compiler (https://vborg.vbsupport.ru/showthread.php?t=101173)

sllik 11-19-2005 07:17 PM

File template compiler
 
Maybe there is already a mod like this, but I wasn't able to find it. I would really love a hack that would make template development easyer. What I would like is a hack that will read the html files from a spesific directory and then insert the html files into vbulletin as templates (where the template name is the file name). That way I can use whatever editor I like to make my templates. If the template already exists with the same name, then it will update it.

Andreas 11-19-2005 08:07 PM

Warning! Only for usage on secured developement boards!

1. Create a directory templates below vBulletin root
2. Create your templates in style manager, use
HTML Code:

<<< FILE >>>
as content
3. Create files templatename.html in directory templates
4. In includes/functions.php FIND and UNCOMMENT
PHP Code:

if ($template == '<<< FILE >>>')
{
    
$template addslashes(implode(''file("./templates/$templatename.html")));
    
$vbulletin->templatecache["$templatename"] = $template;


Done.

Tradjick 11-19-2005 08:16 PM

It would be good if there were an install button in this thread for refinding it later. But anyways, i?ll just bookmark it.

Thanks, Andreas :)

sllik 11-19-2005 09:54 PM

Is there anyway to get the template in files to go into the database? Would the site run slower if the templates are in files?

Andreas 11-19-2005 10:12 PM

Way slower.

sllik 11-19-2005 10:38 PM

So basicaly I'm requesting a mod that would insert the file templates into the database (and compile them)

sllik 11-25-2005 09:30 PM

has anyone done this before?


All times are GMT. The time now is 01:04 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.00968 seconds
  • Memory Usage 1,724KB
  • 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_html_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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