Search Results for 'buddypress'
-
AuthorSearch Results
-
March 28, 2011 at 4:27 pm #108950
In reply to: Looking for help from a buddypress guru
Twistedangels
MemberThe first time I tried to upload a photo as an avatar:
The name of file I selected was barely visible before I uploaded it. This was a minor annoyance as that the theme background was in back and the text shows up black. All the rest of my text is white.
Once uploaded, it requires cropping of the photo. However, no matter how I crop it, it shows up bigger in the avatar and so indistinguishable as a photo.
I deleted my uploaded avatar and tried to upload a smaller version of the photo but it won’t even accept this one. It never says anything about any sort of error.
March 28, 2011 at 4:10 pm #108949In reply to: Buddypress instal in sufolder
Hugo Ashmore
ParticipantAre you looking at the Network Admin screens? top right menu bar.
March 28, 2011 at 4:01 pm #108946In reply to: Looking for help from a buddypress guru
Hugo Ashmore
ParticipantErm you could really do with explaining just what issue you are having with avatars as logging into a site to troubleshoot issues starts to become somewhat of a service and mustn’t be taken for granted – if it’s an avatar upload denied error then likely your server user/groups are not correct on your server, the process that needs to own the files isn’t allowed to and this needs to be resolved at the server level.
Almost verging on a NSFW siteMarch 28, 2011 at 3:57 pm #108945In reply to: Contributors section of buddypress.org has errors
Hugo Ashmore
ParticipantI had the same issue, and as you’ve realised it’s the username that’s the problem. Not sure if it corrects itself with future version releases but have a feeling not.
@DJPaul fixed mine up he might be able to do the same for you or perhaps @boonebgorges can.
March 28, 2011 at 3:56 pm #108942In reply to: Looking for help from a buddypress guru
@mercime
Participant@Twistedangels what hnla said.
Create an ordinary demo member account – post username and password hereMarch 28, 2011 at 3:53 pm #108944In reply to: Looking for help from a buddypress guru
Hugo Ashmore
ParticipantMaking a theme compatible with BP isn’t I’m afraid a one click process and there are some manual steps that must be undertaken and that do require a little coding knowledge – although not much.
These two pages in the BP codex will help you, the second probably the best one to read through fisrt.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/If you haven’t already performed the extra manual steps outlined in these pages you will need to have a go and if you get stuck post back with where you’ve got to and someone will help out.
March 28, 2011 at 3:50 pm #108943In reply to: Contributors section of buddypress.org has errors
TomHarrigan
MemberI’m having an issue with this as well. My plugin, https://buddypress.org/community/groups/bp-tweet-urls/ displays Andy as the contributor. I originally posted my plugin with my name instead of username, but fixed it. Will the problem fix itself when i release a future version with my correct username?
March 28, 2011 at 3:28 pm #108940In reply to: Looking for help from a buddypress guru
Twistedangels
MemberThe site is http://www.twistedangels.net and even though it’s a subscription-based site I can allow any person assisting me have free access.
March 28, 2011 at 2:55 pm #108937March 28, 2011 at 2:42 pm #108936Pisanojm
Participant@bowromir ..very excited to see what you come up with for a cdn for avatars today!
March 28, 2011 at 1:57 pm #108927In reply to: Buddypress instal in sufolder
cartu73
MemberI’ve create a sudir “community” on my sub site of my main WordPress multi blog/site. I uploaded BP plugin on my server in the right folder but I don’t see the activation lable on my control panel.. why?
March 28, 2011 at 1:12 pm #108923In reply to: Buddypress Causes my WordPress Ratings to Break
Profile Name
MemberHow can you tell if there is a javascript issue?
March 28, 2011 at 10:09 am #108912In reply to: How to reveal Forum and other Buddypress menu items
philsquires
Member@mercime …thanks
March 28, 2011 at 10:08 am #108911philsquires
MemberThanks for the useful tip..
I still would appreciate how I can enforce profile completion before web site (Buddypress) access please?
March 28, 2011 at 9:45 am #108910pcwriter
ParticipantThis plugin will enable you to do that:
https://buddypress.org/community/groups/add-all-nav-links-to-bp-adminbar/March 28, 2011 at 9:40 am #108909In reply to: bp_adminbar_notifications_menu
pcwriter
ParticipantThis article by @modemlooper should help get you going in the right direction:
http://modemloop.wordpress.com/2010/11/30/buddypress-drop-down-menus/March 28, 2011 at 9:29 am #108908In reply to: Buddypress login by facebook, twitter etc
prionkor
MemberThanks! Will check those and let you know!
March 28, 2011 at 6:29 am #108901In reply to: Avatar Crop Problem
tfirma2000
ParticipantI have the same problem — latest version of WP and Buddypress — crop tool does not function — only shows top left corner of my avatar image. Is this a bug?
March 28, 2011 at 6:01 am #108899In reply to: 10 second GET on dashboard
Paul Wong-Gibbs
KeymasterThis isn’t a BuddyPress question, but the front page of the dashboard loads up a bunch of external RSS feeds. It’s probably one of those being slow
March 28, 2011 at 4:00 am #108894In reply to: [Resolved] Speeding up buddypress
nanchante
ParticipantThanks a lot. I plan to not add them in via wp, but manually use our inhouse combine script which gzips and minifies at the same time.
Thanks again. Will let you now how it goes.
March 28, 2011 at 3:34 am #108893In reply to: [Resolved] Speeding up buddypress
imjscn
Participant@tim , yes , if you don’t need to use original js/css, then, you don’t need to register them back
`function my_jscss_remover() {
wp_deregister_script( ‘the-handle-name’ );
//and others;
}
add_action( ‘after_setup_theme’, ‘my_jscss_remover’ );`
You can find the “the-handle-name” in the plugin’s files at the line when it load the js/css, it normally use wp_enqueue_script , or wp_enqueue_styles, to load js/css. Sometimes they can also use reqire function, but as long as you find the specific file.js , that’s the line.When you register your own js, the final parameter “true” means put it in footer. If your js require to run before the page finish loading, you don’t need this “true”.
You can also add like this: if bp_is_page(‘xyz’), then, the js will be loaded only on the page you need.
Please remember that, at this point, your js/css are not minified yet.March 28, 2011 at 1:42 am #108888In reply to: [Resolved] Speeding up buddypress
nanchante
Participant@imjscn: that looks great. I would actually be using a custom combine script, that I would place outside of the Wp functions. ie hard code the combine in either header or footer.
I assume then that I would only need to deregister css and js, and not do the enqueue bit. Is this right?
if so, what would the amended snippet look like please?
March 28, 2011 at 1:40 am #108887In reply to: Is there a sure fire way of Logging Out
Nahum
Participant@gunju2221 thanks for the response. I almost forgot I do have a plugin in place that is supposed to handle logout redirects, when the logout works I do get taken to the homepage. But like I said, sometimes it is the case where it still appears as though I’m logged in because I can see my avatar and username.
I just wish I could find something that just logged in and logged out with ease!
March 28, 2011 at 1:28 am #108885In reply to: Buddypress and IntenseDebate
imjscn
ParticipantAs far as I can understand, the topic starter must be the blog ownner or authors. IntenseDebate works in the commenting system only. Is the correct? Does it provide a way to enable users or guests initiate a post?
March 28, 2011 at 1:25 am #108883In reply to: New theme – BuddyBuilder
Brandon Mullins
ParticipantTo see what can be done in an evening with BuddyBuilder check out my site which is still under construction.
I have to be honest, I’ve looked at all of the themes available for BuddyPress, and BuddyBuilder is IMO superior to all of them. The amount of creativity it allows you is staggering. It makes sense to call it a theme framework, because it is really something you can build upon without no coding knowledge whatsoever.
-
AuthorSearch Results