Search Results for 'buddypress'
-
AuthorSearch Results
-
May 9, 2010 at 6:32 pm #77366
Andrea
Participant@r-a-y The name still shows up when users leave a comments on a blog… also I understand what your are saying about the “name” field, but i still believe that it should be up to each webmaster to decided if that field should be used or not in the “Profile Field Setup”. If you manually create a user from your main admin, you don’t get asked a name, just the username.
May 9, 2010 at 6:28 pm #77365In reply to: installing bbForums on existing buddypress site
Steve Ford
Participantok, I think I am almost there…… I have css style sheet for buddypress here:
/*
Theme Name: PEP New Theme
Theme URI: http://www.privateenglishportal.com/
Description: This is the WPMU + BuddyPress theme customized specially for privateenglishportal.com
Version: 1.0
Author: Tejaswini
Author URI: http://www.clickonf5.org/
Tags: buddypress, fresh
Template: bp-default
*/
@import url( _inc/css/default.css );
@import url( _inc/css/adminbar.css );
@import url( _inc/css/custom.css );and style sheet for main MU page is much longer, wasn’t sure where to paste your code.
Thx
Steve
May 9, 2010 at 6:09 pm #77361In reply to: installing bbForums on existing buddypress site
r-a-y
KeymasterAdd the following to your theme’s stylesheet:
div#topic-meta h3 {padding-bottom: 1em;}May 9, 2010 at 6:07 pm #77363In reply to: installing bbForums on existing buddypress site
Steve Ford
ParticipantRay! Thanks! I just got it to work . Faaaaaaabulous.
There is one issue with the Forum title being larger in text size than the field can take. http://privateenglishportal.com/forumsTEXT.jpg
Any ideas how I could change that?Thanks so much!
Steve
May 9, 2010 at 5:59 pm #77359agrundner
Member@dwenaus another option for plugin development would be to create a project on http://GitHub.com. There’s a handful of BP plugins up there already and GitHub can provide a DONATION widget powered by http://Pledgie.com. Example project with the donation widget: http://github.com/gmate/gmate
Personally, I’d rather see a leader take charge of a plugin and then invite other developers to collaborate. The plugin itself would be FREE, but any funds gathered through GitHub and BP > Extend > Plugin > Donate will be split amongst the developers involved.
May 9, 2010 at 5:48 pm #77275In reply to: Blank page after login – only in Firefox
orca239
ParticipantSome additional information:
I have tested it with Firefox in safe mode and have the same problem.
I tried using other BuddyPress themes, but the same thing happens.
If BuddyPress is disabled, then the problem doesn’t occur.
The problem does not occur if the user that is logging in does not have posting rights.Thanks for any help.
May 9, 2010 at 5:44 pm #77356In reply to: BuddyPress-Links 0.4.x Releases and Support
azreeceli
MemberHI Mr Maz, i am having a difficulties in using and managing the links.
I have already created a few categories for my links and tried to post some links in each of the categories.
But the problem occurs for some of the category filtering where not all of the categories are were correctly filtered.For an example.
i have category A, B C and D
When i go to the links page it will show all A,B,C,D filters in one list
when i filtered for category A, it works fine
but when i filter category D to be viewed, it has an error on it (where it fails to filter the right category i choose in the category drop down list)… How can i fix this?i’ve deleted the links and the category and created a new one, but i still happening again
Any solution for this? By the way this plugin is a good plugin. Thanks
May 9, 2010 at 5:29 pm #77355In reply to: when release of BP 1.2.4
r-a-y
KeymasterNot likely. I would guess sometime this week?
Just keep watching Trac for updates – https://trac.buddypress.org/timelineMay 9, 2010 at 5:26 pm #77353In reply to: installing bbForums on existing buddypress site
r-a-y
KeymasterThere’s a bug with the “New Topic” dropdown menu that will be fixed in the next release of BP.
You first need to enable the discussion forum for each group before you can post a topic.
Navigate to the group admin page for the group you want to add a forum to. Go to “Group Settings” and enable discussion forum. Save.
Now attempt to post a new topic.See if that works.
May 9, 2010 at 5:26 pm #77352In reply to: Compose Message
@mercime
ParticipantSure, you can manipulate page layouts with CSS. Before going further, what theme are you using? Also – help us help you.
May 9, 2010 at 5:25 pm #77351In reply to: installing bbForums on existing buddypress site
Steve Ford
ParticipantPS. In response to your question, I had no prior bbpress installed prior. This was a first time install onto my Worpress MU/Buddypress
May 9, 2010 at 5:23 pm #77350In reply to: installing bbForums on existing buddypress site
Steve Ford
ParticipantThanks Ray! I was successful at installing BBpress forums by making sure that file was cut and pasted to my root directory.
Admin panel on wordpress says that bbpress forums has been successfull integrated into buddypress.
Sadly I can’t get it to show up on my groups tab nor my header on my page.
I was able to get the forums by typing in the following address:
http://privateenglishportal.com/forums
When I try to post new topic, everything just disappears as if I had posted nothing.
Any suggestions would be greatly appreciated!Thanks,
Steve
May 9, 2010 at 5:07 pm #77347In reply to: installing bbForums on existing buddypress site
r-a-y
KeymasterDo you have your own separate bbPress forums already setup?
If not, just go ahead with the one-click forums install!May 9, 2010 at 4:55 pm #77346In reply to: buddypress wp plugin fatal error help
Hugo Ashmore
ParticipantYes on a separate line. take care though and be prepared to backtrack to a good version of the file.
May 9, 2010 at 4:48 pm #77341In reply to: buddypress wp plugin fatal error help
a depaula
ParticipantI don’t seem to have a php ini file, I had the 64m code in my wp-config file from the installation, I found the httaccess do I add the code as written above to the httaccess page?
May 9, 2010 at 4:44 pm #77340Andrea
Participant@rossagrant Yes i just saw that… also the full name still shows when users leave a comment in a blog. I think we need to come up with something else before i upload this code as a plugin…
I’m considering modifying the registration page to “hide” the name field all together, but since it’s required, i need to find a way to fill in the name field using the data entered in the username field… Maybe using JavaScript… not sure yet
I’ll let you knowMay 9, 2010 at 4:37 pm #77338In reply to: buddypress wp plugin fatal error help
Hugo Ashmore
Participantphp.ini is a global conf file for php. If you are running your own server you need to locate the file and open in a text editor and find the right line and adjust from 32 to 64. If you are on a shared host then you might get away with adding a line to the .htaccess file – that should be in your root directory – like thus:
php_value memory_limit 64MThis though will only work if a shared host has allowed this particular directive to be set, and I would have thought they wouldn’t but it’s worth a shot!
May 9, 2010 at 4:30 pm #77335In reply to: buddypress wp plugin fatal error help
a depaula
ParticipantThanks HNLA How do I code this into php ini (Memory=64mb?)and in what part of the code page do I add the memory upgrade?(top, middle, bottom?) I’ve never done that before so I may as well ask before I start adding the wrong stuff.
May 9, 2010 at 4:29 pm #77334In reply to: Must log-in to see any page
Hugo Ashmore
ParticipantAn earlier thread might work for you. Always run a quick search

