Search Results for 'buddypress'
-
AuthorSearch Results
-
September 22, 2012 at 3:11 am #142260
In reply to: NOT A DOUBLE BUT I got a problem with my site header
@mercime
Participant@raminjan Multisite installation? Open up your theme’s header.php file and check if the site homepage URL was hardcoded on the logo
September 22, 2012 at 2:59 am #142259In reply to: New to BuddyPress
@mercime
Participant== It was installed with Fantastico. Is that a problem for BuddyPress? ==
@clamoreaux There have been issues using a webhost script with BuddyPress https://codex.buddypress.org/getting-started/before-installing/#system-and-server-requirements
== Do I have to use WPMU to use BuddyPress? ==
No. You can install BuddyPress on single WP installation since BP 1.2
== Is there any good documentation that walks one through setting up and using BuddyPress? ==
The BuddyPress Codex is your friend
– https://codex.buddypress.org/getting-started/before-installing/
– https://codex.buddypress.org/getting-started/setting-up-a-new-installation/installation-wizard/
– https://codex.buddypress.org/getting-started/configure-buddypress-components/
– https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/September 22, 2012 at 12:44 am #142257In reply to: custom post type in buddypress activity
shanebp
ModeratorHere’s some info, but it requires php skills to implement:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/display-custom-post-types-in-activity-feed/September 22, 2012 at 12:28 am #142256In reply to: custom post type in buddypress activity
4ella
ParticipantSomebody already wrote that, but I don’t remember who and where and forum searching doesn’t work and if I am trying to publish that code here for you it says : It looks like you’ve already said that!
September 21, 2012 at 10:49 pm #142255In reply to: Get User Field Function
John
MemberWas able to track down the Buddy Press Function list which defines a function that may function for me.
http://phpxref.ftwr.co.uk/buddypress/nav.html?_functions/index.html – line 264.`bp_has_members( $args = ” )` & the ‘meta_value’ argument
September 21, 2012 at 9:55 pm #142253In reply to: New to BuddyPress
clamoreaux
ParticipantIs there any good documentation that walks one through setting up and using BuddyPress?
September 21, 2012 at 6:59 pm #142246In reply to: Set Excerpt Length of Group Description
Quint
ParticipantSorry, I most certainly wasn’t clear. What you provided works in the Group’s main page where the description length is fine (which is good, since I may want to modify that later).
What I wanted to do was specify the length of excerpt on the group directory page. So, given what you laid out, is there a hook that could be applied for that location? The groups loop is calling bp_group_description_excerpt().
Hopefully, that’s clearer. Thanks again.
September 21, 2012 at 6:14 pm #142242In reply to: Set Excerpt Length of Group Description
meg@info
ParticipantHi @qrahaman,
i dont understand exactly what you want,if you want to excerpt of the description of group in the group page. this code work fine :
function bp_excerpt_group_description( $description ) {// your exceprt code
$length = 30;
$description = substr($description,0,$length);
return $description;
}add_filter( 'bp_get_group_description', 'bp_excerpt_group_description');
September 21, 2012 at 4:37 pm #142240@mercime
Participant@myhero I suggest that you get myarcadeplugin to work perfectly first in a plain WP install before you activate BuddyPress and use the BP Arcade theme. Best places to ask for support are at theme author’s or arcade plugin’s forums.
September 21, 2012 at 4:36 pm #142239In reply to: Avatar Cropping for Android
voarsh
ParticipantThanks. Oh @modemlooper, will you be updating your buddypress-mobile plugin?
I have many things I can say that will help improve it – are you still willing to work on it?
September 21, 2012 at 2:34 pm #142233In reply to: Is there a function call is_group_mod() ?
Paul Wong-Gibbs
KeymasterSeptember 21, 2012 at 2:17 pm #142230In reply to: What is the command to get the current group id?
frank tredici
MemberAny BuddyPress Guru’s out there?
September 21, 2012 at 1:41 pm #142226Sir Tie
ParticipantI deactivated all plugins but BP and it did not help…
Then I reactivated BP and it looks like it is working. Go figure…Thanks for you help @mercime
September 21, 2012 at 1:18 pm #142225In reply to: Install Trouble and Feature Inquiry
entengromano
MemberI experienced the same thing.
When I clicked on “settings” with the Buddypress plugin, i get the same message:
“you do not have sufficient permissions to access this page.”When I ran the installation wizard and clicked on “active” or “must-use” under the components section. I get the same message.
BTW, I’m using Politic theme from envato.
Would appreciate any advise on how to proceed.
September 21, 2012 at 12:08 pm #142220In reply to: Where are the Plugins?…
HansRuedi
ParticipantStill “Viewing plugin 1 to 1 (1 total plugins)” – in a WP backend with keyword “buddypress” 442 …
September 21, 2012 at 11:23 am #142219In reply to: What is the command to get the current group id?
frank tredici
MemberAny experts or specialists or experienced BuddyPress types out there that know how to capture the `$group_id` so I can use it in the following?
`groups_is_user_mod( $user_id, $group_id )`
Is it even possible?
September 21, 2012 at 11:23 am #142218In reply to: Is there a function call is_group_mod() ?
frank tredici
MemberAny experts or specialists or experienced BuddyPress types out there that know how to capture the `$group_id` so I can use it in the following?
`groups_is_user_mod( $user_id, $group_id )`
Is it even possible?
September 21, 2012 at 8:17 am #142210In reply to: Add groups and members
@mercime
ParticipantBefore installing s2member and changing themes, BP codex is your friend
– https://codex.buddypress.org/getting-started/before-installing/
– https://codex.buddypress.org/getting-started/setting-up-a-new-installation/installation-wizard/buddypress-1-5-installation-wizard/
– https://codex.buddypress.org/getting-started/configure-buddypress-components/
– https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/September 21, 2012 at 6:53 am #142207Mehmet
Participant@paul,
Thanks for the suggestion, I just didnt want to deregister a widget and create exactly same one just because of two characters (:@modemlooper
Thats great to hear (: It would make styling much easier if | would be wrapped by span for both Groups and Member widgets.Thanks again
September 21, 2012 at 6:17 am #142205In reply to: Help with BuddyPress menu items
Ansidious
ParticipantGreat guys thank you for your great help, I will continue on with what you have told me!
September 21, 2012 at 5:40 am #142204k12onos
ParticipantI’ve kept looking and looking but I can’t seem to find the code which produce a link to the latest post of a topic.
Can someone in BuddyPress team share what is used in this buddypress forum to link the timestamp to the latest post?
September 21, 2012 at 5:38 am #142203In reply to: BP 1.6 Permission meta caps
k12onos
ParticipantThanks for the confirmation, meta caps in future releases will definitely make buddypress more powerful and customizable.
By the way, I found out on this site (http://shinephp.com/delete_users-wordpress-user-capability/) that on single site installs, wordpress checks whether user is a super admin or not based on the “delete_users” capability.
So, if anyone is planning to make someone be the admin of the buddypress, you can assign “delete_users” capability to that particular user (using your fav user role plugin).
Though, they will have access to (obviously) user deletion and some other plugin settings which checks for “is_super_admin”.
In my case it’s okay because the one I’m assigning the role to is a friend. I just don’t want them to have access to core/plugin/theme update&installs (is there anything else I should be concerned when indirectly assigning someone as super admin by the above method?).
September 21, 2012 at 5:22 am #142201In reply to: [Resolved] Hello Sir John, Boone, Paul
@mercime
ParticipantYou can find the Arabic translation file at https://translate.wordpress.org/projects/buddypress/dev
September 21, 2012 at 12:44 am #142196@mercime
ParticipantDeactivate the other plugins esp Events Manager where I recall seeing an issue with BuddyPress in WP forums. Check if you can create groups now.
-
AuthorSearch Results