Search Results for 'bbpress'
-
Search Results
-
Hello, I seem to have lost ability to login to bbpress. The only changes i did this afternoon where to add bbsync to wp and it seems possible i lost access after the first post went through. I had set bbsync to a forum that had a space in the name and that was not working so changed it to another and that worked but now when i go to the forums i am logged out and when i try and login it just takes me back to the main page, no error message. not quite sure what to do.
Thanks in advance for any help.
Hi all,
we have launch the new version of ours blog with added integration with bbpress (alpha 1-6). We would appeal to us to have some opionions about this and others opionions to improve bbpress and even to make it better
thanks!
Hi!
I installed wp 2.7 and bbpress 1.0 (alpha 6) and all seem to work.
I have only a little problem: when a user changes his website in his profile editor, bbPress doesn’t show the website link but the profile link!
Anyone can help me?
Thank you,
Giovanni
Italy
Topic: How do you setup pagination?
How do I setup on the front-page.php to list pagination?
Meaning, if I have more than 30 threads – I would like it to say “Page 1, 2, 3…” as links
I assume this is a bbPress function call but can’t find it
I just downloaded and installed bbPress ALPHA.
All is working okay.
I read that WordPress wp-caching plugins should work, I just installed the WP SuperCache into /my-plugins/
http://wordpress.org/extend/plugins/wp-super-cache/
I logged in as Admin, went to ACTIVATE the plugin and received the following error:
Fatal error: Call to undefined function get_option() in /home/uptownelite/forum.uptownelite.com/my-plugins/wp-super-cache/wp-cache.php on line 30
Any ideas why?
I thought WP caching plugins are suppose to work in bbPress ALPHA
I have this error message on every post…
bbPress database error: [Table ‘harrismarineblog.wp_lvtwfff_usermeta’ doesn’t exist]
SELECT * FROM wp_lvtwfff_usermeta WHERE user_id = 3 AND meta_key = ‘post_count’
bbPress database error: [Table ‘harrismarineblog.wp_lvtwfff_usermeta’ doesn’t exist]
INSERT INTO wp_lvtwfff_usermeta (
user_id
,meta_key
,meta_value
) VALUES (‘3′,’post_count’,’353′).
Also no one can log in even admin it keeps saying username not registered.
Does anyone know how to fix this???
I can’t make this plugin work
Do you have it working in your bbpress installation?
Topic: Custom Roles
Basically heres the issue I’m having. I have a wordpress installation and and a bbpress installation working together, I would like to create a special role for contributors on bbpress so that my contributors on wordpress can go to view things specific to contributors. I don’t want to allow my contributors access to moderator rights.
So there you have it, is there a way to create a custom role so I can assign them special access?
Hi all,
I want to create one bbPress forum using 2 different languages. Without using any plugin I think I can achieve this by these steps:
(1) Prepare the directories <WebRoot>/bbpress/US and <WebRoot>/bbpress/FR
(2) put the files in the US directory first.
(3) Start the installation using http://localhost/bbpress/US
(4) All tables are installed as usual. Forum can operate in full
(5) copy all the files under /US directory to /FR directory
(6) change the /FR/bb-config.php
define(‘BB_LANG’, ”); to become define(‘BB_LANG’, ‘fr’);
(7) clone the database table bb_topicmeta to bb_topicmeta2
(
change the uri value in bb_topicmeta2 to http://localhost/bbpress/FR
(9) change the table name reference for table bb_topicmeta to bb_topicmeta2 under /FR
Under this installation any user can go to http://localhost/bbpress/US for forum in English; or http://localhost/bbpress/FR in French. However, all the post content, tag, user profile are the same.
Okay…I’m looking up and down and still unable to do step (9). I cna only figure out the table names are defined in file /bb-includes/db.php. I made the change
var $tables = array( ….’topicmeta’…) to var $tables = array( ….’topicmeta2’…)
but it did not really change the table name reference.
So all bbPress guru…is my approach incorrect or I actually go the wrong way ? Any help is welcome. Thanks !!!