Forum Replies Created
-
Ahhhh, thank you very much.
Normally this would be a piece of cake, I would just look at the template file and there the answer would be, but the only thing here is one swooping
bp_get_options_nav();
that generates all the links at once.
I must not be explaining things right, I am talking about a groups navy bar
get_bp_group_domain() ?>home
get_bp_group_domain() ?>admin
get_bp_group_domain() ?>forum
get_bp_group_domain() ?>members
get_bp_group_domain() ?>send-invitesAnd a new topic link, etc.
That’s why I would need something to generate whatever the group url is because each group name is different.
All of the details are in this thread. I created a new folder in my themes folder, named it BP Child, copy and pasted what you have there to a style sheet named style.css inside of the them folder and directly in the root of the themes folder because I wasn’t sure if you just made a typo or not forgetting the theme name folder there
wp-content/themes/style.css
wp-content/themes/BP Child/style.cssThe font size never changed, I tried adding a background image, nothing….
Is unhooking a difficult task?
@DJPaul did you know of a better way to do this? You had replied to me a while back on the blog post for beta 1 that it shouldn’t be too hard.
And even using the template pack there is so much theme inside the plugin you have to “hack” it.
@boonebgorges child themes still don’t work with 1.5
Personal activity streams don’t seem to be working either if you are using the template pack.
PS: The personal activity streams on buddypress.org doesn’t seem to be working anymore either and all the old activity is completely wiped out.
… for 1.5, not the 1.2 update.
I am running whatever version was linked in the latest blog post.
Don’t get too excited, it could still take another 9 months or more.
I apologize if this is somehow upsetting you, I’m just trying to figure out some code. If it is something somebody worked hard on and wants to monetize, it is completely understandable keeping it a secret.
No they are not planning on selling it so it can be made available so I can figure out how to do that?
Or are you/they planning on trying to sell it?
Could it be made available?
@djpaul will do. Do you know any other way of accomplishing this? Ultimately my goal is just to have all activity stream through one page (everything but the activity of your friends).
How do you pull in all of them? If I don’t enter one specific scope or another, it defaults back to the “just-me” activity stream.
@modemlooper if you get a chance can you check out the question in this thread and tell me if you know how to write that?
It’s very similar to what you had suggested to me here, but I’m just trying to figure out how to combined all the different personal acitivity streams into one (just-me, mentions, favorities).
Which is extremely frustrating because buddypress.org itself actually works this way but there is no clear way how to do it for your own sites.
It is more like Twitter than anything. I have been trying to figure out a way to just combine all the separate activity streams (just-me, mentions, favorites) into one simple stream
This use to work for at least combining “just-me” and “mentions” but the last update or two broke it
I’ve tried a few obvious things like
if ( bp_has_activities( ‘scope=mentions&favorites’ ) )
Thanks @djpaul
Do you know how you would write that to include favorites also?
Any ideas? I’m sure it won’t be as easy as WordPress and querying things like
?php query_posts(“category_name=?php echo bp_loggedin_user_domain()@mentions”);
?php while (have_posts()) : the_post();but is there anything similar?
@Virtuali @gunju2221 I’m not trying to change the URL of the page it is already on, I am wanting to put it on an additional page.