Search Results for 'buddypress'
-
AuthorSearch Results
-
March 23, 2013 at 2:47 pm #157549
maphorn
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
@mercime
Participant@jwf3773 what theme are you using? Have you tried reverting to BP Default theme to check if issue is resolved? If not, while on BP Default theme, have you tried deactivating all plugins except BuddyPress to check which is causing the conflict?
March 22, 2013 at 8:17 pm #157508In reply to: Group Join Password
@mercime
Participant@brashell61 as posted in WP Forums, You’d have to make the group private. Then you would need a custom plugin created for joining a group via password.
March 22, 2013 at 8:13 pm #157507In reply to: Enable buddypress on WP multisite's sub site
ortixia
ParticipantWhere do you put the actual ID number?
March 22, 2013 at 8:09 pm #157506In reply to: Buddypress REGISTER link not working
Hugo Ashmore
ParticipantYou’re logged in!? Try logging out.
March 22, 2013 at 8:08 pm #157505Hugo Ashmore
ParticipantContinue in this thread:
https://buddypress.org/support/topic/downsidespotential-risks-for-not-updating-buddypress/
Three threads on what is clearly the same overall general question is a bit fractured. Explain what you are trying to do in a little detail and people may suggest a better course of action than that which you tend to be suggesting?.
March 22, 2013 at 7:59 pm #157504Hugo Ashmore
ParticipantYou are sort of splitting what is the same question across different threads – not a lot of point really, stick to one please it’s a lot easier :
https://buddypress.org/support/topic/downsidespotential-risks-for-not-updating-buddypress/
Closing.
March 22, 2013 at 7:44 pm #157503Asynaptic
Participantinteresting question, I’ve often wondered this myself
-
AuthorSearch Results