-
igeekout replied to the forum topic Buddypress Admin Bar/Menu Changes in the group Creating & Extending
Seems like every time for me! Have a great one too!
-
igeekout replied to the forum topic Buddypress Admin Bar/Menu Changes in the group Creating & Extending
And of course I figured it out.
I just created a new action and placed it before do_action( ’bp_adminbar_menus’ ); and outside of the ul.
-
igeekout replied to the forum topic Buddypress Admin Bar/Menu Changes in the group Creating & Extending
Ive added bp-custom.php file and all works fine. Im just trying to wrap my head around getting the navigation to appear before the log in and sign up links.
Any ideas? Im sure its something so simple and Im […]
-
igeekout replied to the forum topic Friend Request page not found in the group How-To and Troubleshooting
Ive reverted back to the default BP theme and I’m still having the same issue.
-
igeekout replied to the forum topic Unable to Create New Forum Topics in the group How-To and Troubleshooting
I was able to find a solution to this issue.
Appearance -> BP Compatibility -> uncheck Disable BP Template Pack JS / AJAX
-
igeekout started the forum topic Unable to Create New Forum Topics in the group How-To and Troubleshooting
Im using the latest wp 3.2.1 and the latest BP 1.5? (downloaded today)
Ive created a group as admin, made it public. I went back to that groups forum and tried to add a new topic. Clicking the links does […]
-
igeekout replied to the forum topic Has Anybody Found a Definitive Solution for Spammer-Splogger Registrations? in the group How-To and Troubleshooting
why not use recaptha for registration?
-
igeekout started the forum topic Friend Request page not found in the group How-To and Troubleshooting
Ive downloaded the latest wordpress and buddypress today and Installed the buddypress theme pack. All is working fine with the exception of Friend Requests.
Ive created two accounts on my local environment and […]
-
igeekout commented on the post, Boo yah! BuddyPress Template Pack 1.2 is BP 1.5 compatible, on the site BuddyPress.org
Disregard.
Im a dumbass!
I rechecked the steps and didnt move the 6 dirrectories into the twentyeleven folder instead I moved default to the themes folder.
Whoops!
-
igeekout commented on the post, Boo yah! BuddyPress Template Pack 1.2 is BP 1.5 compatible, on the site BuddyPress.org
Hi All,
Ive just downloaded and installed the BP theme pack. Ive installed on wordpress 3.2.1. Ive followed the instructions but some how, all blew up. Including wordpress.
This is the error I get on when […]
-
igeekout replied to the forum topic BP members page showing 500 internal server error in the group How-To and Troubleshooting
Have you updated your htaccess?
-
igeekout replied to the forum topic if (is_user_logged_in()) in the group How-To and Troubleshooting
I am not using a caching plugin.
I tried setting cookie_domain to .domain.com, http://www.domain.com, and http://www.domain.com/subdomain […]
-
igeekout replied to the forum topic if (is_user_logged_in()) in the group How-To and Troubleshooting
Also, just realized that this issue is only happening in Safari and Chrome. Could it be a cookie issue?
-
igeekout replied to the forum topic if (is_user_logged_in()) in the group How-To and Troubleshooting
Bump
-
igeekout replied to the forum topic Custom post types and Buddypress -- should I wait for 1.3? in the group Miscellaneous
@enderandrew I mean 1.2.9
-
igeekout replied to the forum topic Custom post types and Buddypress -- should I wait for 1.3? in the group Miscellaneous
Also, if anyone wants to to do some solid reading on custom post types:
http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress
-
igeekout replied to the forum topic Custom post types and Buddypress -- should I wait for 1.3? in the group Miscellaneous
I found issues with Custom Post Types and page titles with the current Buddypress. Page Titles wouldnt display correctly so I needed to create a custom function.
‘function bpcustom_get_page_title() {
global $bp, $post, $wp_query, […] -
igeekout replied to the forum topic if (is_user_logged_in()) in the group How-To and Troubleshooting
Here you go.
`
<li class="last selected”><a href="profile”>Profile […] -
Im having an issue on the homepage after a user logs in. On my main nav I have a button that display Log In if a user is logged out but if they are logged in it displays Profile with a link to the the users profile page.
Once […]
-
igeekout started the forum topic $bp->groups->current_group->name in the group How-To and Troubleshooting
How do I get the forum topic name?
Also, is there a good resource to find out what $bp globals are available?
http://codex.buddypress.org/developer-docs/the-bp-global/ doesnt seen to give me much infomation.
- Load More