Search Results for 'buddypress'
-
AuthorSearch Results
-
May 28, 2011 at 10:14 pm #113263
In reply to: Change Avatar on mouseover like Facebook
Timothy Tarmon Jr
Participant@naijaping . Ok this is what i came up with based on your sites css.
go to your theme’s /member-header.php
find `
`replace it with this
`
<a href="profile/change-avatar/”>Change Picture
// change avatar
$(document).ready(function(){
$(“#item-header-avatar”).hover(function(){
$(“span”, this).stop().animate({top:”130px”},{queue:false,duration:200});
}, function() {
$(“span”, this).stop().animate({top:”160px”},{queue:false,duration:200});
});
});`
You could also remove the inline css and place this inside your css file :
`#item-header-avatar {
float: left;
height: 150px;
overflow: hidden;
padding-right: 20px;
width: 150px;
}
#item-header-avatar span {
background: none repeat scroll 0 0 #FFFFFF;
font-weight: bold;
left: 0;
padding: 4px 25px;
position: relative;
text-align: center;
top: 150px;
z-index: 10000;
}`May 28, 2011 at 6:43 pm #113257Reboot
MemberIsn’t that just for core buddypress? I am using the followers plugin, can anyone help with something more specific? there are a lot of people that could benefit from this.
May 28, 2011 at 4:48 pm #113253In reply to: BuddyPress Template Pack 1.1 upgrade
function_im_awesome() {
ParticipantIs this going to be required for bp-1.3 and further??? I don’t ever plan to upgrade the template pack because I have made so many changes to the files that It would be impossible to do it again.
May 28, 2011 at 4:35 pm #113252In reply to: Change Avatar on mouseover like Facebook
funmi omoba
Participantthanks for your reply, you can check : http://www.lovethistune.com its a buddypress site. and the function is cool. there is a link to change avatar on profile avatar on a mouseover.
regards
May 28, 2011 at 3:57 pm #113055In reply to: Change Avatar on mouseover like Facebook
Paul Wong-Gibbs
KeymasterWe have no idea what site you might be referring to when you say “some buddypress site.” I think I know what you mean, which the answer is http://jetpack.me/, but that’s a total guess.
May 28, 2011 at 2:44 pm #113054In reply to: ETA on Buddypress 1.3 – when will it be released?
Hugo Ashmore
ParticipantThere really is a huge imbalance between Users of this app and those actively trying to develop it, move it forward. As Boone says ‘get involved’ if more people got involved things may run a little more smoothly and faster, give up a little bit of time reporting bugs to trac, testing patches if you can and feeding back.
May 28, 2011 at 1:39 pm #113052In reply to: how to have comment and replies collapse and expand.
Timothy Tarmon Jr
ParticipantWhat gallery plugin do you have installed @Aliceembroid?
I’m going to set up a test bp site, to test the new plugin, i’ll install them both and try to figure out the issue.@opatachibueze , I don’t see a problem with the posts content in the activity stream. Maybe you could give more detail on the topic.
May 28, 2011 at 1:07 pm #113051In reply to: ETA on Buddypress 1.3 – when will it be released?
Boone Gorges
KeymasterBuddyPress development moves as quickly as it can with an all-volunteer crew of developers and support specialists. If you’re concerned that things aren’t moving quickly enough, you should get involved.
May 28, 2011 at 12:39 pm #113049In reply to: ETA on Buddypress 1.3 – when will it be released?
EivindFS
MemberI have a sneaking suspicion that Buddypress is dying..
I have many problems using it for my community and seriously consider changing. BuddyPress development is super slow and the community seems very thin.
What are your experiences?
May 28, 2011 at 10:38 am #113047In reply to: Importing data from Excel, CSV sheet
solenyi
Member@wordpresschina @boonebgorges
Unfortunately, I cannot get it to work so far. I have 870 users with about 30 different profile fields from another CMS which I need to import, so it would be really important not to have to do this by hand… Could you provide an example csv file which shows how it should be structured? Are the names for the columns just given in the first row?Cheers
Sebastian
May 28, 2011 at 8:27 am #113248In reply to: When will be 1.3 out?
Paul Wong-Gibbs
KeymasterWe’re trying hard for a beta in June.
You can get the current development version from https://svn.buddypress.org/trunk. You’ll need a SVN client.May 28, 2011 at 6:57 am #113243In reply to: How to Display Profile Field in the Topic Template
opatachibueze
MemberPlease someone should help me out on my topic. Thanks
May 28, 2011 at 6:56 am #113242In reply to: how to have comment and replies collapse and expand.
opatachibueze
MemberPlease someone should help me out on my forum topic. Thanks
May 28, 2011 at 6:46 am #113241In reply to: Buddypress on Buddypress
hkcharlie
Participanthey thanks mercime.
Am I correct in saying that I could run the multiple buddypress sites without your plugin, but it would post all activity across all the sites for every user?May 28, 2011 at 4:48 am #113240@mercime
ParticipantMay 28, 2011 at 4:46 am #113239In reply to: Buddypress on Buddypress
@mercime
ParticipantThis is beta and with some requirements – http://wpmututorials.com/news/new-features/multiple-buddypress-social-networks/
May 28, 2011 at 2:55 am #113236In reply to: Showing random group members
embergermedia
Member@r-a-y yes this is the original thread. However, the other thread I opened was more specific. So I still have an unanswered question. I was hoping that since you gave a ray (no pun intended) of hope that it could be accomplished, that perhaps you could offer guidance on how to accomplish it.
I have googled for the last month on this, and can’t create the solution by myself. So i am still asking for help.
Thanks
May 28, 2011 at 2:28 am #113234Reboot
MemberFor example, I want Follow = Become a fan
Followers = FansMay 27, 2011 at 8:53 pm #113218In reply to: Duplicate version of groups on same site. Ajax.php
ethanellis
Member@r-a-y Thanks a million. Its now working with your advice and a few tweaks.
May 27, 2011 at 7:04 pm #113210In reply to: Install a plugin twice
javhy
MemberIs there another plugin to allow create a directory of content (links mainly) in buddypress?
May 27, 2011 at 6:49 pm #113207In reply to: Would Buddy Press work for this?
r-a-y
KeymasterYou could turn BP groups into locations.
There are a few album plugins that work for groups. BP Gallery by buddydev.com works as far as I know and BP Media is scheduled to have this functionality as well.
Members could create new locations by creating new groups.
Remember to change the groups slug to locations:
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/And modifying group labels to locations with a language file:
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/You’ll probably have to do some theme modding as well.
May 27, 2011 at 6:43 pm #113206In reply to: Install a plugin twice
r-a-y
KeymasterThere should be hooks in BuddyPress Links to accomplish what you’re after.
You’ll have to dive through the documentation and the source code though.
May 27, 2011 at 6:41 pm #113205In reply to: How to Display Profile Field in the Topic Template
r-a-y
KeymasterCheck out the bp_profile_field_data() function (located in bp-xprofile/bp-xprofile-templatetags.php):
https://buddypress.trac.wordpress.org/browser/tags/1.2.8/bp-xprofile/bp-xprofile-templatetags.php#L551It takes “user_id” as a parameter.
Since you’re referring to the topic template, you’ll need to use a custom function to grab the topic poster ID since a native one doesn’t exist in BP at the moment. Here’s a post I made awhile back that will help:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-display-the-user-post-count-in-topic-php#post-92596Also luvs, be aware that the people who post on these support forums are volunteers who take time out of their day to help the community.
May 27, 2011 at 6:41 pm #113204In reply to: Install a plugin twice
javhy
Memberis buddypress-links i’ve hack the plugin to create a dribbble plugin, but i need to put again the original :S
something happen when i’ve do the replacement couse the plugin is activated but cant acces to the admin panel. Is there another easy way to do it?May 27, 2011 at 6:32 pm #113201In reply to: Please give me your oppinions – I broke the rules.
r-a-y
KeymasterYou can do whatever you want with your theme. However, since you’re not using a child theme of bp-default, your theme subsequently will not receive any updates for bugs or features when a new version of BuddyPress is released. You’d then have to manually check over new BuddyPress releases and merge them into your custom theme. A lot of BP functionality is tied to the theme (AJAX, JS), so hopefully you’re aware of that.
Re: labels – I’m guessing you mean the BuddyPress localization strings. The BP localization strings are convenient if a user is already using the BuddyPress language file, but you’re happy to run with your own theme language file as well.
It sounds like you’re doing a lot of modding to the original bp-default theme, so since you seem happy with this approach you should be fine.
-
AuthorSearch Results