Search Results for 'bbpress'
-
Search Results
-
Topic: Reset posting time limit?
Thanks for replying,
If a member request reset time limit to re-edit a specific posting, is it possible to configure within bbPress Admin?
Originally posted at http://forum.blandname.com/topic/11
Using http://cow.neondragon.net/stuff/reflection/ I was able to add reflection to the blandname bbPress theme.
Here’s how it works:
You’ll need two files to make this happen.
- the famed prototype.js – http://prototype.conio.net/dist/prototype-1.4.0.js
- reflection.js – http://cow.neondragon.net/stuff/reflection/reflection.zip
Put both files in either /my-templates or /bb-templates, CHMOD them to 755, and edit your header.php file accordingly.
In my case:
<script type="text/javascript" src="/my-templates/reflection.js"></script>
<script type="text/javascript" src="/my-templates/prototype.js"></script>
Was added before the last div tag in the header.php file.
In order to make the reflection work, make sure to add
class="reflect"
to any img tags you wish to have reflecting and looking all mac daddy cool.Topic: Bad Behavior with bbPress?
I was wondering if anyone has figured out how to get Bad Behavior working with bbPress. If you just upload the WP plugin up to the my-plugins folder as is, it just makes it so you cannot access your site at all. It would be great to get this working. Anyone have a clue?
Trent
Hello,
I’m currently having a problem with being able to start a new topic when I am logged in as a ‘member’ I have tried re-installing bbpress but it hasn’t helped.
Anyone got any advice? Any help would be great!
Rich
This shows you how I did it. It is fairly easy, and I just use the fckeditorm, which i am very fond of.
Topic: Edit post unlimited minutes?
Hello,
What configuration is needed to get my bbPress visitors or myself unlimited minutes or time to edit their/my postings?
// A user can edit a post for this many minutes after submitting.
$bb->edit_lock = unlimited;
Thanks for all replies.
Hello,
I just tried to include “require_once (‘/www/htdocs/w006aa53/wp-blog-header.php’);” in the config.php and “<?php get_header(); ?>” in the header.php. But I’m allways getting this: “Fatal error: Cannot redeclare class streamreader in /www/htdocs/w006aa53/bbpress/bb-includes/streams.php on line 26
“. I can’t fix this problem on my own… Who can help?