Forum Replies Created
-
In reply to: Deprecated: assigning the return value…
Are you using PHP 5.3? If your host allows, then switch to 5.2 till the time bbPress 1.1 isn’t out. (Or you may try out the 1.1 alpha)
In reply to: bbPress 2.0 – Updates@padams
The registration is handled by WordPress (so the back-end part of the Recaptcha plugin currently available would be the same). Only the template is shown by bbPress, and you can make use of the ‘register_form’ action.
In reply to: Any Way to Convert WordPress Comments to BBPressWhere have you put the script? Put it in the root and also check if
/forums2/bb-load.php
exists.In reply to: Any Way to Convert WordPress Comments to BBPressYou may check my WordPress to bbPress converter – http://code.google.com/p/wordpress-to-bbpress-converter/
It doesn’t migrate users yet, so you would have to do that yourself (before using the script).
In reply to: bbPress 2.0 – UpdatesIs there a way of utilising the hook transition_post_status only when it’s in reference to a topic or reply? Or is there a function for this already?
I’m looking to only call a function when a user posts a topic or reply, possibly when a post gets spammed or trashed.
You can use the hooks
bbp_trashed_topic
,bbp_trashed_reply
,bbp_spammed_topic
,bbp_spammed_reply
. All those supply you with the reply or topic id.Can you please try repairing your database’s
bb_posts
table through phpMyAdmin?Can you please try repairing your database’s
bb_posts
table through phpMyAdmin?In reply to: bbPress plugin, allowing additional HTML tags?The bbPress plugin uses the tags allowed for comments on your blog. So if you would use any plugin to edit those, it would also automatically happen for bbPress.
In reply to: bbPress plugin, allowing additional HTML tags?The bbPress plugin uses the tags allowed for comments on your blog. So if you would use any plugin to edit those, it would also automatically happen for bbPress.
In reply to: bbPress 1.0.3 releasedRamiuz, the security hole is important. I recommend that you upgrade.
In reply to: bbPress 1.0.3 releasedRamiuz, the security hole is important. I recommend that you upgrade.
In reply to: bbPress 2.0 – UpdatesRyan Gannon:
Yes,
bbp_get_topic_content
andbbp_get_reply_content
.Alex:
Thanks!
DarkWolf:
- The category page should contain the list of sub-forums, which are in it.
- You need to shift all the pages, stats, etc. above the forum page too (i.e. change their parent to no parent).
In reply to: How can i upload my plugin?Are you logged-in in the plugins section while adding the plugin? If yes, there would be a form below that message.
In reply to: How can i upload my plugin?Are you logged-in in the plugins section while adding the plugin? If yes, there would be a form below that message.
Thanks!
Thanks!
In reply to: bb Mystique Theme v1.0@Aung
and@Adrienkb
Will have a look into those issues.
@Ramiuz
No demo yet, you can view the screenshot instead. You have to edit the options in
functions.php
(there aren’t many) and a sidebar is actually not needed in bbPress, so I removed it.In reply to: bb Mystique Theme v1.0@Aung
and@Adrienkb
Will have a look into those issues.
@Ramiuz
No demo yet, you can view the screenshot instead. You have to edit the options in
functions.php
(there aren’t many) and a sidebar is actually not needed in bbPress, so I removed it.In reply to: bbPress 2.0 – Updates@ricardouk
Looks like you fixed it. You can have the width and height attributes in the parameters. Correct me if I am wrong.
In reply to: bbPress 2.0 – Updates@Willabee
Increase the forums per page option and they would show up.
@ch8rt
Sorry, but I really don’t have any idea.
In reply to: RSS not working in IE7I think this was fixed in the trunk (development) version.
In reply to: RSS not working in IE7I think this was fixed in the trunk (development) version.
In reply to: Is bbPress still alive?- There would be a 1.1 version for bbPress standalone, which should be out soon.
- 1.2 would be the plugin.
- You would be able to migrate from standalone to the plugin.
- You’d be able to run your wp blog in forum-only mode.
Hope that clears everything.