https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/members-only-2/
May 9, 2010 at 4:19 pm #77333In reply to: buddypress wp plugin fatal error help
Hugo Ashmore
ParticipantSounds as though your PHP script memory limit is too low iirc 16mb is default, 32mb the value I always change it to and the guys here tend to recommend setting it to 64mb. This is changed in php.ini if you have no access to the global settings for PHP on the server then you can set it via htaccess or failing both of these approaches contact your server hosts and put the problem to them and see if they can resolve for you.
May 9, 2010 at 4:18 pm #77332@mercime
ParticipantRe CosmicBuddy theme, do you have the upgraded one compatible with BP 1.2?
As for Ines and Skyper themes by milo, the theme support forum is hereThere are also other BP Child themes available that should be compatible with BP 1.2
https://buddypress.org/extend/themes/May 9, 2010 at 3:53 pm #77330In reply to: Order of posts in Group forums
rossagrant
Participanthttps://trac.buddypress.org/ticket/2354
So the patch there enables the order of forum posts to be reversed with the latest on page one.
How do I apply a patch or can anyone turn this into a plugin?
May 9, 2010 at 3:40 pm #77328Andrea
ParticipantThanks for the great help @r-a-y and @rossagrant
I’ve just turn this code into a small plugin for people who don’t want to mess around in the code. I’m going to see if I can upload it to the extend section. I think i’m going to call it “BP Username Fix”
May 9, 2010 at 3:25 pm #77325In reply to: Marketplace plugin for WP3 & Buddypress 1.2
cavamondo
ParticipantYeah, but dos it work on WP3 and BP 1.2? .. tried it ot, but it wont upload pictures, and display the classified once it has been created. Also guest cant see the classified, even though they are set to be able to.
May 9, 2010 at 2:40 pm #77321In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
Peter Kirn
Participant@r-a-y: Excellent. Let me refactor the code accordingly, as I think we’re in agreement that the ultimate goal is to do one wp-recaptcha that works everywhere. I need to actually go off the new 3.0 codebase from Blaenk, anyway; won’t be hard to do that. Once I have a new version up, I’ll have it in Git; that way, other BP users can look at it and try it out before there’s an official release bringing wp-recaptcha and the temporary bp version back together later this summer.
-
AuthorSearch Results