-
Prince Abiola Ogundipe replied to the topic Private Message Button showing on My own Profile After Buddypress Update in the forum How-to & Troubleshooting 9 years, 9 months ago
Thanks so much for your help, I will recheck that theme and update the plugin with new inbuilt css.
-
Prince Abiola Ogundipe replied to the topic Private Message Button showing on My own Profile After Buddypress Update in the forum How-to & Troubleshooting 9 years, 9 months ago
-
Prince Abiola Ogundipe replied to the topic Private Message Button showing on My own Profile After Buddypress Update in the forum How-to & Troubleshooting 9 years, 9 months ago
I am very sorry for leaving the topic so long, Its been a long time I visited here. been so busy working on some different project plus now enroled in Uni doing IT.
here is the plugin:
https://wordpress.org/plugins/bp-facebook-style-friend-lists/
Thanks for your help
-
Prince Abiola Ogundipe replied to the topic Private Message Button showing on My own Profile After Buddypress Update in the forum How-to & Troubleshooting 9 years, 9 months ago
I am very sorry for leaving the topic so long, Its been a long time I visit here. been so busy working on some different project plus now enroled in Uni doing IT.
here is the plugin:
https://wordpress.org/plugins/bp-facebook-style-friend-lists/
Thanks for your help
-
Prince Abiola Ogundipe replied to the topic Private Message Button showing on My own Profile After Buddypress Update in the forum How-to & Troubleshooting 9 years, 9 months ago
@danbp, I have just found out that the problem is from one of my plugin, am still very puzzled on how to solve this.
Any help will be appriciated.
tahnks
-
Prince Abiola Ogundipe replied to the topic Private Message Button showing on My own Profile After Buddypress Update in the forum How-to & Troubleshooting 9 years, 10 months ago
This is quite funny, I have taken all the custom codes out and the problem still not solved. please any more suggestion from anyone?
thanks
-
Prince Abiola Ogundipe replied to the topic Private Message Button showing on My own Profile After Buddypress Update in the forum How-to & Troubleshooting 9 years, 11 months ago
@danbp, oh I see, I have lots of codes. I will re create the theme from the scratch to know which code is the culprit.
Regards
-
Prince Abiola Ogundipe started the topic Private Message Button showing on My own Profile After Buddypress Update in the forum How-to & Troubleshooting 9 years, 11 months ago
Hi,
I just noticed that after Updating one of my site to 2.1.1, Private Message Button is now showing on My own Profile which is very weird.
Please how can I solved this problem, have searched google and couldnt find anything.
Am using Latest wordpress and Latest Buddypress.
Thanks
AB -
Prince Abiola Ogundipe replied to the topic oEmbed in BP Profile Field in the forum How-to & Troubleshooting 9 years, 12 months ago
-
Prince Abiola Ogundipe replied to the topic oEmbed in BP Profile Field in the forum How-to & Troubleshooting 10 years ago
did you remember to change the field name (YOUR FIELD NAME)to the name you call it in your?
I am currently using the code and working fine for me.
-
Prince Abiola Ogundipe replied to the topic oEmbed in BP Profile Field in the forum How-to & Troubleshooting 10 years ago
@myg0t, try the code below
// Enable oembed in profile
function bp_youtube_in_profile() {
add_filter( 'bp_get_the_profile_field_value', 'bp_enable_youtube_in_profile', 9, 3 );
}
add_action( 'bp_init', 'bp_youtube_in_profile', 0 );function bp_enable_youtube_in_profile( $val, $type, $key ) {
$field = new BP_XProfile_Field( $key…[Read more]
-
Prince Abiola Ogundipe replied to the topic oEmbed in BP Profile Field in the forum How-to & Troubleshooting 10 years ago
@myg0t, try the code below
// Enable oembed in profile
function bp_youtube_in_profile() {
add_filter( ‘bp_get_the_profile_field_value’, ‘bp_enable_youtube_in_profile’, 9, 3 );
}
add_action( ‘bp_init’, ‘bp_youtube_in_profile’, 0 );function bp_enable_youtube_in_profile( $val, $type, $key ) {
$field = new BP_XProfile_Field( $key…[Read more]
-
Prince Abiola Ogundipe replied to the topic Change Favorites Text in the forum How-to & Troubleshooting 10 years ago
Try something like this:
[Read more]
function multiple_translate_text( $translated_text ) {
switch ( $translated_text ) {
case 'Remove Favorite' :
$translated_text = __( 'Un Vouch' );
break;
case 'Favorite' :
$translated_text = __( 'Vouch' );
break;
case 'Favorites' :
$translated_text = __(… -
Prince Abiola Ogundipe replied to the topic My customs styles stopped work in the forum How-to & Troubleshooting 10 years, 2 months ago
@miguelcortereal, it happened to me too, latest update is overiding the buddypress.css, what you can do is to create another file in your CSS folder where you have buddypress.css, call it my-custom.css, copy over any part you want to amend from buddypress.css to your my-custom.css file, amend it and make sure you end it with ! important.
thats…[Read more]
-
Prince Abiola Ogundipe replied to the topic [Resolved] Creating a custom tab where the tab is a link to a page? in the forum How-to & Troubleshooting 10 years, 2 months ago
@splendorito
try this, and make sure you amend it to your need, in my case, it was a question page that i redirect to.Naijaping
-
Prince Abiola Ogundipe replied to the topic Feedback needed before i release this buddypress theme in the forum Showcase 10 years, 6 months ago
yes I know about the “All stream”, “Add Photo ” not found. those are the remaining files i need to link. when am back to the UK from Holiday.
Thanks for your time.
Best Regards -
Prince Abiola Ogundipe replied to the topic Feedback needed before i release this buddypress theme in the forum Showcase 10 years, 6 months ago
@bphelp, thanks boss for the feedback, I will look into the error.
@henrywright, thanks for the feedback, yes I will definately make theme responsive. I have the necessary @media screen css ready to take care of that.
As a free theme, i dont want to use bootstrap because of my past experience.
After the release, update will include changing the…[Read more]
-
Prince Abiola Ogundipe started the topic Feedback needed before i release this buddypress theme in the forum Showcase 10 years, 6 months ago
Hi all, @bphelp,@henrywright
can you please check out my buddypress theme(BP TIMELINE) and give any honest suggestion before i release it.
I can finish some of the little bugs in 1 day or 2 but i am currently on holiday in africa with my family so i will release the theme when I am back.
So please leave your feedback and any more feature…[Read more]
-
Prince Abiola Ogundipe replied to the topic Feature Request: Ajax loading spinner in the forum Requests & Feedback 10 years, 6 months ago
I brought the loading function back in one of the theme am building by using just css.
1, I added ajax spinner
2, I changed the button background while loading to make it look disabled.
below is an example for the post button:
#buddypress #whats-new-form a.loading,
#buddypress #whats-new-form input.loading…[Read more] -
Prince Abiola Ogundipe replied to the topic [Resolved] How do I change my activity from everything to updates on default? in the forum How-to & Troubleshooting 10 years, 6 months ago
the following thread will solve your problem
https://buddypress.org/support/topic/block-activity-stream-types/
Naijaping
- Load More
@naijaping
Active 4 years, 9 months ago