Search Results for 'buddypress'
-
AuthorSearch Results
-
March 15, 2010 at 3:40 am #68355
In reply to: [New Plugin] BuddyPress Group Forum Extras
modemlooper
Moderatorbizarre it just asked to update and so I did and now it works
March 15, 2010 at 3:25 am #68354In reply to: [New Plugin] BuddyPress Group Forum Extras
modemlooper
Moderatornope, vanilla install I have set up to test plugins. Only thing activated is BP and your plugins.
EDIT It’s behaving like the #link
Maybe the do action is in the wrong place?
March 15, 2010 at 3:17 am #68353In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantok tagged 0.1.3 as another bug on saving the sig settings popped up
when you quote shouldn’t it put the text into the box? i’m not getting this to work. The quote button is there when you click it moves down to box but nothing is entered.
I’d need some more info (do you have firebug? anything on net and xhr?) – but clicking “Quote” won’t onfocus to the textarea, so it shouldn’t move down. Do you have any other plugins installed that manipulate the textarea?
March 15, 2010 at 3:09 am #68352In reply to: [New Plugin] BuddyPress Group Forum Extras
modemlooper
Moderatorwhen you quote shouldn’t it put the text into the box? i’m not getting this to work. The quote button is there when you click it moves down to box but nothing is entered.
March 15, 2010 at 2:51 am #68349In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantOk, *believe* I found the issue. I just tagged up 0.1.2 – so grab it when the site updates and please let me know if everything is working.
March 15, 2010 at 2:47 am #68348In reply to: [Resolved] CubePoints and BuddyPress Intregration?
rich! @ etiviti
Participantinside the function you could add
if ( !is_site_admin() )
return false;you should package up all the small updates into a simple plugin – this sounds very cool to add.
March 15, 2010 at 2:45 am #68347In reply to: [New Plugin] BuddyPress Group Forum Extras
3sixty
Participantetiviti, The contents of the sig were “test sig”. And I cannot set the max lines/max length… it just says “settings saved” but the fields remain blank.
just heard from a user who had the same issue as me – cannot set sig.
I’ll message you this info as requested, but wanted to post it here in case anyone else has the same issue.
March 15, 2010 at 2:35 am #68345In reply to: [Resolved] CubePoints and BuddyPress Intregration?
Tosh
ParticipantI got it working
Adding a update or reply, they get points. If a user deletes his/her own update it’s takes points away.Only thought I had if I where to delete another users comment/update. It deletes the points from my account instead of theres.
Here is how I’m deleting points:
// Remove 5 points for comment delete
function my_bp_delete_comment_add_cppoints() {
if( function_exists('cp_alterPoints') && is_user_logged_in() ){
cp_alterPoints(cp_currentUser(), -5);
cp_log('Comment Removed', cp_currentUser(), -5, Community);
}
}
add_action('bp_activity_action_delete_activity','my_bp_delete_comment_add_cppoints');March 15, 2010 at 2:33 am #68344In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantmessage me the contents of the sig you are trying to save – i’m on single but i’ll install wpmu and see if i can’t replicate the issue. (what are the max lines/max length set to?)
March 15, 2010 at 2:05 am #68342In reply to: [New Plugin] BuddyPress Group Forum Extras
3sixty
Participantetiviti,
1. I think a lot of us got thrown off by the sub-plugin thing… maybe good to include a “instructions for dummies” that emphasizes you have to activate sub-plugins…
2. BBcode and quotes are bulletproof. The addition of @mentions was ingenious. THANK YOU!!
3. Signatures don’t work for me. I keep getting a “Signature removed!” error every time I try to post a sig. I’m just using plain text, no tags.
Update: Signature strangeness continues… I did a “vanilla” install of WPMU 2.9.2 and BP 1.2.2.1. I could add a signature successfully ONCE, but when I went back to change it, I got the “Signature Removed!” error again.
March 15, 2010 at 1:46 am #68340In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantalso an indirect feature of quotes is notification to the quoted member. (since the forum_activity_update will register the @mention )
March 15, 2010 at 1:38 am #68337In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantI’ve installed the plugins but when I click ‘Forum Extra’ link in dashboard, the plugins admin page doesn’t show up.
A blank page with just a title (or a WSOD)? make sure you enable the subplugins (ie, BuddyPress Forums Extras – Quote)
If it works, then the Forums Extra admin page would look like this:
Group Forum Extras
Ajaxed Quote enabled.
where do users enter their signatures? I don’t see the field anywhere:
Under the member profile page, click the profile tab, then in the subnav menu – next to Change Avatar is ‘Change Signature’
mybuddypressurl/members/memberusername/profile/forum-signature/
March 15, 2010 at 1:33 am #68336In reply to: BP Album vs BP Gallery
foxly
Participant@mercime – I’m not insulting anybody. I’m asking some tough questions about what this community is doing to get a high quality, free BuddyPress photo album plugin out, and that seems to be making some people in here a bit uncomfortable.
Hopefully, uncomfortable enough that people start building things.
Namely, a plugin.
What all of the people posting “BP Gallery is Free, etc, etc, it will be released free when we have a stable version” are missing, is that if Brajesh would just upload his code to the SVN *right now*, we could all jump on it and help him finish building and testing the plugin.
Look, I have nothing to gain financially by building a BuddyPress photo plugin. I just want this problem solved so I have a stable, reliable plugin to use on my websites, that doesn’t depend on just one person to keep it going.
@thekmen – good point.
^F^
March 15, 2010 at 1:29 am #68334In reply to: New WP-BP Install, /Forums Refuses To Work
tazatek
ParticipantFYI –
I’ve run into the same identical situation.
I’m with WP2.9.2 (latest) and BuddyPress Version 1.2.2.1 (latest)
WordPress Install is a fresh install
I’m on a linux VPS with HostGator.
I have no plugins installed, other than BuddyPress
I’m using BuddyPress Default 1.2.2.1 theme.
As far as I can tell, all links are working, except 2.
One is http://www.gjzone.com/forums –> returns a 404 and there is nothing in the logs that indicates a problem
Two, if I create a group, and place a check in the box for including in forum discussion, I get a 404
I don’t see anything in the logs (which seem to be limited in scope anyhow)
My htaccess is 644, and seems to have standard WP stuff
the bp-config.php file gets written and looks ok (no garbled input, etc)
I have forums enabled
I’ve deactived/re-activated buddypress plugin
I’ve disabled/enabled forums
Any help on this would be greatly appreciated.
Matt
March 15, 2010 at 1:27 am #68333In reply to: [New Plugin] BuddyPress Group Forum Extras
3sixty
Participant<deleted post asking about missing dialogs etc. because I didn’t realize there were subplugins I had to activate>
Doh!
March 15, 2010 at 1:27 am #68332In reply to: [New Plugin] BuddyPress Group Forum Extras
shazril
ParticipantExactly what i’m searching for! Thanks for making it.
I’ve installed the plugins but when I click ‘Forum Extra’ link in dashboard, the plugins admin page doesn’t show up.
any suggestion?
i’m running WP single user with latest buddypress.
March 15, 2010 at 12:58 am #68331In reply to: Spam, Spam and more spam
David Lewis
ParticipantI wonder if attempting to rename bp-core-signup.php might help. Who know how many things I could break though. LOL.
Anyway, I just duplicated the /registration/register.php file in my child theme and completely deleted this line… maybe that will help
<p><?php _e( 'Registering for this site is easy, just fill in the fields below and we\'ll get a new account set up for you in no time.', 'buddypress' ) ?></p>March 15, 2010 at 12:56 am #68330In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantA suggestion for AJAXed quote, perhaps add a link to the post that’s mentioned for the “said” text.
nice, i’ll add that in there
Also couldn’t BBcode be enabled across all components and not just the forums? I had a similar port of _ck_’s BBcode plugin doing this.
If you use internal only bbpress – then just install Viper’s Shortcode BBCode and it works in buddypress activity updates (some reason buddypress does not include the shortcode filter on forum content – but that subplugin will enable it)
if external, then just hook this filter on whatever _before_save stuff
bp_forum_extras_bbcode_it(but i can add a small option to do this).Love it was adding the tinymce to forums today
i have markitup working on an external bbpress but i noticed someone already wrote a markitup wordpress plugin – i was going to see what it takes to extend that into BP
March 15, 2010 at 12:48 am #68329In reply to: Spam, Spam and more spam
David Lewis
ParticipantOkay… I am STILL getting SPAM registrations. I’ve done the following:
- Changed signup slug
- Installed hashcash (works with BP now)
- Disabled “Allow blog administrators to add new users…”
- Deleted BuddyPress credit in footer.php
- Deleted wp-signup.php
- Created a robots.txt file to disallow robots from my signup slug
Any more ideas? Short of Catcha? Altho’ I’m thinking even that won’t work.
March 15, 2010 at 12:42 am #68328In reply to: [New Plugin] BuddyPress Group Forum Extras
modemlooper
ModeratorLove it was adding the tinymce to forums today. This will be good to
March 15, 2010 at 12:38 am #68327In reply to: [New Plugin] BuddyPress Group Forum Extras
r-a-y
KeymasterNice work!
I’ve only tried the AJAXed quote so far, but it works as advertised.
A suggestion for AJAXed quote, perhaps add a link to the post that’s mentioned for the “said” text.
Also couldn’t BBcode be enabled across all components and not just the forums? I had a similar port of _ck_’s BBcode plugin doing this.
March 15, 2010 at 12:12 am #68324In reply to: Has Anyone Got Facebook Connect to Work in BP 1.2+?
mollyfud
ParticipantI am trying to use the Facebook Connect buddypress plugin with 2.9.2 WordPress and the Latest BuddyPress. It doesn’t seem to be working. Is that everyones experience or have I broken something?
TIA
March 14, 2010 at 11:57 pm #68322In reply to: Activating existing users
Andy Peatling
KeymasterThe default view for the member directory is “active members”. This will only show users who have logged in since you activated BuddyPress, and are therefore considered active (last_activity meta is present). If you change the ordering to something else, the members will show.
March 14, 2010 at 11:56 pm #68320In reply to: BP Album vs BP Gallery
thekmen
ParticipantDon’t want to jump in on an argument, but do want to say that because BP Album+ is available for free download now, it is simple for theme developers to integrate into custom BuddyPress themes.
With BP Gallery being a paid download for now, I’d reckon not as many theme developers will support it as they might not have access to the template files?
March 14, 2010 at 11:50 pm #68318In reply to: [Resolved] CubePoints and BuddyPress Intregration?
r-a-y
KeymasterI’m going to let you try this on your own

Don’t worry! I’ll give you some hints.
Create a function like the above and then find the appropriate BP action to hook your function to.
Look in /buddypress/bp-activity.php. Do a search for “do_action”.
If you want more hints, the BP actions are:
– bp_activity_posted_update
– bp_activity_comment_posted
You might want to subtract points if someone deletes their own activity as well.
-
AuthorSearch Results