Search Results for 'buddypress'
-
AuthorSearch Results
-
May 29, 2012 at 7:18 pm #135234
In reply to: [Resolved] Compatibility Issue with Karma Theme
@mercime
Participant@jen915 WP themes can be made compatible with BuddyPress by installing and activating the BP Template Pack plugin then going through Appearance > BP Compatibility process. The last step would basically involve copying and pasting from the code I posted above to a file created above per instruction and uploading it to server.
Since I have never used Karma theme, I cannot offer any guarantee that even after you’ve fixed the layout of the BP template files to adopt your theme’s layout, that there won’t be any javascript or AJAX conflicts – as I’ve seen in 2 of the more advanced themes.
May 29, 2012 at 6:55 pm #135233In reply to: Google not indexing BuddyPress Forum content
@mercime
ParticipantPer roadmap, BP 1.6 ==> BP Group Forums will be migrated to Sitewide Forums/bbPress 2.1 which is more easily indexed by Google
May 29, 2012 at 6:53 pm #135232In reply to: [Resolved] Compatibility Issue with Karma Theme
jen915
Member@mercime Yes, they are all blank because I haven’t attempted integrating them yet. I don’t know code (just basic wordpress user here) so I was afraid I would mess things up if I started messing around, especially since the karma theme wasn’t made for buddypress. I contacted an outside expert to help me but just wanted to reach out to someone who possibly used buddypress with karma to see how it worked out, if it worked well, before I pay this person and take all this time to try to make it work. (BP Version 1.5.5, Karma 2.6.9, WP Version 3.3.2)
May 29, 2012 at 6:44 pm #135231In reply to: [Resolved] Compatibility Issue with Karma Theme
@mercime
Participant@jen915 WP/BP versions? Did you go through the Installation Wizard after activating BuddyPress? What are the URI’s of your BuddyPress Pages? I get blank pages when I go to your site and append /groups or /members to your domain uri.
May 29, 2012 at 5:30 pm #135228In reply to: [Resolved] Compatibility Issue with Karma Theme
jen915
MemberHi! I also chose the karma theme and then found out I couldn’t easily integrate buddypress. Were you able to do it successfully? My site is for a school and I want parents to be able to log in to see teacher pages. Do you think this is possible? testingfms.com
thanks for any input.
May 29, 2012 at 2:32 pm #135224In reply to: Allow site admin manage Buddypress
hernangomez
ParticipantThanks anyway for your quick response.
May 29, 2012 at 2:14 pm #135223In reply to: Anonymous User Comments Defaulting to Site Admin
Tommy White
ParticipantHi Paul,
Yes it is using my Gravatar and the user name when enabled. If I disable Buddypress it uses the default mystery man gravatar and the name the poster used when writing the comment.
Does BP read off of the posters IP address by chance for anonymous postings?
Hope that makes sense!
May 29, 2012 at 12:34 pm #135222Hugo Ashmore
ParticipantThe best approach is to create a child theme, this is actually extremely simple, however it does require a number of steps.
1. You need to create a new folder under/in /wp-content/themes/2. In that folder you need to create a blank file called style.css
3. in that file you add :
`
/*
Theme Name: my theme name
Theme URI: http://buddypress.org
Description: a description – non essential.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Author: yourself
Author URI: ?your site
Template: bp-default
Tags: buddypress, two-columns, fixed-width, whatever other keywords are applicable
*/
`
To do this you will need some form of access to your site server either FTP or via your Cpanel/plesk file manager to create folders /files.Once you have that done then it’s simply a matter of going to ‘themes’ in the dashboard where you’ll be able to select your new theme.
At this stage as you only have a style.css file BP uses all of the default BP theme files including it’s own styles so activating your new theme will cause no apparent change – good! However you now have the ability to use style.css to add CSS properties/ rulesets that will be read after the BP ones and thus overwrite what may already have been set.
Using the WP editor under ‘appearence’ you should be able to select your child themes style.css and simply add the line:
body {font-size: 100%;}
or:
body {font: 100%/1.4 arial, ‘another font’, sans-serif’}
If the above is too awkward to accomplish then you will probably have to settle for editing the bp-default stylesheet directly and changing the ’12px’ on the body rule for ‘100%’ but those changes would be lost in any upgrades and have to be re-done.
May 29, 2012 at 12:06 pm #135221In reply to: Allow site admin manage Buddypress
Paul Wong-Gibbs
KeymasterNot possible yet.
May 29, 2012 at 7:16 am #135219In reply to: image beside username by user role
@ChrisClayton
ParticipantYou will need to make a function that finds the role for the displayed user.
See: https://codex.wordpress.org/Class_Reference/WP_User
You will want to use a BuddyPress function in the ID paramenter instead of the wordpress functions shown in that codex article (see BP codex).Havn’t looked into it fully for what your trying to do, but you will proburbly want to filter ‘bp_core_get_username’ and echo the function we made above.
May 29, 2012 at 5:54 am #135217Paul Wong-Gibbs
KeymasterWell, it’s one of the things I am more interested in to look at adding to core. Of course, just like anyone else, I need to make the case to the rest of the team that there ought to be a Like in BuddyPress, which is why I had a bit of an experiment in my Labs plugin.
If people like the idea for core, I would suggest they think the idea of a Like button through — bearing in mind we are changing how theming will be easier in 1.7 — in terms of where the button(s) should be, what should it do, any options it might merit, how it would replace Activity’s existing Favourite button. Perhaps even think about how it could be implemented in the code, and where the likes should be stored in a database, and how other 3rd party plugins could extend the Like button (I might want to make it work with my Achievements for BuddyPress, for example).
Once you’ve got something meaty, either post it somewhere on the BuddyPress.org forums, or make an enhancement ticket on https://buddypress.trac.wordpress.org/
May 29, 2012 at 5:44 am #135216In reply to: Help us… get help…
@mercime
Participant@artsupplywarehouse the new links have been added to the Help Us Help You page. Thanks for the reminder to update the links.
May 29, 2012 at 5:36 am #135215In reply to: Google not indexing BuddyPress Forum content
Nathan Pinno
ParticipantI’m also interested in this, as forums will be an important part of my site when I put it up.
May 29, 2012 at 3:15 am #135210@mercime
Participant== Does the same thing in the bp-default theme? ==
Are you asking me if the issue will still be there using bp-default theme or are you telling me that it’s doing the same thing using the bp-default theme and mistakenly added the question mark?
The thing is, there’s something wrong with your BP theme – Bodybuilder Yukon ‘child theme – or your customization of the theme. I can’t even open up the site activity page. There are BP pages like my test account > activity > friends which is not rendering at all and the source code shows that it ends at “ Aside from which, each page takes too long to load, So different from what I see for example at http://demos.ithemes.com/buddypress/yukon/members/justin/
Is this a test site or did you install WP/BP in a physical subdirectory?
May 29, 2012 at 2:10 am #135209In reply to: Filter Profile Field Question?
mrjarbenne
ParticipantSomething like this would do what you are looking for: https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
I run it on a School Board site where students and teachers self identify what school they are from in a dropdown, and that link takes you to a member directory of all of the users who selected something similar.
If the options were small enough, you could probably create a custom menu for each item that would take people to the listing for each selection using the URL format: http://domain.com/members/?s=photographer.
May 29, 2012 at 1:15 am #135207In reply to: bp site-wide forums
Mike3853
Memberwell my buddypress forums page is http://msflights.net/xforumsx
but my archive slug in forum settings is http://msflights.net/forumsIf I change the puddypress forums page slug to the same as the forum setting page (/forums) the links don’t work because its some kinda of conflict having them both the same slug.
Is there a way to make the buddypress forum page link to the correct slug? Or should I just delete the buddypress forum page and link it with a new page?
May 28, 2012 at 11:55 pm #135205In reply to: image beside username by user role
mrjarbenne
ParticipantYou could do it manually with something like this: https://wordpress.org/extend/plugins/buddypress-verified/. I’m not savvy enough to suggest how something like this could be built, but you might find that this is a good starting point.
May 28, 2012 at 10:52 pm #135200In reply to: avatar folder to one folder
shanebp
Moderator@wassimo – it would require a major rewrite of many files.
Much easier solution would be to find decent hosting.May 28, 2012 at 10:43 pm #135198shanebp
ModeratorCurrently, favs are stored as serialized array in wp_usermeta.
The OP is just asking for a total count.
Pretty easy to hook in and ++ / — a count within wp_bp_activity_meta table.But a custom table would be better, imo,
You could use it for a total count scan.
And you could get specific about favs based all members – not just favs specific to a member as per the serialized array.AND – get it out of wp_usermeta table – hurrah.!
The use of that table is becoming a real scalability issue.
Things like last_activity in user_meta is slooooow.
I think boone wants to move last_activity for BP 1.7 and use an existing activity table.So maybe a redo of favorites is a natural task for 1.7 ?
edit – just saw the Paul comment that says:
“During development of BuddyPress 1.7, I’ll be revisiting the Like in BP Labs.”Cool.
May 28, 2012 at 10:27 pm #135196mrjarbenne
Participant@djpaul was creating something “like” this in his BP Labs plugin. Here’s a link: http://byotos.com/2011/12/19/bp-labs-you-may-like-this/
May 28, 2012 at 9:47 pm #135193thirstcard
Member+1 to making global.js less dependent on theme markup. It would be nice to be able to run riot on a new theme and not have to worry about removing any of the default markup.
Also, as BuddyPress is developed further, it would be nice to see more of the language removed from the core. At the moment I have to create a new language file with isn’t ideal.
All this said, BuddyPress is a fantastic product. Very impressed how far it has come in such a short time.
May 28, 2012 at 8:38 pm #135188In reply to: bp site-wide forums
@mercime
ParticipantYou mean your Archive Slug for your Sitewide Forums and the Page name were also xforumsx as per your post above, Buddypress Forums page ( http://msflights.net/xforumsx ) ?
May 28, 2012 at 8:35 pm #135187thirstcard
MemberWe seem to be in the same position and I agree as a developer you really do need to respect the BuddyPress classes and IDs in order for the JS to work properly. I found that out the hard way :}
Anyway, my solution to my question was a CSS one. This works nicely for me.
div.activity-comments form.ac-form {
display: none;
}May 28, 2012 at 8:27 pm #135186In reply to: Member Profile – Tab Transitioning and Sidebars
@mercime
ParticipantThat would require major changes in your theme files. See how @sbrajesh at BuddyDev help others do this http://buddydev.com/forums/topic/ajax-tabs
DISCLAIMER – you’d need to update some deprecated or revised template tags/functions.May 28, 2012 at 8:03 pm #135183@mercime
ParticipantThat would be at line 27 of https://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-themes/bp-default/registration/register.php which should be located at wp-content/themes/yourCurrentTheme/registration/register.php
-
AuthorSearch Results