Search Results for 'buddypress'
-
AuthorSearch Results
-
February 11, 2010 at 7:14 am #63079
In reply to: Hide default BP 1.2 Theme
Paul Wong-Gibbs
KeymasterIt’d help if we knew what version of BuddyPress you are using as 1.2 isn’t out yet, as this is fixed in trunk.
February 11, 2010 at 7:11 am #63078In reply to: Spammers in buddypress.org
Paul Wong-Gibbs
KeymasterAaaand we’re off topic. This thread is for reporting spammers on buddypress.org, not about how to implement anti-spamming measures on your own site. I am going to lock this thread.
If you are looking to report spamming issues on THIS SITE, please send a message to a forum moderator or find us in IRC chat.
If you are looking to discuss spam prevention on your own site, please make a new post or find an existing one.
February 11, 2010 at 5:52 am #63074In reply to: Create a Site Forum
r-a-y
KeymasterThis site uses an external bbPress install, and is not the conventional BuddyPress method for setting up forums.
An example of the conventional BP method can be found here: http://testbp.org/forums
If you like the way the bp.org forums look, you’ll have to integrate WordPress with bbPress.
One guide to integrate WP and bbPress can be found here:
http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/
Other WP/bbPress guides are available over on:
February 11, 2010 at 4:27 am #63072In reply to: Convert a WordPress Theme to a BuddyPress Theme
Reezo
ParticipantI think you can do it the same way as upgrading theme from 1.0 to 1.1..
https://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
February 11, 2010 at 2:32 am #63068In reply to: Spammers in buddypress.org
PH (porsche)
ParticipantGuys, But seriously,, even if the bot-spammer gets through — its still very taxing on my server!
Im thinking of installing “BAD Behavior” but im really trying to limit the stuff I have installed/
any suggestions?
February 11, 2010 at 2:08 am #63066In reply to: Convert a WordPress Theme to a BuddyPress Theme
Scotm
ParticipantSo anyone have a general guide to converting an existing WP theme to work with BP 1.2?
Thx
February 11, 2010 at 12:38 am #63060In reply to: Spammers in buddypress.org
pcwriter
ParticipantHere’s something else that might interest a few: I installed WPMU Super Captcha over the weekend (running WPMU2.9.1 & BP1.2rc). Since then, there have been no bot signups at all, and the plugin has blocked exactly 50 attempts. Plus, it logs each attempt that it blocks so I can keep track.
I’ve also added a comment on the registration form directed towards human signer-uppers with a support email address just in case. None of the 50 blocked attempts have used it, so…
Bots had managed to get around other plugins I’ve tried before, but not this one.
February 10, 2010 at 11:19 pm #63050In reply to: how can I request a new do_action hook
r-a-y
KeymasterThere is:
<?php do_action( 'bp_after_groups_loop' ) ?>But that isn’t directly after the bp_has_groups loop.
Add it in Trac as an enhancement:
https://trac.buddypress.org/newticket
Login with the same username/password as you use on bp.org.
February 10, 2010 at 10:57 pm #63042In reply to: Sort Groups Alphabetically by default (BP 1.2)
Dwenaus
Participantyou could also override this page in the buddypress folder using a child theme (I think):
/bp-themes/bp-default/groups/index.php
more info here:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
but this is not very elegant, as future default theme changes for this file won’t come through
February 10, 2010 at 10:57 pm #63041In reply to: BuddyPress Links 0.3-beta released for testing
MrMaz
ParticipantThanks for the great feedback. I will be going over these tomorrow.
BTW, when RC3 comes out you will need an updated version on bp links that I haven’t committed yet.
February 10, 2010 at 10:46 pm #63038In reply to: Sort Groups Alphabetically by default (BP 1.2)
Dwenaus
ParticipantHere is a way to kind of do it
in the main plugins folder add this to a custom-code.php file
function custom_group_alpha_first() {
?><option SELECTED value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ) ?></option><?php
}It will work, but then you have duplicate Alphabetic selects. You can try to hide the other one with CSS or Javascript using the DOM. good luck.
February 10, 2010 at 10:27 pm #63035In reply to: Rearrange order of tabs "home" "activity" "members"
danbpfr
Participant1 – manually, you have to rearrange the list order in header.php
how to do that ?
if you use 1.2 inspire you with this:
https://buddypress.org/forums/topic/bp-12-how-to-add-a-custom-tab-on-the-home-activity-section
3 – yes, and on each individual blog page too or by typing “wp-admin” at the end of your url: hxxp://exemple.com/wp-admin
February 10, 2010 at 10:20 pm #63033In reply to: How to change the order of the tabs (Slugs)
danbpfr
ParticipantFebruary 10, 2010 at 9:58 pm #63030In reply to: Rearrange order of tabs "home" "activity" "members"
Peter Anselmo
Participant1. The main navigation is hard-coded into ‘header.php’. I don’t know of way to rearrange the order other than modifying that file itself.
2. There’s a great article about changing strings here:
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
That being said, while your modifying the order in ‘header.php’ you can just change the strings there.
3. Not that I know of, although I haven’t thoroughly investigated.
February 10, 2010 at 8:48 pm #63025In reply to: BuddyPress Links 0.3-beta released for testing
nickmy
ParticipantDavid can you please share the files u use on your webseite please
February 10, 2010 at 8:41 pm #63023In reply to: Disabling Groups, using global bbPress forum anyway
r-a-y
KeymasterOmit steps 38-41 in the tutorial above.
Your issue is really a WPMU<->bbPress integration and has nothing to do with BuddyPress.
It is definitely doable to integrate.
Last time I did it, I used WPMU 2.8.6 (i believe) and latest bbPress (1.0.2).
Might I suggest heading over to the bbPress forums?
February 10, 2010 at 8:19 pm #63019In reply to: Disabling Groups, using global bbPress forum anyway
r-a-y
KeymasterIntegrate bbPress with WPMU first. Then disable groups and forums in BuddyPress. No need to go through BuddyPress’ Forums setup.
February 10, 2010 at 8:16 pm #63016In reply to: Disabling Groups, using global bbPress forum anyway
r-a-y
KeymasterThis tutorial worked for me:
http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/
It’s a little old, but the basic premise is the same.
February 10, 2010 at 8:13 pm #63015In reply to: BuddyPress Links 0.3-beta released for testing
r-a-y
KeymasterOne bug I just noticed, if you check a user’s profile activity (eg. example.com/members/admin), only the links activity is shown. All other activity is gone.
abcde666
Participantyou are corrent, this is a bug:
I just posted the following as a Forum-Title and it shows strange and is also linking to the page:
Do not use the stars at beginning and at the end of the HTML-code.
<a* href=”http://www.heise.de”>Heise<*/a>
submitted as TRAC-ticket:
r-a-y
Keymasternickmy is right:
http://testbp.org/groups/buddypress-testers-614548248/forum/
Images aren’t filtered out from the topic title.
February 10, 2010 at 7:14 pm #62999In reply to: How to create forums?
dainismichel
ParticipantI bet we don’t need to do “deep integration” anymore, we just need to figure out what additional code to add to whatever file it is that BuddyPress uses to display the forums page.
I’d really appreciate a code sample.
Cheers,
Dainis
My code attempt is here: https://buddypress.org/forums/topic/how-to-access-to-bbpress-admin-from-buddypress
February 10, 2010 at 7:00 pm #62997In reply to: Editing Group and Forum page title tags
snark
ParticipantThanks Boone, that’s great! I really appreciate it. It’s perfect for displaying the page title — if you or anyone else could show how, in a function like this, to strip out the generic directory names like “Groups” and “Forum” from the title, so that the end result looks like this:
MySite | GroupName | TopicTitle
Then I’d be all set. I’m sure someone will eventually create a plugin to customize the Titles sitewide in Buddypress, but in the meantime this is a great start. Thanks.
February 10, 2010 at 6:45 pm #62994In reply to: Forum topic delete doesn't delete "activity" feeds
snark
ParticipantPlease help! See above, where John James Jacoby said one month ago,
Which version of BP? This will be fixed in 1.2 as I think it’s just a missing or incorrectly named action.
Yet we are up to v1.2-RC2, and issue still persists. Is a fix in the works? Admin should be able to delete a user and have the option to remove ALL their posts from the site, whether they be blog comments, Group activity stream posts, or Forum topics and replies.
This issue is related to this topic I started about Admin and Moderator abilities to delete Forum topics and have them be removed from all places on the site: https://buddypress.org/forums/topic/forum-user-roles-and-moderator-ability-bp-12-rc2-wp-291
February 10, 2010 at 6:38 pm #62993In reply to: Buddypress + LDAP = errors?
louiechristiehub
MemberHi, also have an issue with this.
I don’t get any error messages, just bar at top of page not working with LDAP authenticated users.
On investigation I think it’s to do with the username. Our LDAP usernames use the following syntax:
firstname.lastname
I tried and BuddyPress doesn’t work with usernames with a full stop in the middle whether LDAP or local.
Any ideas for workarounds?
-
AuthorSearch Results