MyBB Community Forums

Full Version: wordpress bridge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
First of all, thank you for this great work.
I installed WP/MyBB 0.8, but I get this error when I activated the plugin on Wordpress 2.2.2:

Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: No address associated with hostname in /var/www/localhost/htdocs/blog/wp-content/plugins/wpmybb/wpmybb.php on line 327

Warning: fsockopen() [function.fsockopen]: unable to connect to :80 (Unknown error) in /var/www/localhost/htdocs/blog/wp-content/plugins/wpmybb/wpmybb.php on line 327

Note: I tested it on my computer (on localhost). There isn't any problem with my Apache, PHP or MYSQL servers on my computer.
Can you try the following file? (goes in wp-content\plugins\wpmybb\)
Hangman Wrote:I decided to release 0.8 without testing since there are no beta testers (except for Bloody who seems to have problems with fsockopen, which I don't know how to solve).
it is necessary to put more time at the level of the php.ini for a localhost. I am going to search on the doc of my Wamp server. Smile
To delete this fsockopen problem.
Try this plugin on your net website. Wink It works very fine without bugs. Toungue
Bravo Hangman !! Cool
Just had a thought... I have a WP2.1 installation. Will that still be alright? Smile
Ah thanks! Big Grin A big phew for me!

p/s: I might upgrade to the 2.3 release at some point straight from 2.1... haven't really been a fan of 2.2 ^^;
Hangman, double register (and double login connect of couse Smile ) of the members on Mybb and Wordpress twice on the next release ?
The error I get has gone. The problem is solved. Thank you.

I found another bug:

When I write a post in Wordpress, this post appears in MyBB forum. But if the post contains image, it appears like that:

<img src="image_address" align="middle" height="200" width="300" />

Or any tags like "<strong>", "<p>", "</p>", "<br>" appears in post in MyBB.

I hope you can fix this.
This is not a bug. Smile
HTML must be enable on MyBB Admin.
Control Panel » Forum Management » Edit Forum Settings » Miscellaneous Options »Allow HTML » Yes
Bloody Wrote:This is not a bug. Smile
HTML must be enable on MyBB Admin.
Control Panel » Forum Management » Edit Forum Settings » Miscellaneous Options »Allow HTML » Yes
Yes you're right, my bad.
Thank you.


But I think I found a bug now:

The comments don't appear on WordPress when the plugin is active. When I deactivate the plugin, the comments on Wordpress appear.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24