FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Manual Theme Rebuild
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Manual Theme Rebuild [message #27864 is a reply to message #27861] Wed, 28 September 2005 22:43 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
You can write a script to do it, something a long the lines of:
<?php
require "/path/to/GLOBALS.php";
fud_use('db.inc');
fud_use('compiler.inc'true);
$data db_saq('SELECT theme, lang, name FROM mm_themes WHERE id='.$theme_id);
compile_all($data[0], $data[1], $data[2]);
?>


FUDforum Core Developer
[Message index]
 
Read Message icon4.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Item pub date missing in RDF feed
Next Topic: Step by step mailing list instructions
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 08:58:52 GMT 2024

Total time taken to generate the page: 0.25945 seconds