-
Author
-
April 13, 2016 at 00:28 #116100
imbixx
ParticipantHello,
I want to put the job title of the user under the name of the user (replace date or add another line)
I added a screen to show you.
Thanks a lot,
Valentin
April 13, 2016 at 19:41 #116356Radu
ModeratorHi,
Please follow this topic : https://archived.seventhqueen.com/forums/topic/members-mansory-page/#post-85970
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 18, 2016 at 16:59 #117273imbixx
ParticipantHi Radu,
Thanks for the answer, i tried your solution but i doesn’t work…
COPY CODEfunction KleoRemoveLastActivityFromDirectory() { return false; } add_filter('bp_get_member_latest_update', 'KleoRemoveLastActivityFromDirectory');and the member_loop don’t do anything…
Thanks for helping!
ValentinApril 18, 2016 at 17:08 #117278Radu
ModeratorTry with this css, by adding it to wp-admin -> theme options -> general settings -> quick css
COPY CODE.groups #members-group-list span.activity { display:none !important; }Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 18, 2016 at 17:13 #117286imbixx
ParticipantHi, thanks for the code.
But how to display the user’s job at this place ?
ValentinApril 19, 2016 at 16:04 #117620Radu
ModeratorFollow this link please : https://archived.seventhqueen.com/forums/topic/member-customization/#post-55624
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 25, 2016 at 13:55 #118725imbixx
ParticipantHi Radu,
Thanks for your help!
I tried but it doesn’t work. Nothing appear.You can have a look at : http://charly.sinontoutvabien.fr/angels/final/groupes/professionnels/ (the text is the last connexion info)
Have you an idea?
ValentinApril 25, 2016 at 19:17 #118818Radu
ModeratorYou have to paste that code into child theme functions.php and the Kleo Child theme needs to be active :
It works the solution is tested by me and by the other users
Make sure you write correctly name of fields
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.