Skip to:
Content
Pages
Categories
Search
Top
Bottom

Integration Problem – Login not working

Published on May 12th, 2007 by

Hello,

I have bbpress and wordpress installed together and they were playing nicely. I change the domain info in the config files and the WP admin to the domain name from IP as the DNS switch went through and suddenly (I say “suddenly” but I’m sure I screwed something up), I get the following errors when I try to login to WP:

Warning: Cannot modify header information – headers already sent by (output started at /home/payingfo/public_html/Wordpress/wp-config.php:22) in /home/payingfo/public_html/Wordpress/wp-login.php on line 12

Warning: Cannot modify header information – headers already sent by (output started at /home/payingfo/public_html/Wordpress/wp-config.php:22) in /home/payingfo/public_html/Wordpress/wp-includes/pluggable.php on line 275

I also get this error when I try to pull up BBPress:

Fatal error: Call to undefined function: load_default_textdomain() in /home/payingfo/public_html/wordpress/discussion/bb-settings.php on line 143

I checked for white space. Anyone have any suggestions before I scrap this and start on another install? I’ve built out quite a few posts and pages and am not looking forward to deleting the db.

Thanks.

Sarah

Hide a Topic?

Published on May 12th, 2007 by citizenkeith

Is there a plugin that can be used to hide a topic? I’d like moderators and the keymaster to be able to have topics that only they can see (with [Hidden] appended to the name). Easy switching between hiding and public viewing is also needed.

Allow Image plugin question

Published on May 12th, 2007 by

Is it possible to add an maxwidth function to the plugin. If yes, what and where?

RAYD Forums (by Ardentfrost)

Published on May 11th, 2007 by

Hey guys, remember me? :)

I got slammed last semester with classes, working full time, changing jobs, being newly married (and all the stuff that comes with that… if you’re married, I’m sure you know what I mean)… so I completely had to lay off playing with bbpress (hence, none of my plugins have been updated in a few months).

Well, once the semester was over and things settled down for a week, I decided to revamp my site. My site is a home for 6 blogs, forums, mail, etc… and it is all tied together via the front page. Once I got that looking good, I moved to the forums which I just made live today (which means I’m sure I’ll find more stuff that needs to be adjusted over the next week).

I revamped the whole nav system for the forums. It’s all done through a simple and small menu at the top. Of course, if you login you can see more icons. If you have an unread PM you are notified by the normal icon blinking.

This summer looks to be continually busy, especially at work, but I still hope to update some of my plugins soon. Sorry to those of you who have made requests that have gone unanswered.

The link: http://www.rayd.org/forums/

Users display page with avatar

Published on May 11th, 2007 by

Hi .

I am not sure whether any plugin is available for this .

I have integrated wordpress and BBpress and in my wordpress blog i want to have a page which should show the lastest users who have registered in my forum along with their avatar if available. Is it possible .

More or less like we have contact me plugin for wordpress , is there any plugin to display the users ..

Thanks and regards

blog : www.tecfre.com

forum ( under testing) : www.tecfre.com/forum

Avatar Upload error message

Published on May 10th, 2007 by

Hello, i trying to integrate the avatar function. However, when i choose the picture and press Upload, i get a following error message: "The image file does not appear to have been uploaded - did you select an image?"

The default folder is avatars/ and the default picture shows up too. I even chaged the avatar folder permission to 777 but the message remains the same. Where elese can i change something?

Thank you.

At a loss…….Problems with FULLTEXT and missing files

Published on May 10th, 2007 by

Hello,

I am intergrating BB into WordPress and am hitting a wall.

When I attempt to go to step three of installation I meet the following text:

bbPress database error: [Column ‘post_text’ cannot be part of FULLTEXT index]

CREATE TABLE bb_posts ( post_id bigint(20) NOT NULL auto_increment, forum_id int(10) NOT NULL default ‘1’, topic_id bigint(20) NOT NULL default ‘1’, poster_id int(10) NOT NULL default ‘0’, post_text text NOT NULL, post_time datetime NOT NULL default ‘0000-00-00 00:00:00’, poster_ip varchar(15) NOT NULL default ”, post_status tinyint(1) NOT NULL default ‘0’, post_position bigint(20) NOT NULL default ‘0’, PRIMARY KEY (post_id), KEY topic_id (topic_id), KEY poster_id (poster_id), KEY post_time (post_time), FULLTEXT KEY post_text (post_text) ) TYPE = MYISAM

1. Created table bb_forums

2. Created table bb_posts

3. Created table bb_topics

4. Created table bb_topicmeta

5. Created table bb_tags

6. Created table bb_tagged

7. Changed type of wp_usermeta.meta_key from varbinary(255) to varchar(255)

8. Changed type of wp_usermeta.meta_value from longblob to longtext

9. Changed type of wp_users.user_login from varbinary(60) to varchar(60)

10. Changed type of wp_users.user_pass from varbinary(64) to varchar(64)

11. Changed type of wp_users.user_nicename from varbinary(50) to varchar(50)

12. Changed type of wp_users.user_email from varbinary(100) to varchar(100)

13. Changed type of wp_users.user_url from varbinary(100) to varchar(100)

14. Changed type of wp_users.display_name from varbinary(250) to varchar(250)

15. Added index wp_users UNIQUE KEY user_login (user_login)

bbPress database error: [Table ‘louise.bb_posts’ doesn’t exist]

INSERT INTO bb_posts (forum_id, topic_id, poster_id, post_text, post_time, poster_ip, post_status, post_position) VALUES (‘1’, ‘1’, ‘1’, ‘

First Post! w00t.

‘,’2007-05-10 15:35:23’, ‘192.168.2.4’, ‘0’, 1)

bbPress database error: [Table ‘louise.bb_posts’ doesn’t exist]

SELECT post_id, poster_id FROM bb_posts WHERE topic_id = 1 AND post_status = 0 ORDER BY post_time

bbPress database error: [Table ‘louise.bb_posts’ doesn’t exist]

SELECT * FROM bb_posts WHERE post_id = 0

Finished!

I am doing everything to the letter and cannot see what I’m doing wrong…..

The only things I change to install is the directory titles from:

wordpress to ‘journal’

and

bbpress to ‘message_board’

Help would be greatly appreciated. As its driving me mental. All of this just so I can have people sign in to both wordpress and bbpress at the same time.

Thanks

Restricting Access To Certain Role

Published on May 10th, 2007 by

Hello. Great software, love to all involved. But I have a query.

I need to restrict access to a certain forum to a certain role of user. So essentially, only mods can see and use this forum. I know there is a plugin to do this on a user by user basis, but because of the amount of users involved and convience I need to do it en masse.

Any advice greatfully recieved, including that which basically tells me what I would need to hack about the existing plugin (or anything) to get this to work.

always logged on / security issue ?

Published on May 9th, 2007 by

Hello there, you masters of bbPress!

I am very new to this software, so please have patience with me. I installed it some days ago and noticed a strange thing – whenever I restart the pc the next day – I am automatically logged on. It is very practical but since I am paranoid about security, it does not contribute to peace of mind. It does not matter if this is a Firefox2 or IE7 browser, I noticed the symptom on both.

Has it something to do with session cookies on my system? I don’t have this issue with 2 of my WPs nor any other website. My bbPress and wp are separate bodies, not integrated.

I find bbPress very cute and I hope I can make it work somehow with your help.

bbpress wysiwyg status

Published on May 9th, 2007 by

Any word on a simple WYSIWYG plugin or feature for bbPress. Something similar to what is on WordPress support forums would be awesome.

Skip to toolbar