-
TimCarey posted on the forum topic Temporarily hiding group-header in the group Creating & Extending: 13 years, 9 months ago
Never mind I solved it
-
TimCarey posted on the forum topic Hiding activity content for non-logged users in the group How-To and Troubleshooting: 13 years, 9 months ago
Would you know how to do this for the group-header? I would like the group-header too be nonexistent during a certain condition. But I like to do this in my plug in.
-
TimCarey started the forum topic Temporarily hiding group-header in the group Creating & Extending: 13 years, 9 months ago
I created my own group tab which shows my own page creation. I did this in a plug in. I would like everything in the group-header except for the tab to be hidden when my page is up. And then reappear when all the other tabs are up or active. Can I somehow bypass the […]
-
TimCarey started the forum topic Redirecting group-header.php in the group Creating & Extending: 13 years, 9 months ago
Can anyone please tell me if there is are way to redirect group-header.php to my own version of this page with the same name. I’m trying too make the header disappear when my pages up that I added to groups and by extending the group class. I figured if I can redirect to my own […]
-
TimCarey posted a new activity comment 13 years, 9 months ago
I haven’t looked into that yet
-
TimCarey started the forum topic Temporarily hide above group tabs in the group Creating & Extending: 13 years, 9 months ago
I need to get rid of the content above the group tabs when my tab these up. This is the last thing I need to add for my new plug in. Of course when the other tabs are up the info would show again.
-
TimCarey posted an update in the group Creating & Extending: 13 years, 9 months ago
I need to get rid of the content above the group tabs when my tab these up. This is the last thing I need to add for my new plug in. Of course when the other tabs are up the info would show again.
-
TimCarey posted on the forum topic How can I get the group creator? in the group How-To and Troubleshooting: 13 years, 9 months ago
I tried to use the admin Perma link and then explode it. And then use the last array element that it didn’t work.
-
TimCarey posted on the forum topic How to put My Groups tab by default in the activity page.?¿? in the group How-To and Troubleshooting: 13 years, 9 months ago
Try this.
function redirect_to_forum() {
global $bp;$path = clean_url( $_SERVER );
$path = apply_filters( 'bp_uri', $path );
if ( bp_is_group_home() && strpos( $path, $bp->bp_options_nav ) === false )
bp_core_redirect( $path . $bp->bp_options_nav . '/' );
}
add_action( 'wp', 'redirect_to_forum'… -
TimCarey posted on the forum topic Group Forum As Default Page in the group How-To and Troubleshooting: 13 years, 9 months ago
Yes this works great.
function redirect_to_forum() {
global $bp;$path = clean_url( $_SERVER );
$path = apply_filters( ‘bp_uri’, $path );
if ( bp_is_group_home() && strpos( $path, $bp->bp_options_nav ) === false )
bp_core_redirect( $path . $bp->bp_options_nav . ‘/’ );
}
add_action( ‘wp’, ‘redirect_to_forum’ ); -
TimCarey started the forum topic Change order of group tabs in the group Creating & Extending: 13 years, 9 months ago
Does anyone know how to change the order of group tabs through a filter or action without changing BuddyPress directly.? Like maybe in the themes function for a or plug in method?.
-
TimCarey posted on the forum topic Plugin Idea: BP Group Pages – please give feedback and support in the group Creating & Extending: 13 years, 9 months ago
I’m working on one that would have a frontpage. Anyone know how to change your order of group tabs?
-
TimCarey posted an update in the group Creating & Extending: 13 years, 9 months ago
I fixed it sorry everyone
-
TimCarey posted an update in the group Creating & Extending: 13 years, 9 months ago
I’m trying to create a plug in for the first time. With someone look at my code. I keep getting an error something about seven characters were on unexpectedly generated. It works great but I keep getting this error?
Here is my plug in code in two files.
File 1: group-frontpage-tacFile 2:…[Read more]
-
TimCarey posted an update 13 years, 9 months ago
@r-a-y Hello ray. I tried to make your code that you included in a thread about changing the group tab title names into a plug in. Can you look at my code are included on the thread.
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/change-group-tab-titles -
TimCarey posted on the forum topic Change Group Tab Titles in the group How-To and Troubleshooting: 13 years, 9 months ago
I turned this code into a plug in.
-
TimCarey posted an update 13 years, 9 months ago
@r-a-y Or maybe explain the process of adding a page to a group
-
TimCarey posted an update 13 years, 9 months ago
@tpp5004 Any success in adding a page to a group? I like to do this also.
-
TimCarey posted on the forum topic How to add a page to a group. in the group How-To and Troubleshooting: 13 years, 9 months ago
I have knowledge of pHP where do I start. I want to add another page to the group. And I want it to come out default. Over home, but still have the home there. Would like to add a screen or add to to this settings when a member runs through group creation. This would […]
-
TimCarey posted an update in the group BannerMan: 13 years, 9 months ago
Has anyone tried this?
- Load More
@timcarey
Active 1 year, 10 months ago