Search Results for 'bbpress'
-
Search Results
-
I’m still working on it when I have the time but what do you think of the 760px wide hybrid I made?
http://bbshowcase.org/forums/?bbtheme=the-hybrid
I find white/grey/green a bit bland so I will add some colour to it eventually but wanted a starting reference point that looked similar to both.
Could they please consider using the favorites notification plugin?
People are posting bug reports on my plugins and I am completely missing them because I don’t know to check.
Maybe they can simply code the “extend” area to email the plugin author if there is a post on any of their plugin pages?
Is there a way via config.php or similar to override the local path? I thought it was BBPATH but I tried forcing that to something different and it’s not working, it’s still looking at the old path for the templates?
UPDATE: ah, I see the problem now. Even if you are using the default template, if you have changed your template and then changed it back to default, bbpress rememebers it as a custom template selection, not the default
so in template-functions.php ~line 17
if ( file_exists( bb_get_active_theme_folder() . $file) ) {
it thinks there is a custom theme and tries to load it’s known path stored in the db, rather than looking at BBPATH
For now I just deleted “bb_active_theme” from the topic meta table and it reverted to the default path off BBPATH, yay!
A minor bug I can put into trac.
Topic: bbMenu 1.2 released!
Hi,
Just released the last version of bbMenu. bbMenu 1.2 has some several bug fixes and minor code improvements:
– bbMenu now uses the bb_admin_add_submenu hook
– Fixed a bug that caused bbMenu to crash on some servers (thanks box87)
– Some code cleanup and optimalisations (thanks box87)
– Some template changes. If bbMenu is deactivated, the header now adapts and wont crash
Note that bbMenu 1.2 is not compatible with bbPortal 1.2 and bbPress pre 0.8
This is also the last version I release using the prototype libary. The next version will be jQuery based and smaller in size.
You can download bbMenu 1.2 here: