Search Results for 'wordpress'
-
AuthorSearch Results
-
June 1, 2011 at 6:16 pm #113605
In reply to: site is too slow to browse around……
naved
MemberJune 1, 2011 at 6:07 pm #113602In reply to: Good for troop? 3 groups only with 100% control?
Paul Wong-Gibbs
KeymasterIf you’re after just a forum, check out the new bbPress plugin: https://wordpress.org/extend/plugins/bbpress/
June 1, 2011 at 9:50 am #113562In reply to: Loop Standard
Paul Wong-Gibbs
KeymasterAs an aside, we’re going to use custom post types and therefore a lot of the regular WordPress loop in BP 1.4.
June 1, 2011 at 2:56 am #113550In reply to: Main nav bar stopped working after BP install
sidjags
Memberam sure its a clash between your theme files and the menu in BP? Am assuming you are aware that in order to get BP up and running, you need to have a BP theme… its different from any other wordpress theme… this might help you out: https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
June 1, 2011 at 1:25 am #113543In reply to: BuddyPress Chat – Similar to Facebook’s
thewomaninus
MemberI’m using BoWoB http://www.bowob.com/ its a plugin for wordpress but works good with Buddypress as well, not a buddypress addon or anything but it works and its free.
May 31, 2011 at 6:43 pm #113588Andrea Rennick
Participantjobs.wordpress.net
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: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 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 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: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:28 am #113456In reply to: Change Avatar on mouseover like Facebook
Timothy Tarmon Jr
Participant@naijaping hey my mentions tag is this ( @timothyjunior) I would have replied sooner but i really only look at my profile for mentions.
I just checked my own theme for this , and as you said it doesn’t list any folders so I can’t locate mine within wordpress either.
I edit my files threw cpanel. Did you edit your files like instructed?
May 31, 2011 at 12:20 am #113454In reply to: WordPress/BuddyPress Guru
@mercime
ParticipantMay 30, 2011 at 10:22 pm #113447In reply to: WordPress/BuddyPress Guru
Andrea Rennick
ParticipantHere’s another spot to find people:
May 30, 2011 at 8:40 pm #113439In reply to: Change Avatar on mouseover like Facebook
Prince Abiola Ogundipe
Participant@Timothy : i created it at wp-content/themes/(My Theme)/members/single/member-header.php. but funny enough, i cant see members-header.php in my theme file at the wordpress dashboard. i can only see it through my FTC.
thanks
May 30, 2011 at 8:35 pm #113438In reply to: Call to arms – Own your task
dennissmolek
Participant@svenl77
I would go to the trac: https://buddypress.trac.wordpress.org/
and create a ticket for your ideas. This would give other dev’s the chance to look at it, and you can work it much easier than starting threads on the forum. It also keeps all the files you put up so its a good revision tracker.
And what most of us do is create a patch against the newest version of the trunk and the core dev’s check it out and either ad as/is or work to modify it to fit..And I was wondering, if moving the sidebar can be done with just CSS why are we adjusting the markup for it then? I understand to avoid repetitious code but for backpat sake if css can do it, why create more hassle? PS, this is the stuff that can go on the trac.
May 30, 2011 at 6:37 pm #113428In reply to: Installing BP as a extension or subdomain?
intense-fitness.net
MemberHi Andrea,
Thanks for the links! Yes, i want users to have their own blogs, like the wordpress.com site. But also still want to have all the forums and social networking features that BP as to offer. SO where would I put the network? If I want it to look like this: userblog.mydomain.com. Would I set up the network like this: mydomian.com/network or network.mydomain.com? I am confused and thinking I am getting in over my head! Thanks foor the help!
May 30, 2011 at 6:00 pm #113420In reply to: Installing BP as a extension or subdomain?
Andrea Rennick
ParticipantIf you want users to have theor own separate blogs, you need to create a network (enable multisite).
https://codex.wordpress.org/Create_A_Network
http://wpebooks.com/2010/09/how-to-enable-multisite-in-wordpress/Then you can put BP on the main blog or one of the sub blogs fairly easily.
May 30, 2011 at 5:25 pm #113411In reply to: Positive Feedback: Did you see the theme Aristos?
@mercime
Participant@LPH2005 theme looks nice and clean.
WP themes will look similar at one point or another. I’ve seen freebies with similar design as well, though I suspect many/all of them would warrant a visit to the Theme Decoding Thread https://wordpress.org/support/topic/posts-requests-for-theme-decoding-in-here-1?replies=424
May 30, 2011 at 5:03 pm #113406In reply to: BP MENU LINKS NOT WORKING
@mercime
Participant@ppdesigns == pages I’ve created are mysite/wp/index.php/groups ==
BP devs are going to improve support for Windows – IIS servers since adding that index.php for almost pretty permalinks does throw up errors
https://buddypress.trac.wordpress.org/ticket/2299 . In the meantime, if you’re working on Windows XP/7 etc, install XAMPP. Or, if you’re on webhost, move to a Linux/Unix server for a more relaxing experience.@davidbennett what @andrea_r said above. I recommend that you start a new topic of your own.
EDIT- took too long to answer, didn’t see all the conversation already going on
May 30, 2011 at 4:07 pm #113396In reply to: Plugin commander
gregfielding
ParticipantI’ve got the latest wordpress multisite and BP and plugin commander works great for me.
May 30, 2011 at 2:22 pm #113389In reply to: BP MENU LINKS NOT WORKING
ppdesigns
MemberI had already used the template pack but it doesn’t sort the problem. The links on the top menu want to go to…..my site/wp/members/admin/groups (members, forums etc) the links on the bar further down want to go to mysite/wp/groups (members, forums etc) the pages I’ve created are mysite/wp/index.php/groups (members, forums etc) which do work and show what they are supposed to …….so how do I get the other links to go to the pages that work?
I’ve read various things of what to do which is all ok if you know for sure what its all on about…..and I’ve tried loads of different things but nothing seems to be working……I put the members, forums folders in the top folder but I need an a b c guide on how to do it as I’m shooting in the dark really. The members folder I’ve put in the top folder doesn’t have an admin bit inside it
I have been web building for 8 years but there’s still a lot I don’t know & this is getting into this area unless I have an A B C guide of what to do & I’m not the only person who’s had this problem as I’ve read loads of places about it but not seem a simplistic soloution……its a shame cos wordpress is a very easy program to use and that’s why I’m prefering it to a lot of the other programs….. but this buddypress is not
dix
May 30, 2011 at 12:33 pm #113378In reply to: Call to arms – Own your task
Paul Wong-Gibbs
KeymasterHi. Once you’ve made your changes, create a patch, and then upload to https://buddypress.trac.wordpress.org/ (you will need to make a new ticket — one ticket per patch/idea). Then one of the core team will take a look and give feedback/commit as necessary.
As @dennissmolek said, if a child theme has customised, for example single.php, it is important that this change does not render a duplicate sidebar. I am looking forward to see your suggestion.
Also, how much work would it be to make the sidebar go on the left? Is it just a case of changing the CSS or is it lots of work?We’re trying to keep backwards compatibility for the theme as much as possible, as we encourage people to create child themes of it ad don’t want to annoy theme developers.
In general regarding custom post types: we have plans to do this everywhere for BuddyPress 1.4. I am sure that once we are closer to the release of 1.3, we will communicate details for 1.4 on the bpdevel.wordpress.com so everyone can discuss. That may be an appropriate time to kick-start the old groups-as-an-object ticket.
-
AuthorSearch Results