Search Results for 'buddypress'
-
AuthorSearch Results
-
August 19, 2010 at 5:10 pm #89718
In reply to: Help updating bp on my site
@mercime
ParticipantWhen asking for support (and in order to get the correct info)
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/when-asking-for-support/August 19, 2010 at 5:09 pm #89717Pisanojm
Participant@warut Here is what is I am getting using WP 3.01 -BP 1.2.5.2, default-BP theme, PHP 5.3.2 Reloaded-Your Current Version Plugin from above link…
@mercieme
Here is an example not using User Avatar:
http://mustech.net/holder/badge1_noavatar.jpgHere is an example using User-Avatar:
http://mustech.net/holder/badge2_customavatar.jpgNote in Both…. the Previews are broken…
August 19, 2010 at 4:51 pm #89715warut
Participant@mercime THanks
@Pisanojm I will try to fix Plugin link in next release (soon), for now you can download from mercime link.
I test it on my old system that upgrade from wpmu 2.x so I dont know the result or bug that happen with new WP 3.0 installation, Maybe I have to install new WP 3.0 testing system before upload new plugin release.
So anyone testing it on new system please let me know the result, if no more bug except missing user avatar i will upload next release.
August 19, 2010 at 4:48 pm #89714@mercime
Participant@lazyym create a file remove-login.php and then open in text editor and paste in code PerS, save the file and upload to wp-content/plugins/ folder.
ORopen your active theme’s functions.php file and add the code from the “add action” part to just before the ? and the ‘>’
August 19, 2010 at 4:43 pm #89712lazyym
Member<?php
/* Plugin Name: remove buddypress login form
* Description: remove buddypress login form
* Author: PerS
* Version: 1.0
* Author URI: http://soderlind.no/
* Plugin URI: http://soderlind.no/
*/add_action(‘bp_before_sidebar_login_form’, ‘ps_before_sidebar_login_form’);
function ps_before_sidebar_login_form() { ob_start(); }add_action(‘bp_after_sidebar_login_form’, ‘ps_after_sidebar_login_form’);
function ps_after_sidebar_login_form() { ob_end_clean(); }
?>I’m unable to find a plugin by this name, anything new here, that login on the right sidebar takes up way too much real estate and the nav bar has login in it already.
August 19, 2010 at 4:36 pm #89709In reply to: Buddypress.org’s New Plugin Review Functionality
@mercime
ParticipantAugust 19, 2010 at 3:25 pm #89705@mercime
Participant@Pisanojm https://wordpress.org/extend/plugins/buddypress-badge/
@warut Thank you. Badge is working well in test install WP 3.0.1 – BP 1.2.5.2, subdomain structure, and upgraded from WPMU 2.9.2. Cool
August 19, 2010 at 2:59 pm #89700In reply to: Buddypress.org’s New Plugin Review Functionality
ecosapiens
MemberStill no working plugin for different group types?
August 19, 2010 at 2:58 pm #89699In reply to: BUG: bbpress reply with buddypress
Pisanojm
ParticipantThis is probably something that should be considered for change in the default theme… it’s not intuitive just having the reply in the last page of pages…
August 19, 2010 at 2:57 pm #89698In reply to: BUG: bbpress reply with buddypress
August 19, 2010 at 2:56 pm #89697Pisanojm
Participant@warut Can you please link here in this forum as to WHERE the new plugin is?
Also, please note that beyond the link not working, there is no PREVIEW of Text etc.@r-a-y @boonebgorges The Plugin Link is broken here:
https://buddypress.org/community/groups/buddypress-badge/Can this be repaired?
August 19, 2010 at 1:39 pm #89694In reply to: Add new site not working
Lemmy
ParticipantI’ve narrowed the problem down to the BuddyPress Sitewide Featured Posts plugin….
August 19, 2010 at 12:48 pm #89686Sandra l***
ParticipantThe plugin automatically adds an “Events” tab in your profile (in the members section) alongside “Activity”, “Messages”, “Friends” tabs. If you select the “Events” tab, you can access subnav entries “My Events”, “Create an Event”, etc…
August 19, 2010 at 12:08 pm #89684Micheal Stock
ParticipantNew Plugins keeps bringing the new charm.
August 19, 2010 at 11:39 am #89683In reply to: Editing BuddyPress-generated URLs for improved SEO
Mark
Participant@DJPaul Hi Paul, i hope all is going great. My acitvity feed is set as my home page and I noticed under my google webmaster tools that “Avatar” is now the keyword google sees the most. Is there any harm in changing the Alt tags in the urls to = something seo friendly instead of alt = “avatar image”? Please let me know. Thanks,
Anton
Participant@thelandman – Yep, thought about that. Really not the best solution but it works.
August 19, 2010 at 9:55 am #89679Roger Coathup
Participantother than the check for mod_rewrite.c, you have the same .htaccess that I have in a default install, with permalinks set to /%category%/%postname%/ (http://playground.21inspired.com is a simple default install).
My .htaccess:
# BEGIN WordPressRewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
Unfortunately, this is beyond my area of expertise. Hopefully, someone else can help you get rid of index.php in your urls, and get the blog & BuddyPress urls resolved correctly.
Other quick thoughts: is your .htaccess in your site’s root directory? Do you have other .htaccess files in the subdirectories? Does your server support mod_rewrite?
Anyone able to help?
August 19, 2010 at 9:43 am #89678In reply to: New plugin: Add All Nav Links to BP Adminbar
Hugo Ashmore
ParticipantClosing this thread then. Further discussions should continue in the plugin group:
https://buddypress.org/community/groups/add-all-nav-links-to-bp-adminbar/
August 19, 2010 at 9:34 am #89676In reply to: New plugin: Add All Nav Links to BP Adminbar
thelandman
Participant@antonrsa, simple but effective solution. I tried to disable java to see if I could get around it but a user without java gets redirected to a “javascript disabled” page. Nice.
August 19, 2010 at 8:43 am #89667warut
Participantafter testing on WP3.0 (upgrade from wpmu 2.x) only incorrect result is missing user avatar in badge image. I corrected that error already.
PJ What you mean badge image broken? all of image or only user avatar? Could you send me link to see error result.
Anyother error? Please let me know, Thanks
August 19, 2010 at 8:24 am #89665In reply to: How do you edit the header file?
Roger Coathup
Participant@geekoftodd is that really all you have in the header.php file in bp-default? If you site looks ok with the default install, that can’t be the case.
If the default install isn’t displaying correctly, try deleting and then reinstalling the theme.
As the guys point out – just type the basic URL of your pastebin snippet in your message here, don’t embed as an iframeAugust 19, 2010 at 7:52 am #89663In reply to: Please Help….buddypress post background
Grant
Participantworked it out….. looks good
August 19, 2010 at 7:26 am #89501In reply to: Please Help….buddypress post background
Grant
ParticipantAnyone help to code a file for me to make the bussdypress pages appear the same as my main site pages
-
AuthorSearch Results
