Search Results for 'buddypress'
-
AuthorSearch Results
-
August 13, 2010 at 11:28 am #88964
In reply to: Login page gone, need help please
nit3watch
Participant@biteweather maybe try add a login/log out some where in your theme like header to try log in?
August 13, 2010 at 10:34 am #88962In reply to: BuddyPress Tweet Button plugin
nit3watch
Participant“nice plugin, only issue I see is that it tweets the URL of the page you are on rather than the item.”
@modemlooper This would work nice for a tweeting a group though ( and adding “facebook Recommend” ) so that all the ‘feed things/social stuff pertaining to the group’ are in a similar place.

Im trying to get the tweet button to be between the rss feed class and the activity-filter-select div, as in the image ( using
add_action('bp_before_group_body', 'bp_tweet_button_activity_filter');) its inserting it above the subnav div, ( needs to be inside subnav.. ) but I can figure out how to get it between the two. Once I can position it correctly I’ll add the Facebook one too. Maybe can be a seperate, spin-off of your plug-in?Maybe if someone knows where to find the subnav ( for groups ) code I can have a look and get it sorted.
Edit: Iv’e created a topic not to hi-jack the thread: https://buddypress.org/community/groups/creating-extending/forum/topic/inside-group-subnav/
August 13, 2010 at 8:03 am #88949In reply to: Adding pagination links to bottom of Group Directory
paulhastings0
Participant@finni3 I think there’s a Trac ticket related to this: https://trac.buddypress.org/ticket/2472
August 13, 2010 at 7:45 am #88948In reply to: image link in a plugin folder – dev question
nit3watch
Participant@r-a-y I’ve given it my all but no matter what I try I can’t get it to work for groups that don’t have the meta-data. Think I may have layed out “Get or return the card values” wrong. I know Im starting to irritate you abit with this one
though this is the last step in a working plug-in 
Ive made it echo “one”, “two”.. for now so that you don’t have to have the images to work with it. Think you could take a look?
Here’s the plugin: http://pastebin.com/aFkPfJwW
Edit: Iv’e though of away around this for now, adding a nother function, function gcard_none() and just making it return “we are not associated with any image..” I would just have to make one of the fields compulsory
August 13, 2010 at 7:31 am #88947In reply to: point logged in user to user’s activity page
Hugo Ashmore
ParticipantHave a read through this post with particular reference to travel_junkies code which you should be able to modify to prevent access to certain pages/areas if user not registered/loggedout
August 13, 2010 at 7:08 am #88945In reply to: buddypress + wp-multi-network issues
Anointed
ParticipantU Da man!
Look forward to chatting more about it some time.August 13, 2010 at 4:28 am #88940In reply to: Email notifications to pending group members
Dwenaus
Participant@robcwright can you post the exact email they get. That will help a huge amount.
August 13, 2010 at 4:02 am #88935Pisanojm
ParticipantThe Wibiya bar chat is quite amazing as well…
August 13, 2010 at 3:51 am #88934anindyaray
Memberyes I have visited the authors forum found no actual solution , approx 4 month ago somebody asked there the same question , and the answer from the author was as follows :
____________________________________________________________________________________
Hi,
Sorry, if I answered this in another method. I can’t recall. But this looks like you either did one of two things:
1. Have a space at the end of your bp-chat/chat/config.php file or
2. You didn’t chmod 777 your bp-chat/config directory
____________________________________________________________________________________it didn’t worked for me ; firstly there is no config.php chat directory , its actialy is under chat/lib directory ………
and as I’m using it in localhost windows host the option 2. is not needed … but in case of option 1. there was no extra space in the lib/config.php , yet it didn’t worked….I visited the authors profile here , but it seems the author in inactive for a certain time as its showing no recent activity .
this version of buddypressajaxchat is said to be working fine with wp 3.0 , but I have also tried it with wp 3.0, but again didn’t worked ……..
any solution would be much appreciated as I’m craving for this plugin as there no much self-hosted chat for buddypress…..
p.s. = Phpfreechat plugin – https://wordpress.org/extend/plugins/phpfreechat/ – is working very fine with the present version of wp and bp
August 13, 2010 at 1:45 am #88930In reply to: Email notification not working
M W
ParticipantI have a problem with the mail-from plugin- it fixed the email confirmation problem but now whenever someone sends a Private Message it comes “from” the address set by the mail-from (which in our case is my email address- now I am getting all kinds of replies to people’s private messages because they hit Reply without noticing where it was going- this would not happen before because it came from no-reply @domainname.com
August 13, 2010 at 1:43 am #88929M W
ParticipantI have a problem with the mail-from plugin- whenever someone sends a Private Message it comes from the address set by the mail-from (which in our case is my address- now I am getting replies to people’s private messages because they hit Reply without noticing where it was going- this would not happen before because it came from no-reply @domainname.com
August 13, 2010 at 1:41 am #88928In reply to: How to Optimize Server Space
techguy
ParticipantThis might be a good place to start: https://codex.buddypress.org/getting-started/improving-performance/
August 13, 2010 at 12:21 am #88919In reply to: I need ideas for theme creation.
modemlooper
Moderator@nahummadrid Interesting. I’m finding two paths for BuddyPress sites people are creating. Blogging Networks and Social Networks. These are two entirely separate theme requirements.
August 13, 2010 at 12:03 am #88915In reply to: I need ideas for theme creation.
Nahum
Participant@modemlooper contextual sidebars a definite must when working towards the perfect bp theme, as mentioned by nit3watch. I hate having to create them and loading up the sidebar.php with if statements to know what page you are on. Also a blog network focused theme combining the groups/blog components to work together. as mentioned here. https://buddypress.org/community/groups/requests-feedback/forum/topic/why-couldnt-the-groups-component-structure-work-for-blogs/
Custom field and post tags,cats, recognition by the activity stream with index file that can be manipulated to function like a site wide tags replacement.
Tagging and categorization for blogs. widgets and page templates for each.
Bring more individual blog info out front(posts, comment_counts, ) so that member blogs content can be categorized, highlighted and maneuvered more easily.
Pull in user blog info into their profiles, posts count, draft counts, quick links to their blog admin, widgets. Blog management options or panel.
Include follow blog streams feature, similar to follow people, but instead it pulls in new_blog_post activity into Blogs I follow activity tab.
The perfect blog network bptheme, basically.August 12, 2010 at 11:33 pm #88911In reply to: I need ideas for theme creation.
modemlooper
ModeratorGood suggestions. Keep them coming.
@nit3watch
More sidebars huh? That’s easy, could do an if is statement and cycle through what page your on and then output that sidebar.August 12, 2010 at 11:30 pm #88909In reply to: BuddyPress Tweet Button plugin
modemlooper
Moderator@thekmen yeah I know I’m trying find a way to do that. Twitter is not letting me put in code to pull the permalink dynamically.
@nit3watch I thought there was one already. If it’s a BP plugin then yeah you tag is buddypress
August 12, 2010 at 11:09 pm #88905In reply to: Adding pagination links to bottom of Group Directory
finni3
ParticipantWould it be possible include forums as well?
@paulhastings0August 12, 2010 at 10:54 pm #88903In reply to: Group Activity Feed
r-a-y
KeymasterAfter re-reading the first post again, I don’t think amahesh wanted to override the group activity RSS feed like I originally thought! lol
That’s what happens when you read into things too literally!amahesh, if you’re talking about just filtering the main group home activity, then you’ll need to modify the AJAX $query_string:
https://buddypress.org/forums/topic/how-can-i-set-show-newblogposts-as-default-on-acitivity-streamDetect if you’re on the group’s home page, then you’ll need to add the secondary_item_id that I talked about above.
Or you can do what dwenaus did and create your own group activity template.
August 12, 2010 at 10:53 pm #88902In reply to: BuddyPress Tweet Button plugin
thekmen
Participantnice plugin, only issue I see is that it tweets the URL of the page you are on rather than the item.
i.e. If you are on the activity stream, tweeting any update tweets the activity stream url rather than the url of the update.August 12, 2010 at 10:49 pm #88900In reply to: BuddyPress Tweet Button plugin
nit3watch
Participantlooks nice, really nice. Any intrest in adding ‘facebook like’ one too?
Out of interest, do you have to tag a plug-in with ‘buddypress’ in order for the buddypress respiratory to pick it up?
August 12, 2010 at 10:14 pm #88891In reply to: Date shown in Default BP theme
Chris O’Brien
ParticipantThanks @r-a-y . That worked for me on the individual blog posts. How do I get the change to also appear on the homepage? That is, when people are on the homepage, they still see the old time-only format. When they click on the post, the time and date appear on the post page.
August 12, 2010 at 10:00 pm #88895In reply to: New plugin: Add All Nav Links to BP Adminbar
pcwriter
ParticipantHere’s an interesting question from a user which would render the plugin more user-friendly in a WP3.0 environment:
“How do you change the label of the $adminbarPages 1 & 2 to default to the name of the custom menus? In other words, I don’t want to hardcode the labels into the navbar. Instead, I’d like it to display the Custom Menu names.”
Something like this maybe (I’ve omitted the “>” and “?” simply so the code would show here…)
$adminbarPages1 = ‘ php echo wp_nav_menu( array(‘menu’ => ‘MENU-SLUG-HERE-I-THINK’ )); ‘;
August 12, 2010 at 9:46 pm #88887In reply to: per_page option in bp_has_activities()
r-a-y
KeymasterIf you’re modifying the AJAX activity stream, you need to modify the $query_string.
Read this thread for pointers:
https://buddypress.org/forums/topic/how-can-i-set-show-newblogposts-as-default-on-acitivity-streamAugust 12, 2010 at 9:44 pm #88886In reply to: Group Activity Feed
r-a-y
Keymaster@amahesh – You need to wrap the code in functions.php with open and closing PHP tags.
eg.[?php
THE PHP CODE
?]
Replace square brackets with triangular ones.
August 12, 2010 at 8:45 pm #88880In reply to: Group Activity Feed
amahesh
MemberI built a child theme, creating the style.css as shown in that link and it built fine
then I created functions.php and added the code below (does the fact that it is installed on snipbids.com/network have any impact)
I then made a duplicate of bp-activity-groups-feed.php and put it in the child theme folder and made the editshowever it did not work the code in my functions.php site shows in the header…see: http://www.snipbids.com/network
Any ideas why? Thanks. My functions.php file
// remove the current group activity feed
remove_action( ‘wp’, ‘groups_action_group_feed’, 3 );function my_groups_action_group_feed() {
global $bp, $wp_query;if ( !bp_is_active( ‘activity’ ) || $bp->current_component != $bp->groups->slug || !$bp->groups->current_group || $bp->current_action != ‘feed’ )
return false;$wp_query->is_404 = false;
status_header( 200 );if ( ‘public’ != $bp->groups->current_group->status ) {
if ( !groups_is_user_member( $bp->loggedin_user->id, $bp->groups->current_group->id ) )
return false;
}// you should copy /buddypress/bp-activity/feeds/bp-activity-group-feed.php to your theme
// adjust YOURTHEME to the name of your theme’s directory name
include_once( WP_CONTENT_DIR . ‘/themes/dusk/bp-activity-group-feed.php’ );
die;
}
add_action( ‘wp’, ‘my_groups_action_group_feed’, 3 ); -
AuthorSearch Results
