vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How to auto template? (https://vborg.vbsupport.ru/showthread.php?t=216871)

pein87 06-23-2009 03:13 AM

How to auto template?
 
I am working on a new mod and i was wondering how do you auto template? I tried to auto template the header and footer template but without any results. I go the database to install and uninstall but the auto template isnt working. I tried

PHP Code:

$tempmod $vbulletin->db->query_read(" SELECT * FROM " THREAD_PREFIX" WHERE title=\"headinclude\" ");
$temp $vbulletin->db->fetch_array($tempmod);
$find '<!-- /CSS -->';
$replace '<!-- /CSS -->
<link rel="stylesheet" type="text/css" href="rpg/rpg.css">
'
;

str_replace($find$replace$temp['template']);

str_replace($find$replace$temp['template_un']); 

No luck with that is there anyway to do it that I dont know? I'm trying to position the edits at the end of the css comment and at the end of the footer template. I would appreciate it if anyone could help me on this.

Dismounted 06-23-2009 09:53 AM

If you are wanting to add something inside the header, just concatenate on the $headinclude variable.

Carnage 06-23-2009 11:56 AM

You arn't saving it back to the database for starters...

second, you are only modifying the first found template; if there are multiple styles and one has a customised template in it... it wont work

Easiest thing to do for auto template mods is to modify the template cache in global.php

pein87 06-24-2009 01:50 PM

I see so I would just use the $headinclude varible instead of accessing the database? Sorry its early here and I havent sleep a wink in the past 24 hrs. Could you give an example please?


All times are GMT. The time now is 06:19 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.00921 seconds
  • Memory Usage 1,715KB
  • 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
  • (4)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