Search Results for 'code'
-
Search Results
-
Topic: Private Message Popup
Topic: Limit Latest Discussions
Hello,
I like the Latest Discussions on the frontpage, to have a quick look of the active topics, but I’d like to limit it to max. 5 topics.
Is there a way to do this? I tried several plugins found on the internet/this website, but none of them works.
Is there a way by changing the code? If yes, in which file should I look?
Btw, what is the default amount of ‘Latest Discussions’ on the frontpage?
Thanks.
Topic: Problem with bbcode-lite
Hey, i try to add my own bbcode with http://bbpress.org/plugins/topic/93
In BBcode-lite.php, i do that:
$simple = array('t' => 'h4','b' => 'strong', (etc)
but in my page, the source say that:
<p></p><h4>Quel statut?</h4>
so, the normal code must be:
<p><h4>Quel statut?</h4>
</p>no?
why the formatting is not correct?
Bye
Topic: Strange error on post
I have a band messageboard that’s worked flawlessly for a year now… but when I tried posting myself just now, it didn’t appear on the board. When I checked the dashboard, this is what it said for the latest post:
Post on
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'
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 ' 'views', )' at line 1]
INSERT INTO bb_topicmeta ( meta_id, topic_id, meta_key, meta_value) VALUES ( NULL , , 'views', )
Gavin DeGraw by neddi.Any idea what’s going on? I’ve never seen this before… and I think I’m the only one with access to the backend.
Hello,
I just managed uploading and installing BBPress in a subdirectory of WordPress. Everything works just fine, and when you sign up on WordPress, you will also be able to log in with that account on BBPress, but there’s one problem:
When you log in on WordPress, and you go to BBPress, you have to log in again. So, members have to sign in 2 times, on the same account, one time for WordPress and one time on BBPress.
I’m running WordPress 2.6. In wp-config.php there was no SECRET_KEY. There was an AUTH_KEY and a SECURE_AUTH_KEY, but there was a BB_SECRET_KEY in bb-config.php. So, what should I do in wp-config.php?
I tried to define SECRET_KEY myself, but that didn’t work. The ‘code’ in SECRET_KEY in wp-config.php is the same as BB_SECRET_KEY in bb-config.php, but it still doesn’t work.
I hope it’s a little clear what my problem is.
Thanks,
Ramy