Search Results for '\"wordpress\'
-
Search Results
-
Topic: Same Directory as WOrdpress?
Should I install bbpress in the same directory as wordpress (I’m planning to integrate them somewhat). Or does it matter at all?
To preface, I know nothing about bbpress other than it’s installed with my new buddypress setup.
I have run vbulletin on numerous websites for years now so that is what i am familiar with.
As my ultimate plans include using wordpressmu/buddypress/forums, can someone let me know why I should consider using bbpress?
Are there features that it has that other software does not provide?
Please, I am not being antagonistic here, it’s a real question.
so far my vbulletin setup has the following:
1. completely bridged to wordpressmu so that all registration/logins/sessions etc are controlled by vbulletin for the entire system. Meaning you login to vb, you are logged into wp automatically etc..
2. vbulletin uses wordpress theme header/footer etc. It’s not static, meaning that if the header in wp changes it auto changes in vb, and NO, I am not using iframes, that’d be just plain stupid.
thanks for any info provided.
Hi All,
I am getting a decent about of comments to my WordPress news blog. Problem is that these posts are scattered over many posts, so does not seem to be much activity.
Could bbpress be the solution? I want it to be possible for users to overview the discussion at the various news articles.
If you have seen a solution on an other website, please send me a link.
I have also looked at a integration of WordPress and vbulletin, but seems like a solution this is not without problems.
Hope to hear from you
Michael
I just installed bbpress in the same database as my WordPress install. Got an email after installing saying it was all set, and that my login for bbpress was the same as my WP login. So when I login on bbpress, it just recycles the page, and asks me to login again. If I enter the incorrect password, it knows that it is incorrect and notifies me. I enter the correct password, and it just goes back to the main forum page, without being logged in. Any suggestions? Thanks!
Topic: DAMN POST FORM!!! any ideas?
Hellooo!
Well, i recently change to bbpress (this rocks) and i’m trying to make a theme compatible with the current theme in my wordpress blog. It went pretty well, until i came across the post-form to create a new topic and i’m in blank…
Let me explain: i’m using the theme kakumei, and instead off the hottags on the left, i’m going with a sidebar with other features (tags, the ‘fav this’ feature, link to main forum, etc…). This works well in the front-page, in the topic, profile, and other, but i’m having some problems put this working in the post-form.php !
The way i use to style was: the sidebar in <div id=sidebar></div>, and the content (infobox, post, topic meta, etc) in <div id=”content”></div> just like the kakumei theme.
My problem with the post-form.php is the function that is used in the functions.bb-template to the ‘pre_post_form’ and ‘post_post_form’. Using the <div id=”content”></div> in the post-form.php the <div> actually appears in the middle of the code of the form in the post-form and the content dont stay aligned. Putting the <div> in the functions.bb-template, just makes the <div> repeating in the others pages where the post-form is used, and the content dont stay aligned anyway.
i’ll really appreciate if you could suggest me some ideas. tks
I looked at several other forum posts – but my problem is slightly different:
I have WordPress 2.7.1 and installed bbPress on a separate database. So I have 2 databases on my server (WP, and bbPress). My forum is http://www.waltribeiro.net/forum – and I can’t log in, create new user, etc.
In the ‘User Database Table Prefix’ section of the bbPress>Settings> I changed the WP Admin as Key Master, WP Editor as Moderator, etc. in User Role Map (according to http://wordpress.tv/2009/01/23/integrating-a-bbpress-forum-with-your-self-installed-wordpress/)
So I realize now that when I incorrectly entered ‘wp_’ as my Table Prefix instead of leaving it blank that bbPress can’t find the correct directory: ‘ForumWalt.wp_users’ should actually be ‘ForumWalt.users’ (right?)
As a result, I get this:
bbPress database error: [Table ‘ForumWalt.wp_users’ doesn’t exist]
SELECT ID FROM wp_users WHERE user_login = ‘Walt’
bbPress database error: [Table ‘ForumWalt.wp_users’ doesn’t exist]
SELECT * FROM wp_users WHERE user_login = ‘Walt’
So I can’t log in to fix it, and I trial-and- error the bb_config.php file to $bb_table_prefix = ‘bb_’; and $bb_table_prefix = ”; and $bb_table_prefix = ”;
but no luck. I tried going into myPHPadmin and changing the SQL names’ prefix.. still nothing.
Here’s the pic from myAdmin
http://waltribeiro.net/pictures/SQL-Problem_Screenshot.png
I’m convinced that somewhere its’ looking for wp_user when in fact it needs to look for bb_user or else it won’t find me. Should I reinstall, is the solution easier than what I’m making it out to be?
Any help?!
-Walt
Topic: bbsync
this is a neat plugin, but is it possible to go backwards?
Is it possible to import new threads from bbpress as posts in the wordpress blog? Not all of them, but ones labelled/tagged/etc in a specific way?