WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<?php ///* Include phpLib-template parser */ require_once(WB_PATH . '/include/phplib/template.inc'); // see if there exists a template file in "account-htt" folder inside the current template if (file_exists(WB_PATH . '/templates/' . TEMPLATE . '/account-htt/signup_form.htt')) { // if so, set the path there $tpl = new Template(WB_PATH . '/templates/' . TEMPLATE . '/account-htt'); } // else use "htt" folder in "root/account/" else { $tpl = new Template(dirname(__FILE__) . '/htt'); }
ughh, it took me a while to figure out patching
Now just one question, do I need to copy all files to account-htt (all .php files and htt folder) or just .htt ?
Maybe even do the same trick to search?
I agree that this should be an addition to WB 2.8.1 . Who likes to style he will style, if you dont like there is a default htt
I noticed that too, but thought that you wanted to avoid some conflict with variables
I will open a ticket (my first ever) as I wrote in the german thread. I am still waiting for some feedback/suggestions.
The development team plans the release of WebsiteBaker CMS 2.8.1 scheduled for end of the year 2009.Time line (based on current tickets): RC1 by Mid of November[...]
Where I had the troubles was to realize: Its the TEMPLATE_DIR where to put the second folder.
2) Move the entire folder "account-htt" into your templates folder
I don't know if it's related, but is it more easy now to have a signup form with more info fields?