Search Results for 'bbpress'
-
AuthorSearch Results
-
November 22, 2010 at 11:12 pm #94641
In reply to: bbPress 2.0 – Updates
LPH2005
MemberUpdate: Just re-read all of the things you’ve done.
Are the file permissions for the directory proper? Is this Linux or Windows?
OK. Just to verify: Are you saying that the bbpress plugin is not showing up in the admin panel /wp-admin/plugins.php? And nothing shows in the side panels for creating forums, etc.
November 22, 2010 at 9:59 pm #94640In reply to: bbPress 2.0 – Updates
Rich Pedley
Memberis this hosted, or are you trying locally?
November 22, 2010 at 9:30 pm #94639In reply to: bbPress 2.0 – Updates
DeysonOrtiz
ParticipantHello, here is the update in order, I upgraded to the latest version of WordPress, re-added the plugin, switched to twenty-ten theme, deactivated all of my plugins and the bbpress plugin still does not show up.
November 22, 2010 at 6:35 pm #36221Topic: integrating chitika premium eMiniMalls
in forum Pluginsallo
Memberi made website with wordpress and added chitika premium eMiniMalls to it successfully using chitika plugin but couldn’t do that with bbpress anyone knows how?
November 22, 2010 at 4:03 pm #94638In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@DeysonOrtiz – Hard to tell what’s wrong on your end, but it does definitely work.
November 22, 2010 at 3:29 pm #102368In reply to: Forum attacked by spammers
Rich Pedley
MemberI’ve written a quick plugin for bbPress that allows you to skip akismet after x amount of posts.
November 22, 2010 at 3:29 pm #97268In reply to: Forum attacked by spammers
Rich Pedley
MemberI’ve written a quick plugin for bbPress that allows you to skip akismet after x amount of posts.
November 22, 2010 at 3:27 pm #94637In reply to: bbPress 2.0 – Updates
Rich Pedley
MemberI might write one once the plugin is released, basing it on similar functionality I did for other forums.
There was another Mod about, chrishajer. But he too seems to have disappeared as of late.
November 22, 2010 at 2:22 pm #102367In reply to: Forum attacked by spammers
Mark McWilliams
MemberRamiuzNo, Akismet is designed for blogs, not for forums. Which is why I don´t use it for my forum, but for my blog.
No, Akismet was designed to catch SPAM, anything from comments (blog/site) to posts/thread on a forum (bbPress), they’re all the same!
November 22, 2010 at 2:22 pm #97267In reply to: Forum attacked by spammers
Mark McWilliams
MemberRamiuzNo, Akismet is designed for blogs, not for forums. Which is why I don´t use it for my forum, but for my blog.
No, Akismet was designed to catch SPAM, anything from comments (blog/site) to posts/thread on a forum (bbPress), they’re all the same!
November 22, 2010 at 2:19 pm #94636In reply to: bbPress 2.0 – Updates
Mark McWilliams
MemberRich Pedley: [note to mods: above post is spam]
mr_pelle: […] mods? Do we have mods for real, here? [/sarcasm] -_-“
Rich Pedley: nope, but I live in hope. Though JJJ is one

We do have 1 moderator that I know of, and that’s _ck_ although we don’t see her round here very often anymore (I don’t think she likes the idea behind the plugin?!)

I’d be happy to help in removing SPAM and such, you’ll always have the odd one get through Akismet, and you’ll get some of the legit posts getting caught! — But that’s one thing I’ve not seen for bbPress, a ”Report Spam” button?
November 22, 2010 at 2:02 pm #94635In reply to: bbPress 2.0 – Updates
Rich Pedley
Memberas well as deactivating plugins, try using the default twenty ten theme.
If it still doesn’t work, the only thing I can suggest is a memory increase.
November 22, 2010 at 12:39 pm #94634In reply to: bbPress 2.0 – Updates
DeysonOrtiz
ParticipantNothing.
I also de-activated all of the plug-ins to be sure, but the bbpress plugin does not show up.
I am stumped.
November 22, 2010 at 11:27 am #94633In reply to: bbPress 2.0 – Updates
Rich Pedley
Membertry using this link:
https://trac.bbpress.org/changeset/2651/branches/plugin?old_path=%2F&format=zip
November 22, 2010 at 11:08 am #94632In reply to: bbPress 2.0 – Updates
DeysonOrtiz
ParticipantHello again

