Search Results for 'buddypress'
-
AuthorSearch Results
-
March 15, 2011 at 5:05 pm #107888
In reply to: [Resolved] Speeding up buddypress
ewebber
ParticipantMinify broke my site – issues with the javascript, so I’ve switched it off
March 15, 2011 at 3:44 pm #107882@mercime
Participant@rossagrant you can see how your site is rendered in different IE versions via http://ipinfo.info/netrenderer/
[ edit ] Some future-proof tricks to use with IE
1. Add `width` to any float, e.g.
`.navwrap {
float: right;
width: 475px;
}`2. Relative and Absolute Positioning, e.g.
`#header { position: relative; }
.navwrap {
position: absolute;
top: 5px;
left: 8px; // edit – ooops. should be –>> right:8px;
}`
[ /edit ]March 15, 2011 at 3:34 pm #107880Darren Ethier (nerrad)
ParticipantThis was suggested in trac and is being implemented in BuddyPress 1.3
March 15, 2011 at 3:32 pm #107879hloti
Participanthi i have just checked your website. it looks fine in IE8 but the menus are totally not looking good at all in IE7. i have read many places that buddypress support for IE7 is not there at all. the only thing you actually can do is to do some hacks for IE7 this is to say, find out exactly the sections that do not work, then add css tags that will only be read by IE7. lets say for example if you have a problem with width of 1200px and you want the width to be specifically 100% in case of IE7, then do like this
width:1200px;
*width:100%;in the above case, all browsers will read the width as 1200px but only IE7 and probably IE6 will read it as 100%
well this solution is not a clean and nice solution. but it is quick and it works. i had a similar problem with my site and solved it through this. hope you can use this suggestion.it seems in your case it is the header that pushes the navwrap down in case of IE7

