Search Results for 'bbpress'
-
Search Results
-
Topic: bbPress database error
bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND meta_key=’views” at line 1]
SELECT meta_value FROM bb_topicmeta WHERE topic_id = AND meta_key=’views
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.