Well I downloaded the zip file from here the third try with no success:
https://trac.bbpress.org/browser/branches/plugin#bbp-themes/bbp-default
I unzipped the branches folder, I then renamed the ‘plugin’ folder to ‘bbpress’ and then uploaded the ‘bbpress’ folder to the wp-content/plugins folder and still nothing shows up in the plug-in admin

Here is the link to the test site, where I want to add the bbpress forum to:
http://motion-master-templates.com/test/
I had buddypress running before, but I deactivated all the associated buddpress plug-ins prior to uploading bbpress.
I would really like to start playing with bbpress

Thank you.
November 22, 2010 at 9:27 am #94631In reply to: bbPress 2.0 – Updates
Rich Pedley
Membernope, but I live in hope. Though JJJ is one
November 22, 2010 at 8:45 am #94630In reply to: bbPress 2.0 – Updates
November 22, 2010 at 3:22 am #78902In reply to: User Roles, WP & BBpress
anmari
ParticipantFor the info of anyone chancing up on this.
wrt The plugin that justin mentions above. After integrating bbpress and wp 3.0.1, i had my existing members showing up in bbpress as inactive. Not: inactive (no role)
I changed the plugin as follows: – added the else line
function inactive_to_member() {
$userID = bb_get_current_user_info( 'id' );
$user_obj = new BP_User( $userID );
$user = bb_get_user( bb_get_user_id( $userID ) );
if(empty($user->capabilities)) {
$user_obj->set_role('member');
}
else if (is_array($user->capabilities) and ($user->capabilities['inactive'])) $user_obj->set_role('member');
}
add_action ('bb_head', 'inactive_to_member', 5, 0);November 22, 2010 at 12:43 am #94627In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@DeysonOrtiz – Sounds like you’re missing some files or something didn’t get moved/downloaded completely.
I’d say give it another shot and try again.
November 21, 2010 at 11:48 pm #94626In reply to: bbPress 2.0 – Updates
Mark McWilliams
MemberDeysonOrtiz: Yes Mark I see the bbpress.php file and every other file […]
Well if thats the case, then I see no reason why it shouldn’t show up in WordPress at all, ready for you to activate and start playing about with! Very odd…!
November 21, 2010 at 6:43 pm #94625In reply to: bbPress 2.0 – Updates
DeysonOrtiz
ParticipantYes Mark I see the bbpress.php file and every other file that I downloaded from here :
https://trac.bbpress.org/browser/branches/plugin.
Thank you
November 21, 2010 at 6:39 pm #36210ccw32
MemberI’m not a programmer – just someone with a website who wanted to add an ‘easy’ to install forum. After my help from Yahoo, who hosts my site, it is up and running but it’s so boring looking. I can’t find the other templates that bbpress is supposed to offer. Does anyone know where they are? Can you customize with your site’s logo and URL? Thanks.
November 21, 2010 at 5:49 pm #102854In reply to: Help for my plugin "admin notification"
Commentguerir
ParticipantI need to develope a plugin that, at the end, post email notification to no anonymous post in bbpress trunk version (like subscribe to comment in wordpress).
November 21, 2010 at 5:49 pm #97754In reply to: Help for my plugin "admin notification"
Commentguerir
ParticipantI need to develope a plugin that, at the end, post email notification to no anonymous post in bbpress trunk version (like subscribe to comment in wordpress).
November 21, 2010 at 3:36 pm #102851In reply to: Help for my plugin "admin notification"
mr_pelle
ParticipantHave you try these plugins?
1) https://bbpress.org/plugins/topic/xili-new-post-notification/
-
AuthorSearch Results