-
Roger Coathup posted a new activity comment 14 years, 6 months ago
Yes. That’s absolutely fine. We derive the child theme for a lot of our paid projects from the BuddyPress default.
The licence is a little complicated, but essentially:
1. if you build a theme for a specific client project you can use the code without restriction
2. if you build a child theme for general release to the community, you also…[Read more]
-
Roger Coathup posted a new activity comment 14 years, 6 months ago
It’s all GPL license … so yes, you can use it
-
even if you work on premium projects?
Thanks for replay.
-
Yes. That’s absolutely fine. We derive the child theme for a lot of our paid projects from the BuddyPress default.
The licence is a little complicated, but essentially:
1. if you build a theme for a specific client project you can use the code without restriction
2. if you build a child theme for general release to the community, you also…[Read more]
-
That’s great.
Thanks.
-
-
-
-
Roger Coathup posted an update 14 years, 6 months ago
@nbewmi @boonebgorges –
@johnjamesjacoby – a spammer to remove -
Roger Coathup posted a new activity comment 14 years, 6 months ago
This is a support forum, not the place to test BuddyPress –
If you want to test BuddyPress: http://testbp.org
-
Roger Coathup posted on the forum topic Theme won't update in the group How-To and Troubleshooting: 14 years, 6 months ago
Ok, so the problem is definitely with your custom theme.
I’ll jump out now… hopefully someone who’s worked with the template pack can pick up on this one
-
Roger Coathup posted on the forum topic Theme won't update in the group How-To and Troubleshooting: 14 years, 6 months ago
To help isolate the problem: what happens if you switch to the default BuddyPress theme – does everything work ok in that scenario?
p.s. your original post said you just see the old styled pages, but when I visit your page, it’s actually a 404 page error that shows
-
Roger Coathup posted on the forum topic How to give the BP navigation bar more priority? Sub cats are disappearing on mouse over due to logo in the group How-To and Troubleshooting: 14 years, 6 months ago
Use something like firebug in firefox or developer tools in safari to find the CSS selectors for your menu, logo and navbar elements. Then dig out your CSS primer for details on how to set z-index levels on the appropriate selectors. You’ll need to set them in your css file – unfortunately, that will vary […]
-
Roger Coathup posted on the forum topic How to give the BP navigation bar more priority? Sub cats are disappearing on mouse over due to logo in the group How-To and Troubleshooting: 14 years, 6 months ago
I don’t know anything about the woo theme aperture, but typically you could solve this sort of problem by setting appropriate z-index levels in your CSS file
-
Roger Coathup posted on the forum topic Translating buddypress in the group How-To and Troubleshooting: 14 years, 6 months ago
We just used the latest branch
-
Roger Coathup posted on the forum topic Adding a activity to the Activity Stream in the group How-To and Troubleshooting: 14 years, 6 months ago
the function you want is bp_activity_add() declared in bp-activity.php
This page shows an example of setting up parameters for a new activity (although they don’t use the function, but take a longer handed route to achieve the same thing): http://blog.slyspyder.com/2010/08/15/integrate-simplepress-forum-into-the-buddypress-activity-stream/
-
Roger Coathup posted on the forum topic Adding a activity to the Activity Stream in the group How-To and Troubleshooting: 14 years, 6 months ago
Yes, you can create your own new activity type, and add to the activity stream as a file is uploaded.
I can’t remember the function calls off the top of my head
-
Roger Coathup posted on the forum topic Theme won't update in the group How-To and Troubleshooting: 14 years, 6 months ago
You’ve not provided enough info on your file structure to provide help on this. Clearly, from your screen grab, your own theme and not the default is being used, so it’s picking up on those files. It might be an idea to list your full folder / file structure and also which amended file isn’t […]
-
Roger Coathup posted on the forum topic Translating buddypress in the group How-To and Troubleshooting: 14 years, 6 months ago
Have a look in the WordPress plugin repository for plugins that let your users switch language. You’ll also find plugins that support translation of page content (as opposed to the standard BP menus / text)
-
Roger Coathup posted on the forum topic Author's posts in his profile in the group How-To and Troubleshooting: 14 years, 6 months ago
Hej Patrik – are you building your own theme for this (writing PHP, HTML templates, etc.)?
You’ll have to modify the templates for your profile page (e.g. members/single/home.php in the default theme) to include your custom activity loop.
You can access the current user_id within that page, and pass it to your custom loop.
-
Roger Coathup posted on the forum topic Author's posts in his profile in the group How-To and Troubleshooting: 14 years, 6 months ago
you can do this with your own custom activity loop.
Filter on blog posts and user ID.
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
-
Roger Coathup posted an update 14 years, 6 months ago
@nuprn1 Rich – we are looking to hire a freelance BuddyPress developer for a few days work on a couple of client projects. Would you be interested? Cheers Roger
-
Roger Coathup posted on the forum topic How to Remove and Add Items in "bp_get_displayed_user_nav" in the group How-To and Troubleshooting: 14 years, 6 months ago
Is it an order of activation issue? i.e. needing to make sure the items are removed after BP has finished adding them, and not before… bp-config.php and functions.php are ‘called’ at different points in the initialisation.
-
Roger Coathup posted on the forum topic Login textboxes in the group How-To and Troubleshooting: 14 years, 6 months ago
Set the width of the username and password input boxes in your theme’s CSS file.
If you don’t know the selectors for the input boxes, use firebug in firefox or safari developer tools to take a look at the code
-
Roger Coathup posted on the forum topic Template tag for activity_username in the group How-To and Troubleshooting: 14 years, 6 months ago
It’s not working because you are not passing an integer parameter for the user_id to bp_core_get_username()
bp_activity_user_id() is a template tag for echoing a value to the screen, not for fetching a value to pass to a function.
Instead use:
-
Roger Coathup posted on the forum topic Template tag for activity_username in the group How-To and Troubleshooting: 14 years, 6 months ago
That surprises me… Post your full code sample, to show how you are calling it
- Load More
@rogercoathup
Active 4 years, 11 months ago
That’s great.
Thanks.