Info
- 12 posts
- 10 voices
- Started 5 years ago by pazcu
- Latest reply from newcasl
- This topic is not resolved
How do I create new themes (not topics)?
-
- Posted 5 years ago #
I don't see any where where I can do that. Can any one help?
-
- Posted 5 years ago #
You make a directory inside of bbpress directory called my-templates and copy the contents of bb-templates into there and modify the files.
-
- Posted 5 years ago #
i will be releasing my template for bbpress pretty soon. check out http://www.talkaboutdesign.com/forum/
to stay updated.
-
- Posted 5 years ago #
I believe he's referring to themes as in separate forums within the forum. Not template or CSS themes like wordpress themes. Kind of a silly naming convention if you ask me.
-
- Posted 5 years ago #
@talkaboutdesign, wow, that's nice! Thanks for doing that! Can't wait until ya release it. ;) :)
spencerp
-
- Posted 5 years ago #
yeah, i've been trying to figure out how to change the "Main Theme" text to "Main Forum" for the longest time.
-
- Posted 5 years ago #
Just go to front-page.php in your templates folder and change where it says "Main Theme" to "Main Forum"
-
- Posted 5 years ago #
We hope to have a template system (like WordPress) in future versions, but until then we have to make changes using the system described in previous posts. This is something that may help out:
http://bbpress.org/documentation/customization/
As well, here is my little workaround for themes.
1) If you change templates files out of bb-templates/ folder, make sure you save the changes into the my-templates folder. That way, you can delete the file in the my-templates folder and bbPress will go back to working with the original file out of the bb-templates folder.
2) If you are not sure what style tags are being used on a page, I like to look at the 'source' of the page in my browser. Gives great clues on what you should be looking for when later editing the global stylesheet.
3) header.php includes all the information for calling meta information, CSS sheets, javascript scripts, etc.
4) footer.php has the information for credits, ending style tags from above, etc.
5) front-page.php is where the bulk of information that is produced on the main page is. This is where you can arrange what information is shown and where
6) style.css is the main stylesheet for how bbPress looks on every single page. It is actually layed out pretty well in terms of how each page is in bbPress
7) post.php is for individual posts and reply forms for those posts.
When we have a better and easier template system, it will be much simple for the end users, but please be patient as we try and get it working for you!
Trent
-
- Posted 5 years ago #
Does this help any? http://www.bui4ever.com/web-itecture/how_to_integrate_wordpress_and_bbpress/
-
- Posted 3 years ago #
I would like to create another "MAIN THEME". How do I go about doing this?
Thanks
-
- Posted 2 years ago #
Did anyone figure out how to add new Main Themes?
-
- Posted 2 years ago #
I found it now...in admin tools..
-
You must log in to post.