Search Results for 'buddypress'
-
AuthorSearch Results
-
March 18, 2011 at 4:30 pm #108164
In reply to: Zebra styling Profile Page
ultimateuser
ParticipantIve tried to edit global.js but it still doesnt work. Where can I download the patch and replace my global.js with the working version? Instead of having to editing the code manually?
March 18, 2011 at 4:25 pm #108163In reply to: JobRoller + BuddyPress errors
@mercime
Participant@gunju2221 OK, didn’t see indentation at all in FF and Chrome but finally saw what you meant when I opened Safari.
Checked what could have caused that – like open UL or what. Adding backticks around `` tag mentioned above has resolved the issue in Safari for me. Strange but true
March 18, 2011 at 2:16 pm #108153In reply to: Where can I change the “Avatars” upload directory
jimibo
MemberI have a VERY similar issue. Got excited on finding this topic but then disappointed to find that it’s not answered…c’est la vie!
March 18, 2011 at 1:56 pm #108151Prince Abiola Ogundipe
ParticipantJust to confirm that its buddypress 1.2.8 that is causing problem with this two plugins, i run another test, i upgraded wordpress to 3.1 everything is still working fine except the admin bar that clashes.
March 18, 2011 at 1:22 pm #108146In reply to: JobRoller + BuddyPress errors
Virtuali
Participant@mercime, it’s because the @mention was after the excerpt on the profile activity stream. It’s weird.
Notice how our posts are somewhat indented?
March 18, 2011 at 12:39 pm #108143In reply to: How to find Page ID for default buddypress pages
March 18, 2011 at 9:10 am #108139In reply to: [Resolved] Speeding up buddypress
JafarNajafov
MemberUsing dropbox doesn’t make any diffrences. Actually it made my site to load slower . Try to Use Google Libraries and WordPress Gzip Compression plugins. IT will improve your site’s performance.
March 18, 2011 at 8:04 am #108138In reply to: User activity stream and profile search combine
@mercime
ParticipantClosing this topic.
Duplicate of https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/user-activity-stream-and-profile-search-combine-1/March 18, 2011 at 6:54 am #108136In reply to: [Resolved] Speeding up buddypress
ewebber
ParticipantDoes anyone have an alternative to minify?
March 18, 2011 at 5:31 am #108135In reply to: JobRoller + BuddyPress errors
@mercime
Participant@gunju2221 maybe it’s corrected now, don’t see screwed up structure. What’s strange is that your @ mention to me did not appear in my profile at all. Just came upon this now.
March 18, 2011 at 2:55 am #108129In reply to: Issue with “Forums Error”
Virtuali
ParticipantMarch 18, 2011 at 2:53 am #108128In reply to: Add wp_admin_bar to a BP theme
pcwriter
ParticipantHi again! As I mentioned in my 2nd post: “Removing the bp-adminbar is easy, it’s calling the wp one afterwards that’s got me stuck.”
Removing the bp-adminbar is not the problem. The problem is in showing the WP bar after removal of the bp-adminbar. Or, I should say: the problem WAS… It turns out the call to display the WP bar is surprisingly simple: `show_admin_bar(true);` So, the following in functions.php efectively replaces the bp-adminbar with the WP version. Now I can create the switch for my theme. Thanks for your help!
`define ( ‘BP_DISABLE_ADMIN_BAR’, true );
show_admin_bar(true);`March 18, 2011 at 2:30 am #108125In reply to: Add wp_admin_bar to a BP theme
pcwriter
ParticipantThanks, but I think your last post was in answer to the last poster’s question in this thread:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/show-bp-admin-bar-while-in-wp-admin-only-and-hide-it-in-the-rest-of-the-site/`remove_action( ‘admin_footer’, ‘bp_core_admin_bar’ );` effectively removes the adminbar from the backend, but that’s not what I’m trying to achieve.
I’m trying to replace the bp-adminbar with the WordPress adminbar in a Buddypress theme.March 18, 2011 at 2:02 am #108122In reply to: Add wp_admin_bar to a BP theme
pcwriter
ParticipantThanks. The end result is precisely what I’d like to achieve. But I’d like to be able to do it in functions.php so it can be included as a theme option (ie – a switch to select either BP or WP adminbar). Removing the bp-adminbar is easy, it’s calling the wp one afterwards that’s got me stuck.
March 18, 2011 at 1:57 am #108121In reply to: JobRoller + BuddyPress errors
Virtuali
ParticipantI find that very confusing also, in fact, I think it’s not really necessary.
Undo your changes that you did to follow Peatlings Template pack instructions.
The biggest thing that you need to do for custom theme is import the CSS+ functions, and make your CSS fit inside your theme, and your good to go.
There might be other theme adjustments you might need to do, but I can’t speak for your theme.
P.S @mercime, something screwed up the structure of this topic, but it’s weird, no code was posted!
??:March 18, 2011 at 1:25 am #108118imjscn
Participant@pcwriter , can I use your code to remove adminbar from dashboard? I tried the following 3 modifications, neither of them works:
`if( is_admin())
remove_action( ‘wp_footer’, ‘bp_core_admin_bar’, 8 );`
or
`if( is_admin())
remove_action( ‘admin_footer’, ‘bp_core_admin_bar’, 8 );`
or
`add_action(‘bp_loaded’, ‘remove_adminbar_from_dashboard );`March 18, 2011 at 1:07 am #108116In reply to: Duplicate Updates in Activity Stream
Archie Webmaker
ParticipantDelete the Buddypress Template pack if exist
March 18, 2011 at 12:40 am #108115modemlooper
ModeratorIf it’s the same computer you saved the form to cookies. You can delete cookies and empty the cache in browser settings. If you have a computer thats used by many you should turn off the ability for a browser to save usernames and passwords.
March 18, 2011 at 12:28 am #108113In reply to: Step 3 Sidebar trouble on install
@mercime
ParticipantHave you read this? https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
You now have six BuddyPress template folders transferred to your active WP theme folder in server which you should download to your computer to edit.
Open up the first file in activity/index.php file and make the following changes:
At the top of the file, replace:
``with:
``At the bottom of the activity/index.php file replace:
`[SIDEBAR CONTENT]`
with
``
Save file and upload. Check alignment by going to http://yoursiteDomain.com/activity/. If all’s well, start making the changes on the remaining 12 files and upload to server within respective folders/subfolders.
March 18, 2011 at 12:14 am #108112In reply to: JobRoller + BuddyPress errors
@mercime
ParticipantMarch 18, 2011 at 12:05 am #108111In reply to: JobRoller + BuddyPress errors
linkyou
Membercan any one please explain this
If BuddyPress pages are not aligned correctly then you will need to modify some of the templates to match your theme’s HTML structure. The best way to do this is to FTP to your theme’s files at:
/wp-content/themes/jobroller/
Then open up the page.php file (if this does not exist use index.php). Make note of the HTML template structure of the file, specifically the `
` tags that surround the content and sidebar.You will need to change the HTML structure in the BuddyPress templates that you copied into your theme to match the structure in your page.php or index.php file. The files that you need to edit are as follows (leave out any folders you have not copied over in step two):
/activity/index.php
/blogs/index.php
/forums/index.php
/groups/index.php
/groups/create.php
/groups/single/home.php
/groups/single/plugins.php
/members/index.php
/members/single/home.php
/members/single/plugins.php
/registration/register.phpOnce you are done matching up the HTML structure of your theme in these template files, please take another look through your site. You should find that BuddyPress pages now fit inside the content structure of your theme.
March 17, 2011 at 11:49 pm #108110In reply to: Can’t active BP
MizzSmartyPants
MemberI have this problem as well. I installed wordpress 3.1 on my 1and1.com host and am trying to add BP 1.2.8.
(uiserver) > uname -mrsn
Linux infong576 2.6.28.8-20100125a-iscsi-ntacker-fasync-mremap-grsec i686From my debug.log:
17-Mar-2011 19:19:32] PHP Notice: Undefined variable: wpdb in /homepages/staging/wp-content/plugins/buddypress/bp-core/bp-core-wpabstraction.php on line 13
March 17, 2011 at 10:37 pm #108103In reply to: hOw to remove bp nav items from adminbar ONLY ?
imjscn
Participant@mercime , thanks for the link. I did that on bp_adminbar_login_menu successfully, but when it comes to bp_adminbar_account_menu, the array codes beyond my ability, so I am thinking to use bp_core_remove_subnav_item. Maybe it’s not the way–still need to work with the bp_options_nav array.
This is where bp get the sub-nav:$counter = 0; foreach( (array)$bp->bp_nav as $nav_item ) { $alt = ( 0 == $counter % 2 ) ? ' class="alt"' : ''; echo '<li>'; echo '<a id="bp-admin-' . $nav_item . '" href="' . $nav_item . '">' . $nav_item . '</a>'; if ( is_array( $bp->bp_options_nav[$nav_item] ) ) { echo '<ul>'; $sub_counter = 0; foreach( (array)$bp->bp_options_nav[$nav_item] as $subnav_item ) { $link = str_replace( $bp->displayed_user->domain, $bp->loggedin_user->domain, $subnav_item ); $name = str_replace( $bp->displayed_user->userdata->user_login, $bp->loggedin_user->userdata->user_login, $subnav_item ); $alt = ( 0 == $sub_counter % 2 ) ? ' class="alt"' : ''; echo '<li><a id="bp-admin-' . $subnav_item . '" href="' . $link . '">' . $name . '</a></li>'; $sub_counter++; } echo '</ul>'; } echo '</li>';How can I check this array and filter items inside?
March 17, 2011 at 9:32 pm #108097Boone Gorges
Keymasteracpage is the way that BP renders activity pagination to those clients with javascript disabled – such as search engines.
I started a ticket for discussion of technical issues: https://trac.buddypress.org/ticket/3116
March 17, 2011 at 8:30 pm #107699JaredGoyette
MemberPeter, did you ever find a solution to this? On my site, every time a new user tries to register, my name is the default, which they have to erase before adding their own. How do I fix this?
-
AuthorSearch Results