Search Results for 'buddypress'
-
AuthorSearch Results
-
July 27, 2010 at 8:42 pm #87208
In reply to: [resolved] locate_template and child theme chaos
r-a-y
KeymasterYour problem with locate_template could be your leading slash.
Try without and see what happens:
locate_template( array( 'library/components/buddypress/buddypress-postloop.php'), true)locate_template() is a WordPress function, so any bug with it would be a WordPress issue.
July 27, 2010 at 8:35 pm #87204In reply to: [resolved] locate_template and child theme chaos
pinstails
Member@r-a-y it works, you obviously came across this before and it makes sense now that I see it. It really seems a bit off and hackish though, is this an issue with locate_template, buddypress or a “feature”?
July 27, 2010 at 8:32 pm #87202In reply to: [resolved] locate_template and child theme chaos
pinstails
Member@nit3watch thx
July 27, 2010 at 7:33 pm #87198Hugo Ashmore
ParticipantWell that will be plenty
64MB should normally be sufficient but it all depends on what is running. Does the Grid service make you pay a monthly fee to have a healthy PHP mem limit, bit unusual. If you can stretch to it I would get the basic starter VDS from them.July 27, 2010 at 7:15 pm #87200In reply to: Forum Moderation Options
r-a-y
KeymasterTry this:
https://wordpress.org/extend/plugins/buddypress-forums-move-topic-planned-split-and-merge-topic/No merge yet.
July 27, 2010 at 7:03 pm #87196In reply to: Exporting and Importing Buddypress Content
Tony Zeoli
ParticipantThe issue at GoDaddy shared hosting is that only so much memory is allocated to WordPress or WP/BP. On shared hosting, you aren’t going to get the performance you would on dedicated for VPS. I experienced incredibly slow load times with just WP, never mind BP on GoDaddy. I would move to a WordPress friendly host, like MediaTemple, who’s Grid Service offers up to 100 MB of php memory. You’ll need more php memory than 1and1 or GoDaddy offers in their shared packages to run BuddyPress. I’m already crapping out with Memory errors on 1and1, who won’t allot more php memory on a shared account. I’m assuming the same for GoDaddy. I’ve now moved 5 clients off GoDaddy with WordPress sites due to slow load times. They claim you should use WP-SuperCache to serve cached pages, but even then, the first time any user loads a cached page, it takes 3 to 5 seconds. From page to page to page, you’re crawling. I may be incorrect in saying that every user would experience that issue, but it could be accurate too.
July 27, 2010 at 6:36 pm #87192In reply to: Buddypress child theme creating problems
Hugo Ashmore
Participant@modemlooper it was default theme originally , then you must have seen 2010 now I see something called sufusion[sic] not really going to be possible to help with themes changing on a second by second basis
July 27, 2010 at 6:29 pm #87189In reply to: User blog creation with BuddyPress and WP3
r-a-y
Keymaster@uferrpi – You should try the latest version of BP with WP 3.0. You should be able to create user blogs without a problem.
July 27, 2010 at 6:26 pm #87188In reply to: Member since
rich! @ etiviti
Participanthttps://buddypress.org/community/groups/buddypress-member-profile-stats/ will display a member since (ie, nuprn1 has been a member for 3 months, 3 weeks. )
July 27, 2010 at 5:52 pm #87184In reply to: User blog creation with BuddyPress and WP3
Paul Wong-Gibbs
KeymasterMany months.
July 27, 2010 at 5:50 pm #87182In reply to: Extended user profile?
Paul Wong-Gibbs
KeymasterVisit “Profile Field Setup” under the BuddyPRess menu in wp-admin
July 27, 2010 at 5:22 pm #87179In reply to: Missing Side bar in custom theme / formatting issues
modemlooper
ModeratorDid you create a child them for BuddyPress or is this just a WP theme? Need link.
July 27, 2010 at 5:19 pm #87178In reply to: Buddypress child theme creating problems
modemlooper
ModeratorI’m seeing twenty ten not the default theme. Also, I haven’t updated . They may be out of whack with recent version of BP and WP.
July 27, 2010 at 4:13 pm #87177In reply to: Router for root components
smurkas
MemberOk guys I’ve put it up on SVN on Beanstalk. There’s the router here: http://smurkas.svn.beanstalkapp.com/minpt/trunk/buddypress-screen-router and there’s a minimal root component to get you going here: http://smurkas.svn.beanstalkapp.com/minpt/trunk/buddypress-minimal-root-component
The router assumes that the root component is registered via the action bp_setup_globals since it uses the global data to figure out what to route to. The root component works out of the box even though it doesn’t actually do anything, it just sets up all the globals and slug. In this case I’ve put in a screen function for the index action. If you don’t actually need to do any business logic I would recommend removing it and adding a folder in your theme corresponding to the component id (in this case bp_min_root) and putting an index.php file in there instead.
Let me know if it works for you and what you think. I’d love to discuss what conventions to use for this kind of thing.
July 27, 2010 at 3:52 pm #87175Rebecca Thompson
Participantr-a-y,
I dont see that .php folder. where is it? UGH!July 27, 2010 at 3:45 pm #87172In reply to: Buddypress child theme creating problems
Hugo Ashmore
ParticipantHmm there are too many overflow:hiddens really, some are not required, such as on floated elements as floats create their own new stacking context and therefore have to contain floated children, and there is a mix of float:left and position:absolute on the same element in the centre column where both can never exist together pos:abs overules float, have you been making adjustments to the layout containers for this child theme? I would need to look closer to see where best to correct issues but a few overflows should probably be removed and replaced with a clearfix solution or simply removed.
Regards bumping threads: please wait a little bit longer than one hour, that is far too soon to be bumping threads for attention, generally rule of thumb on this and other forums is 24 hours.
July 27, 2010 at 3:35 pm #87171In reply to: Buddypress child theme creating problems
aleenmohammed
MemberAnyone??
July 27, 2010 at 2:57 pm #87166Wayne Moses Burke
ParticipantI struggled with inserting the code that @r-a-y provided above until I realized that in copying it, the single quote marks became opening and closing quote marks. A simple fix with a lot of running around attached to it. Thought someone else may find this helpful.
July 27, 2010 at 1:35 pm #87161ri-kun
ParticipantUpdate
https://codex.wordpress.org/User:Andrea/Create_A_Network
^
I did this and my base wordpress installed blog added to the blog directory and become a blog by everyone who have registered. How can I remove the main site in the directory and how can I not make this as everyones blogJuly 27, 2010 at 1:06 pm #87158In reply to: User blog creation with BuddyPress and WP3
uferrpi
MemberThanks.
Do you have an idea when BP 1.3 will be available?
July 27, 2010 at 7:42 am #87132caplain
MemberAccording to my plugins page and the buddypress readme file, I am using 1.2.5. I guess I can download again – strange that I ended up with different code. However, buddypress was working fine for a couple of weeks. Then after no code changes to anything in wordpress or buddypress, this error popped up.
July 27, 2010 at 6:26 am #87128Paul Wong-Gibbs
KeymasterThere you go! Good work @lu5dx
July 27, 2010 at 6:23 am #87127Paul Wong-Gibbs
KeymasterYou’re not running the latest version of BuddyPress, are you? Compare against https://svn.buddypress.org/tags/1.2.5.2/bp-groups/bp-groups-classes.php
July 27, 2010 at 5:02 am #87124In reply to: Router for root components
July 27, 2010 at 3:50 am #87121lu5dx
ParticipantHere is the result.
In my case it was face stream the plugin causing the groups/forums problem.I’ve re-installed and tested the following plugins/themes and everything works as it should. With the exception of FaceStream.
My advice is once you have the base installation up and running with the groups and forums. Go step by step activating one plugin at a time and testing the group/forum functionality.
Regards.
Martin
TwettStream – OK
FaceStream – Failed It corrupted the group functionality. (If you uninstall and delete the plugin
group and forums start to work normally)
BuddyPress Like – OK
oEmbed for BuddyPress – OK
BuddyPress Classifieds – OK
BuddyPress Rate Forum Posts – OK
BuddyPress Links – OK
BuddyPress Album+ – OK
BuddyPress Group Forum Extras – OK
BuddyPress Site Wide Activity Widget – OK
BuddyPress Community Stats 0.2.0 – OK-Themes.
Installed Default Buddy Press theme – ok.
Installed Fishbook – ok -
AuthorSearch Results