Search Results for 'bbpress'
-
Search Results
-
WordPress has a really nice authentication method: by user’s email. No password or registration. Is it possible to use similar authentication in bbpress?
Really, registration is unnecessary and creates a problem of spam nicknames cluttering the admin panel. Akismet deals with spam comments well.
Wouldn’t it make sense to switch to the wordpress-type authentication by poster’s email?
Please note that this is not the same as anonymous posting.
Additionally, bbpress really lacks wordpress’ moderation options. It would be surely a good idea to moderate all comments which contain links since almost all of them are spam comments which make it through Akismet.
Topic: Jack Hammer Discussions
I don’t know if my forums qualify to be listed here, but I’m going to anyway. Trent has helped me quite a bit and I figured some other things out myself. I’d appreciate any comments, or suggestions.
I’m using Trent’s onvertigo theme, which works well with my blog theme, regulus.
Does anyone know how I can edit the search_form? I’d like the input box to be shorter and I’d like the button to say “Go!” and be on the same line as the box. And I’d like all of that to be on the same line as the User Information.
Thanks,
This is such a nub question, but what goes first the WordPress install followed by bbPress? Or do they install at the same time, the documentation is confusing me because all it say is configure the config.php file in the bbPress folder, but doesn’t say much else? Any help past this would be great! Thanks.
Topic: Post without beeing a member
Hello everybody,
I’d liek to know if there is a way to allow people to post without being logged in, without having to become members.
In my case the fact that people have to enter a user name and a email is quite better-not-to-post-incentive.
In WordPress there was a way to do that so I suppose it was alike in BBpress, but I could not find how to do it.
Thanks for help.
Rui
I have tried installing this on my server several tims the last 2 days with no end in sight. I have attempted two different methods, and both times, I am given the same errors. I am trying to install bbpress on jeromyboyd.com/forums (my wp installation is on the root), and attempting to use my wp DB, using the options in the config file to integrate it with the DB. I am for the most part certain I am entering the prefix info correctly, and don’t see why a bb installation would not work in the same DB as my p installation is, as from what I gather, that is one of the aims of bb. Regardless, if this is not so, let me know, but I have even tried installing bb in it’s own DB with the same errors as below. When I direct my browser to jeromyboyd.com/forums/bb-admin/install.php, I immediately get the following errors:
Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user ‘thecross’@’localhost’ (using password: NO) in /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/db-mysqli.php on line 80
Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/db-mysqli.php on line 80
Warning: Cannot modify header information – headers already sent by (output started at /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/db-mysqli.php:80) in /home/thecross/public_html/jeromyboyd.com/forums/bb-admin/install.php on line 10
Warning: Cannot modify header information – headers already sent by (output started at /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/db-mysqli.php:80) in /home/thecross/public_html/jeromyboyd.com/forums/bb-includes/functions.php on line 1898
Below those errors I see the installation pages as normal, letting me fill out all the information and following the steps all the way through completion. I have checked and rechecked my SQL password, which I am certain has been entered correctly in the config.php file, but nothing. The bb installs, and I can even route to the front page of the forum, but when I log in, I get the same errors without the forum template below it, just those warnings.
Some guidance on how I can resolve this, as I am sure I am making a mistake on my side, but my knowledge of MySQL is limited. Thanks ahead of time.