Search Results for 'buddypress'
-
AuthorSearch Results
-
May 31, 2011 at 7:28 pm #113523
Hugo Ashmore
Participant@naved I’ve removed that posted file as it was causing issues and wasn’t the right type of file.
May 31, 2011 at 6:42 pm #113585Andrea Rennick
Participant@naved and post a liunk to your site so we can see what theme you;re using.
As hnla said, don;t paste long pieces of code liek that. and you;re looking in the wrong spot. that;s a core wp file which you will never edit. the linsk will show *dynamically* in your theme.
May 31, 2011 at 6:41 pm #113584In reply to: how to change the footer of my website ?
Hugo Ashmore
Participantin the theme folder that has your BP theme files. What are you actually running, is BP installed and activated, and are you using the default theme? if so the theme files live in the buddypress plugin directory but you shouldn’t edit them directly.
May 31, 2011 at 5:51 pm #113514johnkim1968
ParticipantWell, I tried it, can’t get it to work. Where can I post as a paid job for Buddypress specifically?
May 31, 2011 at 4:47 pm #113510naved
Memberthnx buddy i had fixed it
May 31, 2011 at 4:08 pm #113507Andrea Rennick
ParticipantThat is excellent news.
May 31, 2011 at 4:06 pm #113506Andrea Rennick
Participantlink to your site please.
I suspect it’s either permalinks or you haven’t finished setting up compatibility in your theme.
May 31, 2011 at 4:05 pm #113505In reply to: Registration email not being sent
Andrea Rennick
Participant“and it does support sending email and has for a few new user registrations.”
So it has actually *sent* mail.
Edit:
Your server is not the problem. Not entirely anyway. I signed up to your site and got two emails – one with an activation link and one confirmation email. Exactly like I am supposed to.
So your problem is *not* the server is not sending email. The problem is some of the people signing up are not getting them. Which means it’s mostly on their end. You can do a reverse dns entry, like @hnla stated above, but really that’s all you can do for some places like Hotmail & Comcast.
May 31, 2011 at 2:35 pm #113497@mikey3d
ParticipantI was just looking for BuddyPress or WordPress sites if they have the end of redirect trailing slash URL without duplicate content:
Who doesn’t have the redirect to trailing slash?
http://bp-tricks.com/members
http://commons.gc.cuny.edu/members
http://savannahvideocentral.com/members
http://yoast.com/articles/wordpress-seoOnly this has working:
https://wordpress.org/about/philosophy
Most of them don’t even know the problem.
May 31, 2011 at 2:23 pm #113494In reply to: Call to arms – Own your task
Sven Lehnert
Participantone more:
by reading the code, I can see the locate_template() function comes with 3 parameters
locate_template($template_names, $load = false, $require_once = true )
the third parameter “$require_once” is ignored in buddypress and default is true
locate_template( array( ‘sidebar.php’ ), true )
that means the conflict could just happen by using something like this
locate_template( array( ‘sidebar.php’ ), true, false ); where $require_once is false.
May 31, 2011 at 2:09 pm #113493@mikey3d
ParticipantI got it working by add rewrite rules trailing slash to the end of the URL in .htaccess:
`
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://domain.com/blog/$1/ [L,R=301]
`Make sure the above codes are before the # BEGIN WordPress rewrite rules.
Don’t use @r-a-y codes.
May 31, 2011 at 1:42 pm #113491In reply to: Displaying forum topic tags
May 31, 2011 at 11:50 am #113488In reply to: BP album + organize by albums
4colourprogress
ParticipantHi Chris,
Member albums is not a feature of BP Album + however it is a feature of the next big release (1.9), you can download a nightly release of the plug-in from the link below but be aware that the plug-in isn’t finished yet and may contain bugs.
https://code.google.com/p/buddypress-media/downloads/list
Cheers
Chris
May 31, 2011 at 11:44 am #113487In reply to: Call to arms – Own your task
Sven Lehnert
ParticipantHi,
thanks @djpaul for the instructions. We will write a patch hopefully until Friday.
I guess some things were misunderstood… to switch from right to left is easy done by css, but has nothing to do with the double sidebar conflict we need to avoid, if a plugin comes with a sidebar and we add one in the footer too.
I guess best is just to write the patch and check if it fits the needs.
To have an option page is a great idea, but more a feature for me than a bugfix. I’d like to concentrate on the basics first. Actually, to move the sidebar in the footer is one step to have options built in much more easy.
For the future, I believe the bbpress way of handling templates files is a good example and like I understood, the idea behind is that we will have no need of header, footer, sidebars and so on, we just deliver the content part and make themedesign much easier this way.
looking forward
May 31, 2011 at 9:48 am #113485In reply to: Sort by xprofile field on Members page
mistercyril
ParticipantHello guys,
I’m interested in doing the same thing. Have you figured out a way of doing this without writing an SQL query?
I would be ok with hard coding the field I need to sort by.
My current query looks like this (default buddypress) but how can I have it look for a specific field value?
`$queryString = “type=alphabetical&action=alphabetical&per_page=150”;`In WordPress I would use this `orderby=field_name` but thats not doing anything here…
Any help would be greatly appreciated,
Thanks,
C.May 31, 2011 at 7:21 am #113482In reply to: Improving Performance (How do you Cache Buddypress)?
skippybosco
Member@gregfielding : The APC Object Cache Backed (https://wordpress.org/extend/plugins/apc/) plugin seems to work with Buddypress.
May 31, 2011 at 6:23 am #113481In reply to: Call to arms – Own your task
Paul Wong-Gibbs
KeymasterFor the future, if it would be appropriate for the bundled BuddyPress theme to have an options panel (with the same type of idea as twentyeleven), I think it could make sense. However, always keep in mind Decisions not options. But for BP 1.3, bearing in mind that we want to have a beta as soon as we can manage, I am not convinced there is enough development time*.
What are the options that you would propose to have in a theme options panel?
May 31, 2011 at 5:41 am #113479In reply to: Buddypress login by facebook, twitter etc
jwokelly
MemberYou can try Social Snap In which allows login via Twitter, FB, Gmail and Yahoo.
May 31, 2011 at 4:19 am #113476In reply to: BuddyPress Template Pack 1.1 upgrade
stwc
Participant@boonebgorges I’m a pretty much advanced-level BP template wrangler at this point, but I am confused about the instructions for upgrading this, or even if it’s necessary. Everything seems to be working fine as it is, so I’m a little leery.
I’m using a custom theme I put together, and I’ve got the older BP Template pack enabled. I’ve made major customizations to most of the BP-specific template files in my theme in MyTheme/activity, /groups, /members and so on.
What I’m very unclear on is what the process would be in upgrading the template pack plugin, and what exactly is going to happen when (if) I do so.
I’d very much appreciate some detailed guidance on this. Thanks!
May 31, 2011 at 3:18 am #113470In reply to: Improving Performance (How do you Cache Buddypress)?
Austin Nichols
MemberThanks for the links. It’s some good information on setting up CDN, but they don’t address caching and Buddypress.
From the bp-tricks article:
“Step 3: Installing and Configuring W3 Total Cache for CDN usage
Use the plugin browser to install W3 Total Cache and activate it. In the near future I’ll be posting an extensive guide for a more complete setup of W3 Total Cache, but due to the nature of BuddyPress that is a pretty complicated process.”May 31, 2011 at 2:28 am #113467In reply to: 404 error one Buddypress installation
amanda.everse@gmail.com
MemberThe iis.patch DID NOT work for me. I’ve looked everywhere for a solution. None yet. Hope someone can post an answer soon.
May 31, 2011 at 2:14 am #113465In reply to: Improving Performance (How do you Cache Buddypress)?
LPH2005
ParticipantHere is a guide from Rackspace – for their servers – but it’ll get you started.
http://www.rackspace.com/cloud/blog/2010/09/02/optimize-your-wordpress-site-with-w3-total-cache/
And here is another from bp-tricks
http://bp-tricks.com/featured/the-perfect-cdn-setup-for-buddypress-using-maxcdn-and-w3-total-cache/
May 31, 2011 at 12:36 am #113460In reply to: Automatic Group Joining
@mercime
ParticipantRead through to the end of this thread, no guarantees though
https://buddypress.org/community/groups/creating-extending/forum/topic/auto-group-join-plugin-added/May 31, 2011 at 12:33 am #113459In reply to: Where can I get information on setting up BP blogs?
@mercime
Participant1. https://codex.wordpress.org/Create_A_Network first with all plugins deactivated and using twentyten theme
2. Then allow Blog Creation in dashboard BuddyPress > General Settings
May 31, 2011 at 12:31 am #113458 -
AuthorSearch Results