Search Results for 'buddypress'
-
AuthorSearch Results
-
July 22, 2010 at 2:11 am #86567
In reply to: WordPress theme vs BuddyPress theme
B.
ParticipantThanks everyone, I was going to say after the first two post that I was going to jump into Child Theming something I’ve wanted to do for a while. The second two post sound more like using the theme pack and making a standard theme may be a better option. Ah, I’m back where I started! I think I’m leaning towards child theme for two reasons 1) it’s something I’ve wanted to learn and 2) It has all the BP ajax, CSS, etc.
Thanks for your input thus far and I encourage you to keep it coming.
July 22, 2010 at 1:30 am #86565In reply to: BuddyPress Forums WYSIWYG
modemlooper
Moderatorhttps://wordpress.org/extend/plugins/bp-tinymce/
but it was for the old BP
July 22, 2010 at 12:31 am #86563In reply to: TwentyTen child theme for BuddyPress
Andrea Rennick
ParticipantYou don;t need to create a child theme if you’ve downloaded one to use. And you need to keep the parent them there too.
Which theme did you want to use? TwentyTen? If you have the twentyten child theme I did, then activate that one. Leave the rest where they are.
July 22, 2010 at 12:00 am #86562In reply to: WordPress theme vs BuddyPress theme
Andrea Rennick
ParticipantI only start with a child theme off the default BP theme, *if* the markup of the non bp-areas (blog pages, etc) is close to what I want in the end.
July 21, 2010 at 11:09 pm #86559In reply to: New Buddypress Groups design.. Group Hierarchy
Vera Schafer
ParticipantI’ve been following this thread closely because this is what I need to go live. My site would involve a lot of sub-groups for each continent/country and then sub-groups for the countries. I wish I could help you folks but I’m not a programmer. I’ve seen requests all over the net for what seems to be a premium plugin now. Good luck!
July 21, 2010 at 10:58 pm #86558In reply to: WP-minify and new version of Buddypress
r-a-y
KeymasterI noticed with database caching on in W3 Total Cache that if someone registered on a BP site, two additional accounts would be created with the same username, but their user ID for each of these new accounts would be different. So unfortunately I had to disable database caching.
Haven’t tried W3 Total Cache 0.9 to see if this is fixed.
July 21, 2010 at 10:54 pm #86557In reply to: WP-minify and new version of Buddypress
Pisanojm
Participant@paul_gibbs we are also seeing issues using object-cache with BuddyPress and w3 total cache, most notably this manifests itself when trying to send Private Messages… We are using Minify, Database Cache, CDN (Amazon s3), and Browswer Cache (Developmental Version of Plugin)…
July 21, 2010 at 10:40 pm #86555In reply to: WP-minify and new version of Buddypress
Paul Wong-Gibbs
KeymasterYes, don’t use page caching with BuddyPress.
@jmarino I have no problem with W3TC’s CDN on BudddyPress.
July 21, 2010 at 10:37 pm #86550In reply to: WordPress theme vs BuddyPress theme
Paul Wong-Gibbs
KeymasterI disagree. Using the BP Template Pack and building as a child theme of BP-Default have their respective advantages and disadvantages.
An advantage of using the Template Pack which I feel you’re overlooking is that it allows theme designers to quickly get the required template/css/js files into their custom theme. This is a lot quicker for a non-BP-expert than figuring out which files are required. The designer then has two options; add, possibly duplicate, your CSS to style the BuddyPress templates to match the rest of the site, or use the Template Pack files as a skeleton, which the designer can then use to rebuild those templates to their own HTML/CSS specifications (perhaps to use a theme framework).
July 21, 2010 at 10:16 pm #86548Helene Goldberg
ParticipantOK, no problem everyone, I’ve figured it out. I just had to disable Global Forum Directory in BuddyPress –> Settings, and now the tab is gone too. Pity, I’d prefer to have that enabled, and see all the topics. Dilemma is that it’d be really great to have that global forum directory I think, we’d just have to change our groups from private to public, and I don’t know if we want to do that.
July 21, 2010 at 10:12 pm #86547In reply to: New Buddypress Groups design.. Group Hierarchy
sicksight
Participant@firetag perfect! just started thinking how to implement group categories! let me know if you need help!
July 21, 2010 at 9:12 pm #86537In reply to: WordPress theme vs BuddyPress theme
modemlooper
ModeratorDon’t use template pack. That’s a quick fix to get WP users without theming skills using BP. For the long run you are better using a child theme as a start. Upgrades are easy this way too.
July 21, 2010 at 8:54 pm #86535In reply to: WordPress theme vs BuddyPress theme
Roger Coathup
ParticipantHi, we always create a child theme derived from the BuddyPress default theme (we are on our 5th commercial BP project at the moment).
We customise heavily, change an awful lot of the CSS, and tear our hair out at the masses of unnecessary divs and classes. But, on the other hand it does give us a huge head start – BuddyPress needs a lot of template files and loops that aren’t in standard WordPress themes.
If you are happy with the default structures and functionality, you can get a long way quickly with this approach. Styling the layouts to your needs.
If you want to add new functionality, seriously enhance the loops, and so on – you are in for a bigger challenge – it’s not as easy as WordPress theming, you quickly end up in hooks, filters and plugins (which you can usually avoid in standard WP theming), and a fairly restricted API (which is due to get better, and better documented). The joys of building on the sands of a still relatively early stage project.
Good luck – I’m sure you’ll create a great site.
Roger
p.s. setting up a child theme is straightforward – a few lines in your style.css. We typically mimic the folder structure of the default theme, copy over just the files we are specialising (most of them!), and work from there. Only strange thing is functions.php – a functions.php in your child theme doesn’t override the one in the parent theme, both are used.
p.p.s. I can’t comment on the theme pack plugin… I haven’t used it
July 21, 2010 at 8:44 pm #86533In reply to: is_admin for group admin, can’t find it?
nit3watch
Participant@boonebgorges thinking about it and your way makes sense. Thanks
July 21, 2010 at 8:10 pm #86529In reply to: WP-minify and new version of Buddypress
lincme.co.uk
Member@jmarino; We saw ‘unexpected results’ when using a page cache with BuddyPress. As BP is generating new content with each post and response, page caching appears to make a dog’s breakfast of things.
July 21, 2010 at 7:47 pm #86525In reply to: is_admin for group admin, can’t find it?
nit3watch
Participant@boonebgorges Im using a membership plugin that assigns a level to a user based on if he has paid yet, with this level value he can now create a group ( sorted restricting this already ), if he stops paying, he’s level is demoted and can’t continue updating/editing his group.
So when he pays, he gets level ‘1’, he cant afford it any more so he gets he’s lvl taken away and cant update the group untill he has paid again, ( got he’s level back )
So I need to restrict editing/updating a group to admins and based on he’s user lvl?
Hope thats clearer
current_user_on_level( $level_id )
July 21, 2010 at 7:27 pm #86520In reply to: is_admin for group admin, can’t find it?
nit3watch
Participant@boonebgorges @mercime Think this would work?
ps: current_user_on_level( $level_id ) is a built in function
July 21, 2010 at 7:23 pm #86519In reply to: How to mark a member as a spammer
Anton
Participant@r-a-y I’m not sure I understand? I should be on the member’s profile if I want to mark them as a spammer? Can I use that function to enable the admin bar?
How do I enable the buddybar for admins only?
July 21, 2010 at 7:00 pm #86510In reply to: How to mark a member as a spammer
Anton
ParticipantJuly 21, 2010 at 6:25 pm #86501In reply to: Manually change XProfile value?
r-a-y
KeymasterCheck out the xprofile_set_field_data() in /buddypress/bp-xprofile.php.
July 21, 2010 at 6:24 pm #86500In reply to: Sign in / Registry button on the top bar
r-a-y
KeymasterJuly 21, 2010 at 6:22 pm #86499In reply to: All blog posts RSS feed
r-a-y
KeymasterI’d just create a custom page template and create a RSS feed from a filtered, BuddyPress activity loop that only outputs blog posts.
Here’s a guide that will help you create the custom RSS page template:
http://yoast.com/custom-rss-feeds-wordpress/Here’s the activity loop codex page:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/*Set the action to “new_blog_post”
July 21, 2010 at 6:20 pm #86497In reply to: .alt classes not recognised
footybible
Participant@hnla I’m afraid to say I have changed the 4 php files and the js in my theme and still no luck
July 21, 2010 at 5:02 pm #86488In reply to: is_admin for group admin, can’t find it?
@mercime
Participant“the function where by if your are member it just displays the group or if you are the admin of the group it displays the group setting and so on”
That’s how it is already set up actually. If I didn’t get what you meant though, you can also use https://wordpress.org/extend/plugins/buddypress-restrict-group-creation/ or check source code for more info.edit – too slow mercime
July 21, 2010 at 4:51 pm #86483Ben
ParticipantThanks Mercime,
I downloaded the zip files and extracted them via cpanel from hostgator. Same problem, I even installed BP MU with wp 3.0 on another domain and account to test it and same outcome. It is not picking up the Twnety Ten Theme but everything else works. I am using my reseller account, I don’t know if that would be an issue. Also I noticed my “.htacccess” file (i think i pronounced it right) was burried in BB Press. (that’s where I added step 3 in copying the rewrite files). I don’t know if that has anything to do with it? Also it was set up with fantastico for wordpress 2.9.2 then I changed it to 3.0.
-
AuthorSearch Results