-
Prince Abiola Ogundipe replied to the topic How to override a core method? Urgent! in the forum How-to & Troubleshooting 11 years ago
-
Prince Abiola Ogundipe replied to the topic i accidentally changed my site's theme, how do i change it back? in the forum Installing BuddyPress 11 years, 1 month ago
goto wp-admin area, then to appearance —–> themes and you will see all your themes then click activate on any of the theme you want to use.
-
Prince Abiola Ogundipe replied to the topic Automatic email to Inactive Users in the forum How-to & Troubleshooting 11 years, 1 month ago
you can try this: https://github.com/imath/bp-wake-up-sleepers
and there is another premium one call inactive user
Naijaping
-
Prince Abiola Ogundipe replied to the topic Notification widget/plugin? in the forum How-to & Troubleshooting 11 years, 1 month ago
what exactly are you trying to do, just the notification link or more? any link to your test site may be i can be of help.
Naijaping
-
Prince Abiola Ogundipe replied to the topic Pages registration, like on FB? in the forum Ideas 11 years, 2 months ago
@3×7,
There is no plugin for that, but I think I remember someone did that before by using Group function. you can search the forum.
Naijaping
-
Prince Abiola Ogundipe replied to the topic Broken Plugin in the forum Installing BuddyPress 11 years, 2 months ago
@avromi, that means you are out of memory. which host are you using? and do you have access to Cpanel?
-
Prince Abiola Ogundipe replied to the topic Crazy and yet simple question in the forum Installing BuddyPress 11 years, 4 months ago
-
Prince Abiola Ogundipe replied to the topic Gmail contacts importer in the forum Third Party Plugins 11 years, 4 months ago
ok, may be you can give this a go. you will need to update it to work with latest WP/BP
https://wordpress.org/plugins/invitefriends-plug-in/
Naijaping
-
Prince Abiola Ogundipe replied to the topic Gmail contacts importer in the forum Third Party Plugins 11 years, 4 months ago
if you are a developer, have a look at this: https://developers.google.com/google-apps/contacts/v3/
It should give you an Idea.
Naijaping
-
Prince Abiola Ogundipe replied to the topic Gmail contacts importer in the forum Third Party Plugins 11 years, 4 months ago
@marathifacebook, am not being funny, but no one will be willing to help you with this kind of you attitude, refering to a free plugin which developer spent hours of hardwork on as useless even make the matter worst.
There is no free gmail importer that am aware of, you may have to consider some paid one and make it work with buddypress or code…[Read more]
-
Prince Abiola Ogundipe replied to the topic Send all private messages to admin for approval in the forum Miscellaneous 11 years, 5 months ago
@imagine81, what you can do is create a function using ban array to ban some words e.g:”Phone Number”, “My address” etc…and check for the ban words in private messages.
Naijaping
-
Prince Abiola Ogundipe replied to the topic Send all private messages to admin for approval in the forum Miscellaneous 11 years, 5 months ago
@imagine81, You can use a function to remove email contact from private message:
Naijaping
-
Prince Abiola Ogundipe replied to the topic Read birthdays from wp_bp_xprofile_data table in the forum How-to & Troubleshooting 11 years, 5 months ago
@praveshraheja, whatever you Name the field that you use date selector to create is your birthday field name. e.g Birthday or Your Date of birth.
Note: The field must be exactly as you name it
Naijaping
-
Prince Abiola Ogundipe replied to the topic [Resolved] Admin Bar in the forum How-to & Troubleshooting 11 years, 5 months ago
@martinm92, if you want to rename it what ever you like or style it, you can try:
<a class="lostpass"href="http://www.yoursite.com/wp-login.php?action=lostpassword">Lost password?</a>
then you can change Lost password to whatever you like
-
Prince Abiola Ogundipe replied to the topic Disable user without erasing profile data in the forum Creating & Extending 11 years, 5 months ago
@mistercyril, after a quick search, I found – https://wordpress.org/plugins/user-control/ you can have a look if you can use is for buddypress.
Note: I have not tested this plugin
-
Prince Abiola Ogundipe replied to the topic Disable user without erasing profile data in the forum Creating & Extending 11 years, 5 months ago
@mistercyril, There is no such function by default, what you can do is hire a developer to create a plugin which does that for you.
Naijaping
-
Prince Abiola Ogundipe replied to the topic [Resolved] Admin Bar in the forum How-to & Troubleshooting 11 years, 5 months ago
you welcome
-
Prince Abiola Ogundipe replied to the topic [Resolved] Admin Bar in the forum How-to & Troubleshooting 11 years, 5 months ago
@martinm92, use this functions stolen from modemloopers plugin
-
Prince Abiola Ogundipe replied to the topic [Resolved] Admin Bar in the forum How-to & Troubleshooting 11 years, 5 months ago
@martinm92, a link to you test site ?
-
Prince Abiola Ogundipe replied to the topic [Resolved] Admin Bar in the forum How-to & Troubleshooting 11 years, 5 months ago
@martinm92, put the following code in functions.php of your theme. assuming you are using child theme.
// Remove html margin from body
function my_function_admin_bar(){ return false; }
add_filter( 'show_admin_bar' , 'my_function_admin_bar'); - Load More
@naijaping
Active 4 years, 9 months ago