[bbDev] More ajax!

Derek Winterstien wordpressforum at robotz.com
Fri Oct 14 15:19:38 GMT 2005


This might be worth mentioning since I see you've been doing a lot with 
BBPress style sheets and templates, that user defined templates are 
supposed to go in my-templates as opposed to bb-templates.  My 
supposition is based on code in index.php where a conditional looks for 
a my-templates folder and if not found, defaults to bb-templates.

if (file_exists( BBPATH . 'my-templates/front-page.php' ))
         require( BBPATH . 'my-templates/front-page.php' );
else    require( BBPATH . 'bb-templates/front-page.php' );

It looks like users are to create the my-templates folder mkdir 
my-templates and then cp bb-templates/* my-templates and then start 
making customizations.


William Parry wrote:
> What is happening with the template system? Is it going to be the same
> as WP where you have folders for templates? Would it be very difficult
> to copy the same template editing system over from WP to bbpress?
> _______________________________________________
> bbDev mailing list
> bbDev at lists.bbpress.org
> http://lists.bbpress.org/mailman/listinfo/bbdev
> 


More information about the bbDev mailing list