Search Results for 'buddypress'
-
AuthorSearch Results
-
March 23, 2013 at 10:12 pm #157578
In reply to: BUG: Account deletion always works
Ben Hansen
Participantplease report your bug on trac these support forums are not necessarily monitored actively by the folks that can actually do something about that.
March 23, 2013 at 6:55 pm #157565In reply to: Buddypress 1.7 style problem or something missing?
Hugo Ashmore
Participant@lchief What theme are you using as it’s managing to re-instate the bullets that the buddypress.css sheet removes using a pretty selective and specific ruleset selector group using the parent #buddypress id token.
March 23, 2013 at 6:44 pm #157564In reply to: Buddypress 1.7 style problem or something missing?
bp-help
ParticipantTry adding this to your themes functions.php
http://pastebin.com/idRVTkAKMarch 23, 2013 at 5:22 pm #157560bp-help
ParticipantMaybe you can get something out of this tutorial:
http://wpmu.org/how-to-create-a-custom-buddypress-members-directory/March 23, 2013 at 4:52 pm #157557bp-help
Participant@hnla Okay I added this and it places the count under the title. Now all I need to do is:
1.) Add name of person sending friend request and messages beside the count as well as the greeting.
Example: You have 1 friend request from USER1, You have 2 messages from USER22.) Add avatar of person sending the friend request or message to to left in the drop-down notification.
If you or anyone else can help on that it will be great.
For anyone who would like to use this I packaged it as a plugin here:
https://github.com/bphelp/custom_toolbar
If you would like to help with the code I can add you as a contributor. Thanks everyone!March 23, 2013 at 4:13 pm #157555In reply to: Registration button invisible
maphorn
ParticipantTried in
yourdomain.com/your wordpress installation directory/wp-content/plugins/buddypress/bp-themes/bp-default/styles.css – still not showing.Also tired
yourdomain.com/your wordpress installation directory/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/default.cssline 1658 .standard-form input[type=text] { press enter and add
to new Line 1659 color: #000 importantStill no registration button?
Any help much appreciated
March 23, 2013 at 2:47 pm #157549maphorn
ParticipantYou will find the default.css in the following directory – just use your domain name and wordpress installation directory.
yourdomain.com/your wordpress installation directory/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/default.cssRename defaul.css to original_default.css hust in case something goes wrong so that you can revert!
I downloaded it to my pc and then with notepad++ and saved it locally as default.css
about 1/3 down line 508 change the colour code to what you want for displayed links and line 512 change the hover colour to what you want.
Save the file and upload it to where you downloaded it from!
I had a real problem seeing the light blue and changed it to dark blue and the hover link to red. Now I can see it fine!!!
March 23, 2013 at 1:27 pm #157545In reply to: Enable buddypress on WP multisite's sub site
Paul Wong-Gibbs
KeymasterJames: no.
March 23, 2013 at 1:26 pm #157543In reply to: Enable buddypress on WP multisite's sub site
danbpfr
Participantcan you give more details ? What do you want to do exactly ?
evtl. see here: http://www.martenc.com/2010/04/20/hosting-multiple-domains-on-wpmu/
March 23, 2013 at 12:56 pm #157540Hugo Ashmore
Participantnow having to write this a second time as bp decided I wasn’t logged in for some odd reason after I submitted so this is brief.
Watch your syntax, don’t wrap those functions in strings, ‘;’ line terminations in an array ought not to be there. You don’t need or want to echo out those functions at this point simply pass the function through so simply the ‘get’ function.
This is a working example of two:
<code>
$wp_toolbar->add_node(array(
‘parent’ => ‘user-friends’,
‘id’ => ‘friend-requests’,
‘title’ => ‘ Friend Requests ‘,
‘href’ => bp_loggedin_user_domain() . bp_get_friends_slug() . ‘/requests/’,
‘meta’ => array(‘html’ => ‘<span>’ . bp_friend_get_total_requests_count( bp_loggedin_user_id() ) . ‘</span>’ )
));</code>
<code>
$wp_toolbar->add_node(array(
‘parent’ => ‘user-messages’,
‘id’ => ‘messages’,
‘title’ => ‘ Messages ‘,
‘href’ => bp_loggedin_user_domain() . bp_get_messages_slug() . ‘/view/’,
‘meta’ => array(‘html’ => ‘<span>’ . bp_get_total_unread_messages_count(bp_loggedin_user_id() . ‘</span>’ ) )
));</code>
This isn’t ideal but all I can see to work with in add_node() but there may be better approaches, and to get this working I mainly had to study the code page to see how the ‘meta’ was handled.March 23, 2013 at 9:50 am #157539In reply to: Disbable all comments in activity stream
Prince Abiola Ogundipe
Participant@discdemo, if you are using child theme or buddypress default theme you can simply use css to hide it.
something like: .activity-list div.activity-meta a.acomment-reply {display:none;}
March 23, 2013 at 9:39 am #157538In reply to: Buddypress REGISTER link not working
Hugo Ashmore
Participantit’s whatever you’ve done with your custom theme, those register links behave differently from page to page, how does 1.7 theme compat work if you drop a WP default theme like twentytwelve?
March 23, 2013 at 5:20 am #157532In reply to: Buddypress REGISTER link not working
ethanrocker
ParticipantUnfortunately, it happens when I’m logged out too 🙁
March 23, 2013 at 3:05 am #157531bp-help
ParticipantI really could use some help on this so if you can please help! Thanks folks!
March 23, 2013 at 3:04 am #157530In reply to: Enable buddypress on WP multisite's sub site
James W. Lane
ParticipantCould you define multiple blogs?
March 23, 2013 at 2:45 am #157529In reply to: Buddypress default theme
hkcharlie
ParticipantSeemed to work, but then I couldn’t login to my admin normally, so something is not right.
Tried to change it back and the theme has changed back on the mobile device, but I still can’t login.
March 22, 2013 at 11:10 pm #157524In reply to: Enable buddypress on WP multisite's sub site
March 22, 2013 at 10:52 pm #157523In reply to: Enable buddypress on WP multisite's sub site
danbpfr
ParticipantOoops !
define(‘BP_ROOT_BLOG’, 2);March 22, 2013 at 10:37 pm #157522In reply to: Enable buddypress on WP multisite's sub site
danbpfr
Participanthi @nikgoss,
if the blog ID is 2, you use the define like this:
`define ( ‘BP_ROOT_BLOG’, ‘2’ );//ID of the blog where BP is installed
`and you put it in the wp-config file
March 22, 2013 at 9:56 pm #157521In reply to: WordPress/Buddypress Voting System like Perlmonks
ozgurpolat
Participant@mercime, I understand your point, but I was not only referring to my own questions, I also noticed questions not being answered in other people’s posts. And some are valid questions. it is a habit from Perlmonks, I normally do a search before asking a question. But some questions aren’t necessarily asked before or answered properly before. Thank you for your response but you haven’t answered my question, my question was a voting, grading system like Perlmonks would encourage the community to participate more?
Do you think the forum is fine as it is and grading system is not required and it is my fault if I cannot find a solution to my problems? 🙂
March 22, 2013 at 9:20 pm #157518In reply to: [Resolved] Activity Plus Box also on Front Page
@mercime
Participant@bergblume Please also post at https://wordpress.org/support/plugin/buddypress-activity-plus as to why those buttons are not showing up under the status update box
As for getting those to show in the front page, assuming the button visibility issue is resolved, you could try making the Activity page as front page of your site via Settings > Reading
March 22, 2013 at 9:12 pm #157515In reply to: WordPress/Buddypress Voting System like Perlmonks
@mercime
Participant@ozgurpolat Thank you for your feedback. I understand where you’re coming from. But comparing Perlmonks and BuddyPress forums is like comparing Apples and Oranges.
Perlmonks, which supports a Programming Language, has been there for around 20 years while BuddyPress Forums, which supports one WordPress plugin, is going on 4+ years. Not that that’s any excuse, but you can see that the awesome folks at Perlmonks have a 15-year headstart and more people power than BuddyPress forum volunteers 🙂
As for some questions not being answered in our forums, I will use the link posted by Perlmonk’s sages http://perl.plover.com/Questions.html
March 22, 2013 at 8:26 pm #157514In reply to: Forum Users Support
@mercime
ParticipantWhen I add a new user for the subscription, I check “Add the user without sending them a confirmation email,” however it still sends the confirm email although I’ve check not to send.
First thing to do is to check if this is really a BuddyPress issue. Deactivate BuddyPress and “add user without sending them a confirmation email” and check what happens.
March 22, 2013 at 8:21 pm #157512In reply to: Change login landingpage
@mercime
Participant@rondena have you checked out https://wordpress.org/extend/plugins/buddypress-login-redirect/ ?
March 22, 2013 at 8:20 pm #157510In reply to: Group Member Permissions
-
AuthorSearch Results