-
Paul replied to the topic Default Avatar Doesnt show up in the forum How-to & Troubleshooting 10 years, 5 months ago
-
Paul started the topic Default Avatar Doesnt show up in the forum How-to & Troubleshooting 10 years, 5 months ago
The default Avatar of Mystery man doesnt show up in the website!
As well as there are major issues in the visualisations of user profiles.It doesnt show up as expected. the profile menu is messed up, the icons doesnt show at all.
Anyone please help.
-
Paul replied to the topic [Resolved] Problem with profile activation in the forum How-to & Troubleshooting 10 years, 5 months ago
Well this issue is resolved. I installed an SMTP plugin and this got fixed.
-
Paul started the topic [Resolved] Problem with profile activation in the forum How-to & Troubleshooting 10 years, 5 months ago
Well I just figured out that the activation for user profile is not working at all.
Once the new user registers. It asks to activate the account from email. But No emails come for activation.
I tried to give the credential which was provided during the registration. Doesnt work.Please help me out.
-
Paul replied to the topic [Resolved] Need to disable the user access to wordpress admin panel in the forum How-to & Troubleshooting 10 years, 5 months ago
Okay
I did it
function annointed_admin_bar_remove() {
global $wp_admin_bar;/* Remove their stuff */
$wp_admin_bar->remove_menu('wp-logo');
}add_action('wp_before_admin_bar_render', 'annointed_admin_bar_remove', 0);
Thought of to give the solution if anybody needs it.
-
Paul started the topic How to have a cover photo on user profiles? in the forum Creating & Extending 10 years, 5 months ago
1. I was wondering whether it is possible to have facebook style cover photos in Buddypress user profiles?
If it needs to be custom coded please show me the way.
2. One more thing Can I make the user photo in a circle format? to make it look a little stylish.3. How do I have a menu only for user profiles, right now all the fields looks a little…[Read more]
-
Paul replied to the topic [Resolved] Need to disable the user access to wordpress admin panel in the forum How-to & Troubleshooting 10 years, 5 months ago
This question awaits an answer. Sorry for bumping.
-
Paul replied to the topic [Resolved] Need to disable the user access to wordpress admin panel in the forum How-to & Troubleshooting 10 years, 5 months ago
I have another question.
If I want to remove wordpress logo from the top wordpress bar where the buddypress activity dropdown shows, I want to place my website logo there. what I need to do. Is that possible.
-
Paul replied to the topic [Resolved] Need to disable the user access to wordpress admin panel in the forum How-to & Troubleshooting 10 years, 5 months ago
Thanks a lot. 🙂
-
Paul replied to the topic [Resolved] Need to disable the user access to wordpress admin panel in the forum How-to & Troubleshooting 10 years, 5 months ago
Just make sure the directory structure stays the same.
I have copied the buddypress folder from the plugin to Theme-child folder.
I read the codex too. But doesnt tell anything about the directory structure. do you mean that I need to create a pluin folder inside my child theme.now my directory structure…[Read more]
-
Paul replied to the topic [Resolved] Need to disable the user access to wordpress admin panel in the forum How-to & Troubleshooting 10 years, 5 months ago
Awesome!
Thanks for that quick reply.
I have another question. Sorry it is silly I know. As I am new to buddypress I am taking some time reading all the docs. The question is if I make any modification in the front end views for the buddypress installation I guess I need to do in a child theme so that the modifications doesnt go off with the new…[Read more]
-
Paul started the topic [Resolved] Need to disable the user access to wordpress admin panel in the forum How-to & Troubleshooting 10 years, 5 months ago
I need to disable the user access to wordpress admin panel. I do not want them to look into my site’s backend.
from login to all the buddypress activities I want in only on-page.
Is it possible to do so?
@rhododendron
Active 10 years, 5 months ago