Replies
- evillizard on November 5, 2019 at 9:07 am in reply to: [Resolved] Add "featured" content at top of "community activity update" page #26265
Hi @ravi
add_action( 'bp_before_directory_activity', function() { // Replace item id by your user id. I am assuming logged in user id. echo bp_core_fetch_avatar( array( '114' => bp_loggedin_user_id(), 'type' => 'full' ) ); } );
– the user id is “114” ….trying to add that in functions.php ..but its not working…the editor keeps rolling it back cos of an error
..
And also
How do i put a text underneath the photo like: “employee of the month” ??
- This reply was modified 5 years ago by evillizard.
- evillizard on October 31, 2019 at 6:28 pm in reply to: [Resolved] Revert back to old registration form or password box #26228
Thank you sir..it worked…
but what if i still want to keep up with buddypress updates.. But at the same time i still want password field looking like the old one?
- evillizard on October 31, 2019 at 12:08 pm in reply to: [Resolved] Revert back to old registration form or password box #26225
This is how the registration page looked in the buddypress version 4.3.0
and YES! you where right..there was also a confirm password space.. => https://prnt.sc/pqm4su
I honestly thought i removed it
…
But this is exactly how i want my registration page to look again.. Not like the one in the newer version
Please help me
- evillizard on October 31, 2019 at 11:42 am in reply to: [Resolved] Revert back to old registration form or password box #26223This reply has been marked as private.
- evillizard on October 31, 2019 at 10:14 am in reply to: [Resolved] Revert back to old registration form or password box #26222
I think its called buddypress password control… It came with the new buddypress update
Take a look here= https://prnt.sc/pqkbds
…
I dislike it and wld wish to revert back to how it was before, please help me
- evillizard on October 31, 2019 at 8:23 am in reply to: [Resolved] Revert back to old registration form or password box #26216
I know boss..i removed one with your code remember your blog post – how to make registration easier?
…
I removed the confirm password box with your code
..
But now..it has changed to this password policy stuff…how do i take it back to what it was - evillizard on October 22, 2019 at 6:56 am in reply to: [Resolved] Make site to be able to handle too many comments. #26060
Please how do i operate or check my sql error log?
..
..Also i forgot to add
When it gives the “error establishing database connection”Or
Goes to the install.php
–
It takes about 30mins to 1hour before the website returns.It is that 30mins to 1hour downtime that i want to stop from happening each time a post is over-loaded with comments
- evillizard on October 9, 2019 at 7:21 pm in reply to: [Resolved] Hide member list/page from specific users #25811
Thank you sir..ild try it out as soon as i can…no electricity for days
- evillizard on September 21, 2019 at 9:51 pm in reply to: [Resolved] Hide member list/page from specific users #25405
Thank you boss…i appreciate you so much ( i used by user ID cos thats the one that worked)
I.wonder is it possible to redirect those who are not allowed to see the page.. To redirect them to another page of my choice?
- evillizard on September 16, 2019 at 7:40 pm in reply to: [Resolved] Hide member list/page from specific users #25320
Hello