Search Results for 'wordpress'
-
AuthorSearch Results
-
April 24, 2013 at 7:48 pm #162530
dreamdimples
ParticipantI really apologize for being persistent with the same old issue, but I still don’t have it resolved yet.
The issue is that the links are outside of the share button.
example: http://vanitywigs.com/vertical.jpg
The test site is: http://vanitywigs.com/wordpress/activity/I can’t get these links to lineup Horizontally. If I can get it to lineup Horizontally, I would get rid of the actual share button and just used it like that since the links work perfectly.
Any help from the guru’s would be appreciated greatly.
April 24, 2013 at 1:54 pm #162506In reply to: Get values from buddypress tables
shanebp
ModeratorDid you try the example here
https://codex.wordpress.org/Class_Reference/wpdb#Examples_5Try pasting your query between the double quotes.
Make sure you have `global $wpdb; ` in your function.April 24, 2013 at 8:06 am #162487In reply to: inability to post to jobs board
terraling
ParticipantHi
still get an error with the post, wherever I try to post it.
ERROR: Your topic cannot be created at this time.
Not obvious why it’s failing as it’s just plain text, and it posted at jobs.wordpress.net just fine.
Ah, well. Anyone looking for a fab BuddyPress challenge head over there and check out the “PHP fiend wanted…” post.
April 24, 2013 at 7:36 am #162486In reply to: Best image sizes
Paul Wong-Gibbs
KeymasterGenerally, use whatever size images you want. Any slowdown is unlikely to be caused by images.
For more advice or help investigating why you feel your site’s performance is slow, pop over to the WordPress.org forums as this isn’t a BuddyPress-specific question. Thanks!
April 24, 2013 at 5:17 am #162478In reply to: How to control spam registration?
dhruwal
Participant@gabequer this is what you need:
https://wordpress.org/extend/plugins/avh-first-defense-against-spam/i had no spam issues at all.
April 23, 2013 at 11:37 pm #162473In reply to: BuddyPress Broken
shanebp
Moderator>Some plugins doesnt show up on register page
BP 1.7 is not broken – Your install of BP 1.7 has problems.
The first steps to take to diagnose your problems are:
1. Deactivate every plugin except WordPress and BuddyPress
2. Switch to the WordPress 2012 theme
3. Go to Settings -> BuddyPress and review all your settings
Your problems are probably due to conflicts between BP and your theme or other plugins.
April 23, 2013 at 10:28 pm #162463In reply to: 1.7 BP_Group_Extension display not working anymore?
shanebp
ModeratorTry a simple echo in your display function.
If you think it is a 1.7 bug, submit a report on trac:
https://buddypress.trac.wordpress.org/Use the same login you use here.
April 23, 2013 at 9:10 pm #162453In reply to: BuddyDroid – BuddyPress for Android
climaxx
Participantp to now unable to get connected
i have 405 errors with standar users (which semms to be a wrong configuation of acces from the xml wordpress plugin)
and with admin account i have a 500 error from server.
what acces level shall be configured to allow a standard buddypress user to be connected ?
April 23, 2013 at 4:04 pm #162427In reply to: Howdy, community!
bp-help
Participant@scottwermter
It is a plugin. Get it here!
https://wordpress.org/extend/plugins/wordpress-admin-bar-improved/April 23, 2013 at 12:39 am #162399In reply to: Is this hosting plan good for buddypress?
Ben Hansen
Participantgs is a shared environment as such it is not recommended for anything but private buddypress sites (maybe not even then). unlike other shared environments gs will not throttle you but instead they will bill you for overage the thing to really watch for is the GPU. WP+BP will use something like 100x the GPU of a typical static site when i used them on a BP site with about 2000 visitors a day about 2 years ago we were looking at about 200 in overage in the first month alone.
#1 some media temple term that doesn’t mean much just think of it as total bandwidth cause thats probably what it is.
#2 yes.
#3 1
#4 probably not but i’m sure you can buy extras. email accounts are totally separate from wordpress/buddypress accounts.
April 22, 2013 at 7:51 pm #162378In reply to: Disabling Sitewide Notifications
r-a-y
Keymaster@twistyfarmy – To disable notices, on your profile, navigate to “Messages > Notices” and disable them that way.
BP 1.7 introduced universal theme compatibility, but it appears your theme already has BP support, but did not tell BP this. This is a possible reason why you see the sitewide notice at the top.
Follow the recommendation in this article:
BP Theme Authors: make sure your theme registers 'buddypress' supportApril 22, 2013 at 6:06 pm #162369In reply to: inability to post to jobs board
modemlooper
Moderatoryou can post here as well http://jobs.wordpress.net
April 22, 2013 at 5:56 pm #162364In reply to: On logout, page redirects to WP Login
David Cavins
KeymasterHi Patty-
Have you tried using `home_url()` instead of `site_url()` like the example on the Codex: https://codex.wordpress.org/Function_Reference/wp_logout_url#Logout_and_Redirect_to_Homepage
I use this on my site and it redirects to the home page:
`<a href="” title=”Log out”>`-David
April 22, 2013 at 5:21 pm #162356In reply to: Howdy, community!
bp-help
Participant@giannisff
I am a big fan of cool landing pages. This is just my opinion but I would add a few thumbnail screenshots above the features on your landing page. That will show potential members what they are missing out on if they do not join. I would also get rid of the wordpress logo menu item in your toolbar because its a red flag for hackers.April 22, 2013 at 5:07 pm #162354David Cavins
KeymasterHi Hugo-
I came across this comment on trac that appeared to be in the wrong place but sounded similar to my problem: https://buddypress.trac.wordpress.org/ticket/4869#comment:17
I’ve found that if I install Boone’s GitHub version of the template pack and only enable the JS file portion of it, it works (if my buddypress templates are back at the root of the theme, not in a buddypress folder).
Is there a better way? (I’m also concerned that 1.7 is going to unexpectedly break a number of customized themes like mine.) What’s funny about this is that with 1.6 I used the template pack, then deactivated it while working with 1.7-beta, but it appears that I need it again.
Thanks for your help,
-David
April 21, 2013 at 10:45 pm #162294In reply to: Recently Active Buddy Press Widget 1.7
aces
ParticipantIt would help if you gave more details and if possible a link to a url demonstrating the problem.
I gather from your other post that you are using http://themeforest.net/item/music-musicians-theme-facebook-app/1541383 ( see demo ).
From what you say, it seems like you are asking about a simple css issue with the theme. It will need something like a float left or right on the avatar images…..
`img.avatar { float: left; }` ( and other properties ) is in the bp-default default.css for bp 1.7… If you made a child theme you could try putting that at the bottom of style.css and see if it helps….
April 21, 2013 at 9:53 pm #162293In reply to: 'fatal error' login page: 'undefined function'
aces
ParticipantActually my first suspicion is the dynamix theme.
Viewing the buddypress demo page with firefox, it appears to still be using buddypress v 1.6.5 so would probably need upgrading to v 1.7.
Meanwhile, try a theme that is supposed to work well with bp 1.7, such as twenty twelve….
If that fixes the error then It might be an idea to ask the commercial theme designers if they plan to upgrade it…
April 21, 2013 at 12:34 pm #162267In reply to: Avatar upload during registration
Paul Wong-Gibbs
Keymasterhttps://buddypress.trac.wordpress.org/ticket/2741 has some background
April 21, 2013 at 11:34 am #162264In reply to: Register page doesn't work
jacopo22295
ParticipantSo sorry for the bad english but yesterday I was sick.
I installed BuddyPress 8 times now, I’ve tried with several versions, with different languages, but I have always the same error.
When you compile the registration form and press enter, the page loads without sending mail and without change propertes Appearance.
In a few words do not allow users to register and this is giving me a lot of problems.
In the link that I have left you there is before the registration page where you can see the problem yourself
The wordpress registration page works well, there is no way to delete the registration page of BuddyPress and leave the wordpress page?April 20, 2013 at 5:30 pm #162232In reply to: Replying to messages is logging out users
LavishDhand
Participanthttps://wordpress.org/extend/plugins/underconstruction
This plugin found out to be the culprit, this was the only plugin that we could not deactivated for privacy reasons. As soon as we did the problem was gone.
Thank you all 🙂
April 20, 2013 at 2:16 am #162208aces
ParticipantApril 19, 2013 at 6:01 pm #162171In reply to: Can't change activation email?
meg@info
ParticipantHi,
1) Mybe the code source of Welcome Pack plugin (https://wordpress.org/extend/plugins/welcome-pack/ ) can help you in dev.
2) or check this link :
http://bp-tricks.com/featured/creating-a-custom-email-template-for-your-buddypress-emails/3) Check this code (from bp-members-functions.php line 1353). function bp_core_signup_send_validation_email
`
$to = apply_filters( ‘bp_core_signup_send_validation_email_to’, $user_email, $user_id );
$subject = apply_filters( ‘bp_core_signup_send_validation_email_subject’, $subject, $user_id );
$message = apply_filters( ‘bp_core_signup_send_validation_email_message’, $message, $user_id, $activate_url );
`With some filters i think you can change email, subjet of activation email, or the message.
April 19, 2013 at 4:59 pm #162164In reply to: Allignment
@mercime
ParticipantClosing this, continue discussion at https://buddypress.org/support/topic/register-2/ please respond to question posted there.
I lost my hope for them due to lack of assistance avail. I hope the communities here on WP are better!
Please know that all of those helping in the WP, BP and bbP forums including even that of Joomla’s forums are all volunteers living in different time zones. If you require on demand support, you’d need to hire a developer at http://jobs.wordpress.net or at https://buddypress.org/support/forum/plugin-forums/bp-jobs-board/ etc.
April 19, 2013 at 3:31 pm #162156In reply to: Issues with 1.7 NOT HAPPY!
Jamiethecomic
ParticipantLogin was never a widget, it was hardcoded to the sidebar in bp-default and still is so copy it from the sidebar.php in /bp-themes/bp-default/ to your themes sidebar.
Thanks I will give that a go. It just confused me when it disapeared after the update.
No answer to your registration issue my local installs don’t appear to have any issues, you may need to provide a little more detail.
I’m not sure what more detail I can give. Just the /register now results in a redirect loop even after switching permalink settings.
It took me hours to figure out which files I needed to change in order just to log into the admin dashboard!
why? You can always login via wp-login.php and navigate to dashboard with /wp-admin/That was my first point of call, but every one of them resulted in a 404. It wasn’t until I tried the login in part at the comment section did it then allow me to log in at the defult wordpress login screen.
Also I think I have fixed the admin bar. Just turned it on and off again.
If you want to take a look, doubt it would help but here is the site in question: http://www.caiminds.com
April 19, 2013 at 5:34 am #162127In reply to: Can messages be formatted?
Tim
ParticipantThe big question is: Why not?!
This is a little silly.
With groups set up, you could effectively replace old school “forums” with the more dynamic “groups”.
You can just message from your profile, or to a group. It turns the entire site into an extendable forum. All that’s missing is a better text editor.
This would simplify things a great deal. Right now, you can start a conversation in the forum; in a group; or just with a message from the profile. These are not all that integrated. Way too easy to get lost, or lose related content. It’s a mess.I know with the new updates, bbpress and BuddyPress are friends, and you can (in theory) feed your group forums into the site wide forum. But… why have a site wide forum when you can just message to groups?
I’ve had to create a page on the site just to explain to people what this Groups vs Forums stuff is about. Think about it from their perspective. What the hell is a “group”. This really smacks of developer centric thinking dominating user centric thinking.
I’ve found this: https://wordpress.org/extend/plugins/bp-tinymce/
But I’m getting a fatal error, and so are other people (https://wordpress.org/support/topic/plugin-bp-tinymce-fatal-error?replies=3#post-4107216) -
AuthorSearch Results