cheers
HlotiMarch 15, 2011 at 2:20 pm #107877In reply to: May implement a Town Index with buddypress.org?
lselwd
Memberplease answer both asap…
March 15, 2011 at 2:08 pm #107876In reply to: Privacy and Security – is there any?
kenrichman
ParticipantThanks Paul, yes – I have read about group privacy settings, implemented them and they seem to work. Of course they do not extend to profiles, as the settings are just for groups. So is that the only real issue? People reading other people’s profiles? For my present use that is something I want people to be able to do, so I am not concerned. I AM worried that information in forums that is supposed to be for members only can somehow be accessed by others, or by members who are not in the appropriate groups.
I would appreciate advice generally on tightening security on BuddyPress sites, and any known issues being made public so we can be aware of them and advise users.
March 15, 2011 at 1:26 pm #107871In reply to: BP plugins multisite menu fix?
Chuscastilla
MemberGreat!! Thank you, hnla and of course Thankyou to @DJPaul, and I must say “Sorry for my words, Paul”.
I’m almost a noobie here and after reading a little I can say that your reputation is safe, no matter what you do with this plugin. My apologies and my respect.March 15, 2011 at 11:33 am #107863In reply to: BP plugins multisite menu fix?
Hugo Ashmore
ParticipantNot all plugins are going to be the same, however the fix for showing the settings or an admin page are pretty much straightforward- however as you appear to be talking about the ‘Welcome Pack’ plugin I would hold fire as @DJPaul has announced iirc on his plugin page for WelcomePack that he will be upgrading this weekend so you will have a working plugin again soon.
March 15, 2011 at 11:23 am #107861In reply to: Our webiste was hacked
@mercime
Participant[ edit ] In addition to what @hnla said above [ /edit ]
https://codex.wordpress.org/FAQ_My_site_was_hacked
http://ocaoimh.ie/did-your-wordpress-site-get-hacked/
http://ottopress.com/2011/how-to-cope-with-a-hacked-site/[ edit ] https://codex.wordpress.org/Hardening_WordPress [ /edit ]
Find resolution in WordPress.org Forums before installing BuddyPress
March 15, 2011 at 10:02 am #107857In reply to: Buddypress events
serverdog
Memberkunalb: so with eventspress you create a new ROLE for the permission to create events? Can I assign the permission of creating events to my already existing roles? Thanks!
March 15, 2011 at 9:23 am #107852In reply to: Trac login – does not work
March 15, 2011 at 9:16 am #107851In reply to: ERROR: There was an error when creating the topic
Hugo Ashmore
Participant@mercime after lengthy and careful consideration I would have to say Bond, it was close though
March 15, 2011 at 8:51 am #107850In reply to: BP plugins multisite menu fix?
Hugo Ashmore
Participant@bowromir I’m not sure what admin_url() or network_admin_url() are but guess I probably ought to have used them when fixing my work, however where I needed a path to correct page i.e /wp-admin/network/admin.php?my… or older style I created a new variable with path based on a is_multisite() and is_network_admin() or if not then plain /wp-admin/admin.php which works ok
edit// So a simple network_admin_url() will return a path to current script/page with either network path for multisite or not and thus can be used for self referencing post submission- however I don’t appear to be able to pass any parameters via it? it doesn’t appear to take arguments?
March 15, 2011 at 8:43 am #107848noizeburger
ParticipantMaybe you should try this solution: works for wp3.1 multisite, also there are hints when working with single-site. I have it working on my multisite (but with the old code example).
The first link shows you how to make a selection for roles at signup: http://cleverness.org/2011/01/27/updated-buddypress-user-roles-code/
The second link is for the setup of which profilegroups (fieldgroups) are shown on certain roles: http://cleverness.org/2010/10/13/user-types-in-buddypress-assign-xprofile-groups/Give it a try, it works for me.
March 15, 2011 at 8:33 am #107847In reply to: How do I add a menu item on the profile page?
James
Participanthi guys, I’ve been searching for this info too. tried to write function myself on the base of buddypress followers, but without any success. If someone will get it done, please mention me in reply, thanks.
March 15, 2011 at 8:28 am #107846In reply to: Searching the Codex is broken
Hugo Ashmore
Participant@ronsuarez My original comment had absolutely no overtones to it, it was exactly as written I asked a question and attempted to clarify that the notion of roles and capabilities was a WP one and thus not going to produce results if searched for in the BP Codex. My second post was a retort to virtuali who posted a link to the codex and I was having a friendly dig at her ( I’m sure or hope no offense was taken by her as none was meant) thus it was not a remark directed to yourself.
March 15, 2011 at 7:36 am #107844In reply to: Facebook like for BuddyPress
James
Participantok, I understood, under ‘profile id’ Andy Peatling means last numbers from facebook url, does it mean that the only way to have personal like box for every user is to include some connection with xprofile field?
March 15, 2011 at 7:29 am #107842In reply to: Facebook like for BuddyPress
James
Participantthanks for replies,
what about displaying facebook like box in profile for every member, this shouldn’t affect load performance a lot, shouldn’t it?
if I will take this plugin
https://buddypress.org/community/groups/facebook-like-box/
will this code do the trick (?):
“
thanks.
March 15, 2011 at 7:15 am #107840In reply to: bp_get_the_profile_field_input_name() field name?
phyz
MemberHi,
Thank you for the response and the link. It didn’t exactly provide me with what I was looking but definitely has a great amount of information that would be useful.
What I am doing with this is passing the values of the inputs with cURL. I already have the name and email done because the Buddypress registration provides the “names” of those. i.e. ‘sign_email’
What I would like to know is my profile name is named “Country” when I created it through the dashboard, if that will be the “name” for the input field. I hope this a little more clear.
Again, thank you for the reply and link.
March 15, 2011 at 6:34 am #107836In reply to: [Resolved] Category Pages Go to White Screen.
@mercime
Participant@Gayatriom Glad you resolved the issue.
@gunju2221 “.. but all is well now!”
March 15, 2011 at 5:03 am #107835Youraj Pawar
Participant[RESOLVED] Root cause was meta_value in table wp_bb_meta remain unchanged after migration to other site.
Scenario: I had similar problem on forum. I tried removing and re-installing many times. Re-installing means copying my complete wordpress with plugin buddypress folder still didn’t worked. Sometimes i used to get HTTP Error 403 Forbidden while accessing forums. This was error was esp when i used existing installation option from admin page in forums setup under buddypress.
But when I click on setup new bbpress installation I could post on forums but could not see topics.
REASON: I checked the database for table wp_bb_forums and it had entry of new topic, then I checked wp_bb_meta in that incorrect meta value was setup for field meta_value where meta_key is uri , I corrected the url stored in meta_value it was url of my previous website name. I had done migration to new site so the problem. If you face similar conditions just check these values.March 15, 2011 at 3:20 am #107833In reply to: bp_get_the_profile_field_input_name() field name?
Virtuali
Participantbp_get_the_profile_field_input_name() just gets you what they have imputed in the name. As easily read by the statement.
Why are you trying to input in the file? Just go to your admin section of buddypress, and add “Country” as a new text box for the form.
Unless your trying to put it in core fields?
P.S, for future, check this out: Rich has a Great Directory for other Action Hooks, just like above: http://etivite.com/groups/buddypress/hooks/search/component/?c=bp-core
March 15, 2011 at 3:13 am #107832Virtuali
ParticipantLook at the compatibility of the plugin

Looks like Sarah Hasn’t updated that in awhile, as I am surprised it’s been working for you up to your bp/wp versions.
I would contact Sarah on twitter, seems she would get back to you faster.
March 15, 2011 at 3:10 am #107831In reply to: [Resolved] Category Pages Go to White Screen.
Virtuali
ParticipantCategory pages as in- your theme?
If so, I would say this isn’t a buddypress issue.
Use the wordpress forums, or Twenty-Ten Theme Forums if possible.
March 15, 2011 at 3:08 am #107830In reply to: Change Defualt Tab for Sitewide Activity
Virtuali
ParticipantThis could give you some hints: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/changing-group-tab-display-defaults#post-55449
-
AuthorSearch Results