-
Prince Abiola Ogundipe replied to the topic [Resolved] Changing the default mystery man avatar in the forum How-to & Troubleshooting 11 years, 10 months ago
Here is another way of doing it. In your setting >>> discussion >> default avatar them choose mystry man and the following code will go into functions.php
//Custom avatar for no avatar user
[Read more]
function myavatar_add_default_avatar( $url ){
return get_stylesheet_directory_uri() .'/_inc/images/user-nopic2.png';
}
add_filter(… -
Prince Abiola Ogundipe replied to the topic [Resolved] Member search form in header in the forum How-to & Troubleshooting 11 years, 10 months ago
You welcome mate
-
Prince Abiola Ogundipe replied to the topic [Resolved] Member search form in header in the forum How-to & Troubleshooting 11 years, 10 months ago
-
Prince Abiola Ogundipe replied to the topic Buddypress Spam BOTS PLEASE HELP in the forum How-to & Troubleshooting 11 years, 10 months ago
@wpbp, The problem is that many spam nowadays are not bots but real human spam. I have same problem on one of my installation. all you can do is to ban the domain which has been a source of spam to your site. e.g: spam1@me-now.com. spam22@me-now.com
when you put “me-now.com” in the following code, it will ban any email from me-now.com,…[Read more]
-
Prince Abiola Ogundipe replied to the topic Remove Minutes in the forum Installing BuddyPress 11 years, 10 months ago
If what you are after is facebook style activity time i.e something like “Demo” posted an update May 28, 2013 6:00 pm.
you can use the following code in your functions.php
Naijaping
-
Prince Abiola Ogundipe replied to the topic Please HELP! Cannot access my site or wp-admin after updating Buddy Press in the forum How-to & Troubleshooting 11 years, 10 months ago
@mercime, Thanks. you are faster than me.
-
Prince Abiola Ogundipe replied to the topic Please HELP! Cannot access my site or wp-admin after updating Buddy Press in the forum How-to & Troubleshooting 11 years, 10 months ago
Not to worry,
You will be able to access your site through FTP, then rename buddypress to buddypres, and rename Commons in a Box aswell then you can Investigate further.
Naijaping
-
Prince Abiola Ogundipe replied to the topic Who's online? in the forum Requests & Feedback 11 years, 10 months ago
IMO, since there is a simple solution for this request, i dont think it is necessary to be in the core, someone can make a simple plugin of that.
Here is another version which echo NOW ONLINE or OFFLINE tested with latest BP/WP
-
Prince Abiola Ogundipe replied to the topic Who's online? in the forum Requests & Feedback 11 years, 10 months ago
Hi @sooskriszta,
You can easily do that by using the following code in your members-header.php and style accorgingly.
Naijaping
-
Prince Abiola Ogundipe replied to the topic Ramdom members in the forum Requests & Feedback 11 years, 10 months ago
Try the code in the link below. that should solve the problem.
-
Prince Abiola Ogundipe replied to the topic I disabled admin/buddy bar. How can I place notifications in my navigation so people will see when in the forum How-to & Troubleshooting 12 years, 7 months ago
@shawn38, give it a class in the header where you placed it something like
<div id="top-links">
<ul>
<li></li>
</ul>
</div>and put this in your style.css
#top-links ul li:hover ul { /* lists nested under hovered list items */
left: 0px;
}Adjust it accordingly.
Regards
-
Prince Abiola Ogundipe replied to the topic I disabled admin/buddy bar. How can I place notifications in my navigation so people will see when in the forum How-to & Troubleshooting 12 years, 7 months ago
@shawn38, give it a class in the header where you placed it something like
<div id="top-links">
<ul>
<li></li>
</ul>
</div>and put this in your style.css #top-links ul li:hover ul { /* lists nested under hovered list items */
left: 0px;
}Adjust it accordingly.
Regards
-
naijaping started the forum topic How to upgrade Avenue K9 (BuddyPress BuddyPack) theme for bp 1.5 in the group How-To and Troubleshooting 13 years, 5 months ago
Hi, does anyone know how to upgrade Avenue K9 (BuddyPress BuddyPack) theme to be compatible with bp 1.5. i have tried @mercime solution for child theme but still not working.
Any help will be appreciated.
Regards
-
naijaping replied to the forum topic 1.5 Child Theme Not Working in the group How-To and Troubleshooting 13 years, 6 months ago
@mercime, your code is not working for my child theme, i dont know why. it just dont recognise my child theme custom style.css.
-
naijaping replied to the forum topic Remove Mentions and favioute tab in the group How-To and Troubleshooting 13 years, 6 months ago
@martinavive, What is the URL to your site and i will tell you css to do that.
regards
-
naijaping replied to the forum topic How to create a new child theme in bp 1.5, i am completely lost, my child theme is messed up after u in the group How-To and Troubleshooting 13 years, 6 months ago
@r-a-y, can i just add the following code to my child theme function.php and define my custom css in style.css as i dont want to use default theme css.
`if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) […]
-
naijaping started the forum topic How to create a new child theme in bp 1.5, i am completely lost, my child theme is messed up after u in the group How-To and Troubleshooting 13 years, 6 months ago
Any tuitorial on How can i create a new child theme using bp 1.5, my child theme is messed up after update. also some of my hard coded css is not working anymore, i guess may be the slug has changed.
Regards
-
naijaping replied to the forum topic Add Profile link to WP Custom Nav Menu in the group How-To and Troubleshooting 13 years, 6 months ago
@munman, try this
<a href="profile/edit">Edit Profile
regards
-
naijaping replied to the forum topic Disable account deletion for members in the group How-To and Troubleshooting 13 years, 6 months ago
@pengume, goto admin dashboard, under buddypress click general settings, you will see Disable user account deletion?: change it to yes and save. thats it, you done user will not be able to delete account. you can […]
-
naijaping replied to the forum topic Is there any way I can hide page titles? in the group How-To and Troubleshooting 13 years, 6 months ago
@tntag, in your style.css , at the bottom, put .pagetitle{display:none ! important;} thats it. you are done.
regards
- Load More
@naijaping
Active 5 years, 1 month ago