Search Results for '\"wordpress\"'
-
Search Results
-
Just wanted to share that I’d had some success with integrating some simpler wordpress plugins into bbpress by creating some functions to mimic get_settings() and update_options()
Since bbpress fortunately uses differently named functions for the same actions, I was able to make them point to the wordpress table instead of bbpress and fetch the proper options that the plugins were calling for.
Not sure how useful this would be to anyone else and it’s not for novices since other little tweaks are usually necessary and admin menus are definitely not supported, but it’s nice to have the integration ability.
ps. maybe we need a separate integration sub-forum
I followed the detailed steps in the documentation for installation and also those for integrating with wordpress. After changing the config-sample to config.php and uploading the contents of the unzipped bb folder to a subdirectory (‘forums”) in the main word press directory I attempted to load the install.php script. I use IE7 and I tried both opening the file using the option on the File menu and also calling the file through the http protocol. In both cases all I get is a blank page. I don’t get any error messages, not even from my server. Thus, I have no clue what to look for or where to look to solve the problem. I’d appreciate some help in the detective work. Thanks.
Mike R.
Hi all
I am interested in moving my forum from Punbb to bbpress as my site is powered by WordPress.
The only converter that I could get my hands on is the phpbb converter. However I seem to be encountering errors whilst attempting to import phpbb database.
The converters do not seem to have been updated and are stated to be compatible with the earlier 0.73 release.
Where can I get (download) earlier releases on bbpress especially version 0.73. I intend to update to the current release as soon as I import all of my posts.
Thanks in advance.
I’ve just discovered that any member who registers through BBpress instead of WordPress never gets a Role set (ie. Subscriber) so while they can use the forum, they can do anything on the WordPress part, even though they are logged in.
I’m calling the wp-headers in forum as advised in seamless integration thread. I need to add a link to the forum profile in the header as users get confused when they only see the admin tab for wordpress. I have the loginanywhere script, and need a link to the users profile edit somewhere in this code:
`echo “<div class=’greeting’>nHej, “; echo $user_identity; echo “! Inställningar | “;
echo “Logga utn</div>n”;`
My forum is here: http://www.doublepeace.se/forum/
On WordPress, admin can post any content, any html markup regardless of restrictions for visitors.
I’d like to be able to do that on BBpress?
I have had wordpress 2.2.1 up and running for a while. I just tried to install bbpress, using the table prefixes ‘wp_’, since I think that is necessary to have any authors registered on my wp site to be able to get on to bbpress, and vice versa. My bb’s config.php has the same database info as my wp’s config.
When I ran the install.php file for bb, I recieved some errors:
Second Step
Now we’re going to create the database tables and fill them with some default data.
bbPress database error: [Incorrect table definition; there can be only one auto column and it must be defined as a key]
ALTER TABLE wp_posts ADD COLUMN post_id bigint(20) NOT NULL auto_increment
bbPress database error: [Key column ‘post_id’ doesn’t exist in table]
ALTER TABLE wp_posts ADD PRIMARY KEY (post_id)
bbPress database error: [Multiple primary key defined]
ALTER TABLE wp_tags ADD PRIMARY KEY (tag_id)
1. Created table wp_forums
2. Created table wp_topics
3. Created table wp_topicmeta
4. Created table wp_tagged
5. Changed default value of wp_posts.post_status from publish to 0
6. Added column wp_posts.post_id
7. Added column wp_posts.forum_id
8. Added column wp_posts.topic_id
9. Added column wp_posts.poster_id
10. Added column wp_posts.post_text
11. Added column wp_posts.post_time
12. Added column wp_posts.poster_ip
13. Added index wp_posts FULLTEXT KEY post_text (post_text)
14. Changed type of wp_tags.tag_ID from int(11) to bigint(20) unsigned
15. Changed type of wp_tags.tag from varchar(255) to varchar(200)
16. Added column wp_tags.raw_tag
17. Added index wp_tags KEY name (tag)
bbPress database error: [Unknown column ‘post_id’ in ‘field list’]
SELECT post_id, poster_id FROM wp_posts WHERE topic_id = 1 AND post_status = 0 ORDER BY post_time
bbPress database error: [Unknown column ‘post_id’ in ‘where clause’]
SELECT * FROM wp_posts WHERE post_id = 114
Finished!
Now you can log in with the username “admin” and password “*Your WordPress password*”.
However, when I try to log in to my wordpress admin area as the ‘admin’ now, I receive the error:
“You do not have sufficient permissions to access this page.”
I am able to log into bb, but there are multiple errors on each page; this is repeated many times on the page:
“bbPress database error: [Unknown column ‘post_id’ in ‘where clause’]
SELECT * FROM wp_posts WHERE post_id = 0
Anonymous.”
I would just remove the bbpress completely, just to get wordpress login working again, but bb seems to have altered my wp user data?
thanks
Topic: Theme:Karma Fruit & Bbpress
I edited the Karma Fruit theme for wordpress a bit to match the Bbpress theme. They dont look totally alike. There are some slight differences but I think when you look at it you think
of the Bbpress theme. I loved the Bbpress theme so much I wanted my WordPress to look the same
. If you want the file changes let me know. Its just a few lines of css to make the difference in the original look for Karma Fruit.
http://chaoticmess.sittingonair.com/ < — Karma Fruit Theme
http://chaoticmess.sittingonair.com/forum/ <—- Bbpress Green Theme
MJ