Search Results for 'buddypress'
-
AuthorSearch Results
-
August 7, 2010 at 8:49 pm #88382
jordashtalon
Member@intimez Thanks that worked out well.
August 7, 2010 at 8:48 pm #88381In reply to: Adminbar in the footer.
jordashtalon
Member@dominikmatus Thanks, that works pretty good.
August 7, 2010 at 8:19 pm #88379In reply to: Group Activity Feed
August 7, 2010 at 7:44 pm #88377In reply to: bp-album plugin
paulhastings0
ParticipantTry posting your problem in their forum:
August 7, 2010 at 7:39 pm #88375In reply to: field autocomplete for messages?
lorenzo
Memberi kind of chew some code and can hack some small changes, but certainly don’t know enough php or buddypress to be able to change it myself…
in fact i also looked at the autosuggest plugin and could not make it work even changing the id of the field in the option page…that one is actually not very good s i understand that allows searches only from the heading/titles of the posts and doesn’t use categories, tags etc… if i manage to understand why the field id is not working i’ve got the sql statement to pull out all the friends though! will give you an update later.
August 7, 2010 at 7:08 pm #88374In reply to: Buddypress.org’s New Plugin Review Functionality
Beck B
Participant+1
August 7, 2010 at 7:04 pm #88373In reply to: New Buddypress Groups design.. Group Hierarchy
Beck B
ParticipantJust found this, really excited about it….
August 7, 2010 at 6:31 pm #88370In reply to: Members cant register using BP Registration Form
Beck B
ParticipantI had two users apparently never get the activation email. (One is me, so I know it didn’t go through, but the other attempt belongs to someone I don’t know. They MIGHT have simply never opened the email.) My first attempt used a hotmail (live.com) address. The other person’s is a personal domain.
I thought I was having a problem with ALL activation emails, but when I tried a new user registration with a gmail address, it worked. I suppose I should test new user creation with some more email addresses and providers.
In any case, if you don’t have tons & tons of new users, one thing you can do while “we” figure this out is to check the Users list under the WordPress settings (from wp-admin), as even unactivated users will show up there. Then visit any problem user in buddypress by manually typing in the address for their profile page (you know, something like http://www.example.com/members/USERNAME/). Then in the admin bar, you’ll find an option along the lines of “Admin Options->Mark user as not a spammer”. That’s probably not the exact text.
August 7, 2010 at 6:25 pm #88369In reply to: page title in BP
August 7, 2010 at 6:19 pm #88368In reply to: Allow Group Admin to Post Updates
r-a-y
KeymasterYou’d have to filter the AJAX query string.
Here’s a good thread to get acquainted with it:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-can-i-set-show-newblogposts-as-default-on-acitivity-stream/August 7, 2010 at 6:12 pm #88364In reply to: Group Activity Feed
r-a-y
KeymasterI’d remove the group feed function so I could create my own group feed loop.
What you’d want to do is remove the existing one by adding this to your theme’s functions.php:
remove_action( 'wp', 'groups_action_group_feed', 3 );Then I’d basically duplicate the groups_action_group_feed() function (located in /buddypress/bp-groups.php), rename the function, throw it in my theme’s functions.php file and change the pointer of the following file:
bp-activity/feeds/bp-activity-group-feed.php
to a custom file I would also create in my theme’s directory.
Lastly, I would open up this duplicate of bp-activity-group-feed.php and modify the activity loop so it shows updates only from the group admin.
August 7, 2010 at 6:08 pm #88362In reply to: WP-minify and new version of Buddypress
Pisanojm
Participant@hotforwords this is one of the biggest hangups with cdn and bp… I am currently excluding the avatar folders…which, ironically, would be one of the best uses of a cdn…especially with bp… If there was a way to lock an avatar update for say 24 hours after a change was made (make the change delayed for x time)… You might be able to then use the auto-load feature of total cache to ensure that pictures were on the cdn prior to the chage….
August 7, 2010 at 6:04 pm #88360In reply to: WP-minify and new version of Buddypress
r-a-y
KeymasterI believe Andy was working on a plugin for caching avatars to a CDN.
It’s being tested on testbp.org right now. Not sure if it’s going to be released any time soon.Re: bug – check your activity for duplicate registration from the same user. Also you can login to your WP dashboard and see if any duplicate users were created. I should note that this bug occurred on a WPMU 2.9.2 install and could also have been the result of a plugin conflict.
Might work on WP 3.0. Also try the newest release of W3 Total Cache to see if this bug is fixed.
August 7, 2010 at 5:46 pm #88357r-a-y
Keymaster@nit3watch – No, I didn’t try it. I fixed your gcard_group_card() function previously.
After looking at your code again, it looks like you’re never calling that function so nothing is displayed.
You need to add the gcard_group_card() function somewhere in the gcard_show_card_in_header() function. Probably after the header.
August 7, 2010 at 5:40 pm #88356In reply to: BuddyPress.org’s Unified Search – How can I get it?
Beck B
ParticipantGenius discussion.
EDIT: I’m just not quite clever enough today. Can this be made to work with Relevanssi? My search results are horrible, and I’d like the nicer excerpts and such that Relevanssi provides, also.
August 7, 2010 at 5:29 pm #88354nit3watch
Participant“Okay I figured it out” nothing to figure out.. If you right click with firebug, it tells you which file the rule is located in, never mind the line number. Also in firebug you can edit the css via the browser for a temporary view of what the rule will do before having to dig into your files and playing around with rules.
It really is a necessary tool if you plan on playing around with themes.. Good luck
August 7, 2010 at 5:08 pm #88353In reply to: Make it So People Cant Reply to Forum Posts
intimez
ParticipantYou will need plugin
https://buddypress.org/community/groups/buddypress-announce-group/August 7, 2010 at 4:50 pm #88351Beck B
Participant@covana: Sorry, nothing much to add–like @kasper777ny, I’m making a note to myself to look into this later. I’m not a huge fan of the separate tabs, either.
August 7, 2010 at 4:38 pm #88350In reply to: WP-minify and new version of Buddypress
hotforwords
ParticipantI have w3-total-cache running on my site with Minify, Database Cache, CDN (Amazon S3) and Browser cache. @Pisanojm, how did you get w3-total-cache to handle Avatar uploads? It breaks them for me as people try to upload their pic but then the CDN on w3 total cache breaks the ability to edit the image (it looks for the image on the CDN, not locally).
It looks like I might have to disable the whole avatar folder, which sucks! Unless you figured it out?
Also, @r-a-y how do I check to see if this problem is still happening with the version of w3 total cache that I am running?
Thanks!
Marina
August 7, 2010 at 4:32 pm #88349In reply to: Group avatar in activity stream
Beck B
Participant@r-a-y
Looked at the patch, thanks for that. Are you asking whether group activity should be patched to both show the group avatar (which you’ve done) and link to the group home page (which you haven’t yet)? Or am I misunderstanding the Q?August 7, 2010 at 3:54 pm #88344In reply to: Require VIP membership for group creation
Beck B
Participant@gwu123 You know, I’ve heard that (s2member plugin) mentioned a few times now and not yet bothered to investigate. Will finally do.
August 7, 2010 at 3:27 pm #88341lethiaowens
MemberOkay I figured it out…I had to change the 960px width to 100% in the style.css file for the lifestyle theme. The new code looks like this and it now works;
#subnav {
width: 100%;
background: #006c9f;
font-family: Arial, Tahoma, Verdana;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-shadow: #333333 1px 1px;
text-transform: uppercase;
clear: both;
overflow: hidden;
}Thanks everyone for your suggestions.
August 7, 2010 at 2:07 pm #88335lethiaowens
MemberHere is a screenshot of the exact title bar and am trying to adjust – http://cityofexpertsstlouis.com/wp-content/themes/lifestyle/images/buddypress.jpg
August 7, 2010 at 1:58 pm #88334lethiaowens
MemberThanks so much Nit3watch and Boone Gorges. Where do I find the style.css that needs to be changed? I looked in both of the style sheet for the lifestyle theme and there is no wp-admin-bar element.
I did a search and the only files within my theme, the buddypress plugin and the bp-template-pack that has the text ‘wp-admin-bar’ are the following files:
adminbar.css – http://cityofexpertsstlouis.com//wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css
bp-core-adminbar.php – http://cityofexpertsstlouis.com//wp-content/plugins/buddypress/bp-core/bp-core-adminbar.php
bp-core-cssjs.php – http://cityofexpertsstlouis.com//wp-content/plugins/buddypress/bp-core/bp-core-cssjs.php
default.css – http://cityofexpertsstlouis.com//wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/default.css
global.js – http://cityofexpertsstlouis.com//wp-content/plugins/buddypress/bp-themes/bp-default/_inc/global.js
rtl.css – http://cityofexpertsstlouis.com//wp-content/plugins/buddypress/bp-themes/bp-default/rtl.cssThanks again for your help.
August 7, 2010 at 1:54 pm #88333In reply to: BuddyPress on Some Specific Blogs
Sofian J. Anom
ParticipantOkey, @DJPaul. Thanks for the replay.
-
AuthorSearch Results