Search Results for 'code'
-
Search Results
-
Hi!
I run a blog on which I’d like to have a BBPress forum alongside the regular blog and some other pages. But I have ran into a few problems.
Step-by-step background:
1. Installed WP
2. Installed Mingleforum
3. Created a page called “forum” for Mingleforum (myblog.com/forum)
4. Set the forum up and people started posting stuff on it
5. Concluded that Mingleforum lacked several features
6. Installed BBPress but did NOT uninstall Mingleforum or delete the page “forum”
7. Did NOT chose any template for BBPress because I don’t know how
8. Created a paged called “new forum” on which i simply wrote [bbp-forum-index]
9. Created what I like to call categories, but I guess really are different “forums”
Problem 1:
After working on my BBPress forum for a couple of days and looking thru tutorials, I realis that there’s supposed to be an admin panel for BBPress!? I can’t find it.
Within the regular WP admin panel I do have a menus called “Forums”, “Topics” and “Replies”. And under “Settings” in the regular WP admin panel I’ve got another menu called “Forums”. In these menus there’s really not that much to do. From what I have understood there’s a admin panel specifically for BBpress, which I can’t find.
Problem 2:
If I get the admin panel for BBPress to work, I will probably want to install a theme since the forum looks like crap when I just add [bbp-forum-index] to the page “new forum”. Can I use a theme specifically for BBPress or will that theme also affect my main blog and all the other pages? When I change to Twentyten under Appearance->Themes (Not sure if it’s called that in the EN version of WP. I use the swedish version) in the regular WP admin panel, my whole blog get that theme.
Problem 3:
Since the old forum, Mingleforum, has about 100 posts in it, I’d like to transfer these posts and their respective categories etc to my new BBPress forum. Is that possible?
I can not express how much I would appreciate it if someone helped me with this. It’s almost 1:00 at night here and I’ve spent yesterday and the whole day today trying to get this stuff to work. I’m going crazy here, so please help me

Thanks!
I have a new installation of bbPress 2.0 working great, and it’s really nice.
However, I’m trying to migrate data from a plugin called WP-Forum 1.7 which apparently is listed as ForumPress. I can’t find much detail about this at all.
It looks like this may be a fork off WP-Forum-Server, but I can’t find much help online anywhere on how to migrate this. SimplePress has a WP-Forum 2.2 converter, but it doesn’t appear to be online. The WP-Forum plugin creates a different structure of tables:
INSERT INTO
wp_forum_posts(id,text,parent_id,date,author_id,subject,views) VALUESand
INSERT INTO
wp_forum_threads(id,parent_id,views,subject,date,status,closed,mngl_id,starter,last_post) VALUESfor example.
Although I’m somewhat familiar with the database, I haven’t found an EASY way to manually export/import to the bbPress use of Posts, etc.
Anyone know more about this or have any pointers? Thanks!
Brandon
Topic: Themes installation problem
Hello everyone
I’ve got a little problem with bbpress theme install. My dashboard looks like this:
http://img689.imageshack.us/img689/1038/bbpress.jpg
Where is my “Chenge themes” button? I create “my-templetes” in directory:
wp-content/plugins/bb-press and give 755 permission.
Any help, please?

PS. Sorry for my english
Most forum software displays the actual date for the freshness. I have used the following code as an example:
<?php global $post;$lalaposttime = date( 'D M Y', strtotime( $post->post_id ) );
echo $lalaposttime; ?>
This worked to a point, however it displays the date as “THU JAN 1970”.
I assumes that it will be different for the bbpress plugin itself.
Could anyone help get me started with this?
Thanks in advance.