-
Henry Wright replied to the topic Registration form on the homepage in the forum Creating & Extending 12 years, 3 months ago
I don’t understand. Hopefully somebody will be able to help you. Good luck with your question.
-
Henry Wright replied to the topic Registration form on the homepage in the forum Creating & Extending 12 years, 3 months ago
Hi @sadeghr,
Answers to what question? Sorry I’m not fully understanding.
-
Henry Wright replied to the topic private message – not private in the forum How-to & Troubleshooting 12 years, 3 months ago
The ticket seems to be resolved? Read the last reply from the original poster. Would that solution help you?
-
Henry Wright replied to the topic Best way to enable facebook login? in the forum How-to & Troubleshooting 12 years, 3 months ago
Do you have a link to Social Login?
-
Henry Wright replied to the topic private message – not private in the forum How-to & Troubleshooting 12 years, 3 months ago
Certainly a problem, but not necessarily a bug. Can you try deactivating all plugins aside from BP to see if the problem persists?
-
Henry Wright replied to the topic Registration form on the homepage in the forum Creating & Extending 12 years, 3 months ago
@sadeghr OK great! 🙂
-
Henry Wright replied to the topic Registration form on the homepage in the forum Creating & Extending 12 years, 3 months ago
I want to Registration my index page I put the code below
I don’t understand?
-
Henry Wright replied to the topic Registration form on the homepage in the forum Creating & Extending 12 years, 3 months ago
Hi @sadeghr
In your WordPress dashboard – set your ‘static front page’ to your ‘Register’ page.
-
Henry Wright commented on the post, Welcoming Mathieu Viet to the BuddyPress core team, on the site BuddyPress.org 12 years, 3 months ago
Congratulations @imath!
-
Henry Wright replied to the topic bp_notifications_get_notifications_for_user doesn't display bbpress notification in the forum How-to & Troubleshooting 12 years, 3 months ago
As @shanebp said, I think you might need 2
forloops to handle$notifications[$i]when it is of typearray -
Henry Wright replied to the topic bp_notifications_get_notifications_for_user doesn't display bbpress notification in the forum How-to & Troubleshooting 12 years, 3 months ago
Does the code you’re using display any notifications? i.e. is it just the bbPress notifications that are not displaying?
-
Henry Wright replied to the topic bp_notifications_get_notifications_for_user doesn't display bbpress notification in the forum How-to & Troubleshooting 12 years, 3 months ago
Hey @m1000
I’m not sure using BuddyPress functions will work for bbPress?
-
Henry Wright replied to the topic Will buddypress ever support iPhone uploads and mobile app? in the forum Requests & Feedback 12 years, 3 months ago
I can’t figure out how to get this working. It’s actually been on my ‘todo’ list for weeks but I can’t seem to crack it. I even opened a bounty on the problem on Stack Overflow 4 days ago 🙂
Any hints on what I should be doing to…[Read more]
-
Henry Wright replied to the topic Flat Portal: Client area child theme of Twenty Thirteen in the forum Creating & Extending 12 years, 3 months ago
You could try updating to Bootstrap v3. It’s mobile first and in my opinion makes everything work so much smoother. I updated from v2 to v3 as soon as v3 dropped, and am glad I did!
-
Henry Wright replied to the topic 2.0 top features – ideas in the forum Ideas 12 years, 3 months ago
@buddyboss if you’re not happy with the notification tables then you can remove the default and add your own. e.g:
remove_action( 'bp_notification_settings', 'messages_screen_notification_settings', 2 );
// remove the rest too...[Read more]
function custom_notification_settings() {
// your own custom stuff
}
add_action( 'bp_notification_settings',… -
Henry Wright replied to the topic Show notification bubble somewhere else in the forum How-to & Troubleshooting 12 years, 3 months ago
@xwafflecakes since BP 1.9, you should have dedicated notifications pages at
members/username/notifications/andmembers/username/notifications/read/Do these help?
Regarding the notifications ‘bubble’ in the admin bar – you can output the number of notifications a user has like this
echo bp_notifications_get_unread_notification_count(…[Read more] -
Henry Wright replied to the topic Font colour on Buddypress pages in the forum How-to & Troubleshooting 12 years, 3 months ago
@houndlounge great to see you managed to find a solution but, just be aware with that particular solution, if you upgrade BuddyPress your changes will be lost
-
Henry Wright replied to the topic Font colour on Buddypress pages in the forum How-to & Troubleshooting 12 years, 3 months ago
@hnla i should really be more thoughtful when and where i use
!important– you’re right, perhaps it’s being lazy to use it in this case. -
Henry Wright replied to the topic Font colour on Buddypress pages in the forum How-to & Troubleshooting 12 years, 3 months ago
Try
body {
color: #000 !important;
} -
Henry Wright replied to the topic Will buddypress ever support iPhone uploads and mobile app? in the forum Requests & Feedback 12 years, 3 months ago
Cool! I’ll check it out… 🙂
- Load More
@henrywright
Active 2 years, 1 month ago