Search Results for 'bbpress'
-
Search Results
-
Topic: I CAN'T START
please help me i have installed bbpress and created new forum but i don’t know where it is? so please help i just want to know where is forum installed! P.S sorry for my bad english 🙂
Hi, I used Byethost’s Free Hosting:
- PHP: 5.3.14
- WordPress: 3.4.1
- Better WP: 3.4.2 *
- bbPress: 2.1.2
I’m trying to activate Better WP and bbPress My website link
If I activate Better WP before, bbPress after so I coundn’t go to Dashboard (Blank page)
If I activate bbPress before, Better WP after so get this message:
> Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 122880 bytes) in /home/vol14/byethost3.com/b3_10883728/htdocs/epub/wp-admin/includes/schema.php on line 527
I used one of the other solutions but dont’t successfull:
> 1. Try adding this line to my wp-config.php file: define(‘WP_MEMORY_LIMIT’, ‘128M’);
2. Try adding this to an .htaccess file (because I don’t have access to PHP.ini): php_value memory_limit 128MWhat additional information do you need? And do you have any ideas how to solve it?
I’m a bit confused as to how BBPress works with themes. Can I choose any theme, and BBPress automatically works with it? or are there only specific themes it will work with?
Also I want to eventually make the forum the front page of the site, is that possible?
And finally, I’m going to be using the seedpod coming soon plug in, is that compatible with BBPress?
So, oddly, the install of bbPress on my site is v 2.0.1, and the latest version is 2.1. Yet, I have no option to upgrade in my plugins screen..
Is there a reason why bbPress wouldn’t see the new version availability (and can it be fixed), or failing that, can I manually upgrade to 2.1 somehow?
I assume i could just copy new files over from the latest release, but perhaps there are database structural changes that this wouldn’t account for?
Greg
Topic: Help customizing reply form
Hi guys.
I have been working with bbpress lately and i wanted to be able to add a button on the reply form
That will perform an action when clicked.
Will i need to edit the core files or which file shouild i edit?
How should i do this?
Thank you.
I have a login box now in the header of all pages on my site but if the form isn’t filled out and you click submit it doesn’t display an error message, instead it takes you to the wp-login page. How do I avoid that? Is there something I can add to the shortcode that will require information in the form?
http://www.brucechristian.com/ (temporary url for dubaitrailrunning.com) •
WordPress v. 3.4.1 •
bbPress v. 2.1.2Topic: Forum Post Editor
Hi guys, you know the editor we use on this site to be able to start new topics and add replies, its not the same as the editor you get on the standard installation of BBPress (that one looks like a fancy wordpress editor) what im after is finding out what bbpress.org actually use as there editor because on this one you can hit the link or image button and a window pops up where you just simply insert the link and boom it works right in the post
(like this>)

and the post preview just underneath is uber handy!!
Can anyone shine any light as to what bbpress.org use themselves?
Cheers
SteveI am wanting to change the post count instead to a reply count, same as the current bbPress forum does. How would I go about doing that? I have tried to google and search through these forums but unfortunately haven’t found the answer yet.
I am using the latest version of bbPress and WordPress and my forum is currently in test mode at netballscoop.com/forums
Topic: Don't register~~~~
click register button
—->
User registration is currently not allowed
—->bbpress, wordpress: rescent version
Topic: Login and Register Shortcode
I am trying to create login box and register link in shortcode function.
function add_login_form() { if(!is_user_logged_in()){ return wp_login_form(); } else { return; } }So I get the login box but not sure how to add the bbpress register link if the user is not logged in. code where i want to add the register link along with the loginbox,not sure how to do that. Any pointers or suggestion in code?
Topic: Just help to get started
I would like to install bbpress on a wordpress site I am trying to build- all static pages, so all loged in users to the website domain and sub domains (not multi site) have access to the forum and public viewers of the site do not know the forum exists. Also, the forum should not be indexed or published on the internet.

