WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Official Template Repository

<< < (2/11) > >>

wwwMARKLEYcouk:
yeah i think its a great idea to include his conversion document, i use it all the time. Its actually possible to break that down aswell into sections rather than stating what was changed in the template.

It would look so much nicer, in my opinion, if is was titled as displayed. For example:

<b>How to add a search:</b>


--- Code: ---<?php if(SHOW_SEARCH) { ?>
<div id="searchdiv">
<ul><ul>       
          <form name="search" action="<?php echo WB_URL.&#39;/search/index&#39;.PAGE_EXTENSION; ?>" method="post">
<h2><?php echo $TEXT[&#39;SEARCH&#39;]; ?></h2>

          <div>
            <input type="text" name="string" size="15" /><br /><br />
            <input type="submit" name="submit" value="<?php echo $TEXT[&#39;SEARCH&#39;]; ?>" />
          </div>
          </form>
         
</ul></ul>     
</div>     
<?php } 
?>     
--- End code ---
and so on.. that way people can simply cut and paste what they want.. :) the features of the WebsiteBaker tagging would be helpful too like:


--- Code: ---<?php page_title(&#39;&#39;,&#39;[WEBSITE_TITLE]&#39;); ?>
--- End code ---
this is defined in the admin section at .........

see my point? :) great work PeterM though...

ruebenwurzel:
@jschor

Hello, at the addons page we have at the moment only the Templates from stefans site and the on from the completed templates. There are a lot mor templates in the forum (the one from PeterM you post and a few more). I will look at the weekend to hopefully download all this templates and test if they are ok to release on the addons page. Saw that some templates have wrong zip structure and in some info.php's needs to be mor informations.

I also plan to write o short descreption for the template developpers, what they have to do to get their templates shown on the addons page.

Matthias

PeterM:

--- Quote from: mysticfreeman on March 10, 2006, 11:10:49 AM ---yeah i think its a great idea to include his conversion document, i use it all the time. Its actually possible to break that down aswell into sections rather than stating what was changed in the template.
--- End quote ---

My conversion document was just a forum topic, to let people see what sometimes need to be changed to make a template for WB. I will try to make a better and real document about making templates for WB.

kibmcz:
I get this error:


--- Code: ---Error loading language file EN, please check configuration
--- End code ---

Stefan:
Yes, we are aware of this server problem. Ryan is working on it.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version