Search Results for 'buddypress'
-
AuthorSearch Results
-
April 25, 2012 at 12:34 am #133520
@ChrisClayton
ParticipantThe secondary avatars are registered within the functions.php
https://buddypress.trac.wordpress.org/browser/trunk/bp-themes/bp-default/functions.php#L554To remove it for groups, add this to your child theme’s functions and it will override the parent themes version.
function bp_dtheme_activity_secondary_avatars( $action, $activity ) { switch ( $activity->component ) { case 'friends' : // Only insert avatar if one exists if ( $secondary_avatar = bp_get_activity_secondary_avatar() ) { $reverse_content = strrev( $action ); $position = strpos( $reverse_content, 'a<' ); $action = substr_replace( $action, $secondary_avatar, -$position - 2, 0 ); } break; } return $action; } add_filter( 'bp_get_activity_action_pre_meta', 'bp_dtheme_activity_secondary_avatars', 10, 2 );April 24, 2012 at 11:41 pm #133519In reply to: How to post code in Group Forum?
@mercime
Participant@katharinentheke I use SyntaxHighlighter Evolved and it’s working well in my bp-default child theme – https://wordpress.org/extend/plugins/syntaxhighlighter/ and how to post code at http://en.support.wordpress.com/code/posting-source-code/
April 24, 2012 at 11:16 pm #133517fmeroney
Member@mercime now i understand what you meant, i did try the BP default theme, no luck. I may need to revert to my backup. I have a developer working on the fix now. Any ideas, could this be a BP & WP issue?
April 24, 2012 at 9:50 pm #133516verteus
Participant@djpaul Yes the wp_bb_* tables where created : https://plus.google.com/photos/116544258067470611768/albums/5735086693996271025?authkey=CMWA9vrixuHbsgE
I installed a fresh wordpress + buddypress in a subdomain and I have the same problem…
April 24, 2012 at 9:38 pm #133514fmeroney
Member@mercime yes sorry that is a typo. I did deactivate it with no luck. I also deactivated BP and reactivated it with no luck. How do I change to bp-default?
April 24, 2012 at 9:01 pm #133508Paul Wong-Gibbs
KeymasterHave you fixed https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/this-group-does-not-have-a-forum-setup-yet-3/ ? If you haven’t, fix that first.
April 24, 2012 at 8:26 pm #133506@mercime
Participant@fmeroney just to clarify, you mean you updated to WP 3.3.2 and WP 3.2.2 was just a typo, right?
Looks more like Buddypress xProfiles ACL plugin needs to be updated. If deactivating xProfiles ACL doesn’t cut it, change to bp-default to see if issue is corrected.
April 24, 2012 at 8:17 pm #133505April 24, 2012 at 8:17 pm #133504In reply to: [Resolved] how move the sidebar to right
@mercime
Participant@jafar1374 code above has been updated.
April 24, 2012 at 7:54 pm #133503In reply to: Getting Groups more like Site-Wide Forums
@mercime
Participant@edward-elhauge Coming soon for Group/Sitewide Forums – https://buddypress.trac.wordpress.org/ticket/3598#comment:19
In the meantime, perhaps https://wordpress.org/extend/plugins/buddypress-auto-group-join/
April 24, 2012 at 5:17 pm #133496In reply to: Forum tab disappears after associating with page
Paul Wong-Gibbs
KeymasterHave you read through https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/ ?
April 24, 2012 at 5:07 pm #133492In reply to: BP 404 subdirectory install
Paul Wong-Gibbs
KeymasterWhen you installed BuddyPress, did you do that *before* you set BP_ROOT_BLOG in your config file? I think what has happened is that your root site will have Pages created for Members, Groups, Forums, etc., but BuddyPress needs those created on the BP_ROOT_BLOG site.
Try creating new Pages on the BP_ROOT_BLOG site, and then go to the BuddyPress > Components menu in that site’s wp-admin, and map the components to a page which you’ve just created.
April 24, 2012 at 4:37 pm #133490verteus
Participant@mercime Sorry I forgot to mention :
1. Installed buddypress with group forums component
2. I created a group
3. I checked the admin settings of the group and “Enable discussion forum” is already checked
4. I try to create a topic and I get this error : “This group does not have a forum setup yet.”What I already tried :
– remove/add the forum component
– uncheck/check “Enable discussion forum”If try to create a topic from the forum directory :
1- fill the form
2- choose the group from the droplist
3- I get the error : “Please pick the group forum where you would like to post this topic.”April 24, 2012 at 4:37 pm #133489In reply to: BP 404 subdirectory install
studio8c
Participantid3 : domain.eu/members-area/
domain.eu/members-area/achives/4
the permalinks are set to Numeric
i also get this message now :
The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, Site Tracking, Discussion Forums, User Groups,in version 1.4 there is no assocaition with WP pages or am i wrong
this installation is a copy (“settings” ) of a older instalaltion
Cheers
April 24, 2012 at 4:13 pm #133487In reply to: How to limit the characters of the profile bio.
enderpal444
Participant@shanebp What I want to do is limit the characters they are allowed to enter into the actual bio.
April 24, 2012 at 4:12 pm #133486In reply to: “This group does not have a forum setup yet.”
abbas667
Member@mercime,very very thank you for your answers.
host php ver .5.5
wordpress ver 3.2.2
bp ver 1.5.5i tryed bp ver 1.2 but i have the same error.
my site adress : http://www.mones.irforum address :http://mones.ir/forums-2/
April 24, 2012 at 3:56 pm #133485In reply to: “This group does not have a forum setup yet.”
@mercime
Participant@abbas667 there are indeed some who have not succeeded in installing group forums but there have been many many more who have successfully gotten their group forums plus sitewide forums going for old and new installations.
What we’re doing now is troubleshooting to see why it’s not working for you and how to resolve this. I can empathize with your situation and frustration, but in order to assist you, we need to know the answers to the questions I posted above – WP/BP versions, hosting, etc.
You should also check out – https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/
Then, to enable forum in each group – https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/4/#forums-faqs
April 24, 2012 at 3:24 pm #133483In reply to: “This group does not have a forum setup yet.”
abbas667
Memberhi @mercime ,thanks for you’r response.yes, i tryed all this way’s and other way’s
but the problem still not fixed.
i changed my site theme by bp.defult theme and other theme.
i drop the bodypress database tables for many times and instaled buudypress again and again.
i drop the plugins database tables for many times.
i deactivated the all plugins.
please search this words in google and you see the results . ” This group does not have a forum setup yet ” .April 24, 2012 at 1:08 pm #133481kodestar
Memberhmm, actually, would a better way to deal with this be to set the capability to view the menu to read and put an if (user_is_mod()) add_submenu_page
April 24, 2012 at 11:50 am #133479In reply to: 1.6 timelines
@ChrisClayton
Participant@sooskriszta If i was a betting man, I’d put my money down on 1.5.6 being released to coincide with WordPress 3.4. I don’t think 1.6 will be quite ready by then and they will need a release to fix afew changes in WordPress.
But, then again – i don’t bet. Which is probably a good thing, because if i did, i’d be dead broke :p
April 24, 2012 at 11:40 am #133478In reply to: 1.6 timelines
April 24, 2012 at 2:34 am #133464@mercime
Participant@verteus You need to install the Group Forums first, then you have to enable forums for each group.
April 23, 2012 at 11:52 pm #133462In reply to: [Resolved] A Simple Link To The Users Profile Page
@mercime
Participant@mrguythornton Another way to add profile link to add to what @chrisclayton posted above.
You can filter
wp_nav_menuto include the profile link in custom menu (unless your theme author created his own custom menu for the theme). We add in the requirement for the link to show up only if the user is logged in. The following is added to theme’s functions.php file:// Filter wp_nav_menu() to add profile link add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' ); function my_nav_menu_profile_link($items) { if (!is_user_logged_in()) return $items; else $profilelink = '<li><a href="' . bp_loggedin_user_domain( '/' ) . '">' . __('Visit your Awesome Profile') . '</a></li>'; $items = $items . $profilelink; return $items; }April 23, 2012 at 9:41 pm #133456@mercime
Participant@zillabuggs have never installed any WP/BP on Windows because of many possible issues. Adding “Windows server” to title of this topic even it’s possible that it’s not a server issue.
== My users are putting posts on, but you cannot view all of the post. . I am referring to a groups page with 3 groups set up on it.==
To clarify, do the members actually get to publish that group forum topic in the first place? As in, do they see a message that the forum post was successfully published after they post similar to what you see happen when you post here – “Your reply was posted successfully”?
Sorry, not getting this -> “groups page with 3 groups set up on it”
What specific relevance does the Groups Directory (?) page have to do with your issue?What theme are you using?
April 23, 2012 at 9:25 pm #133455In reply to: [Resolved] A Simple Link To The Users Profile Page
@ChrisClayton
Participant@mrguythornton – Firstly, the mods are human too and do make mistakes, if they do mark it as resolved when your not confident that it is then just say so and @ one of them asking them to remove it. The mods are actually kind people (unless your a spammer). Also, not sure if your aware of this, but to mark a post as resolved the mods simply edit the title to say so – your welcome to remove it easily by clicking ‘edit topic’ and removing it. (if your the one who started the thread)
Anyways, now that that’s out of the way – “ is how you would get the URL to the loggedin user’s profile. (you’d have to code it deliberately though, i don’t think it’s easy to add it to WordPress’ custom menu.)
Something like this will (should?) work.
`<a href="”>Visit your Awesome Profile!` -
AuthorSearch Results