We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

[SOLVED] bug number 6 - Member X | Forum

OW-Ghost
OW-Ghost Oct 8 '17
Hello


when i disable "username" it is still shows in search result page?


to show a username like this "dan263892" is NOT IMPORTEN it is only take up alot of SPACE in the search result pages


can you fix?


Thanks


Ow-Ghost

The Forum post is edited by OW-Ghost Dec 27 '17
Daniel
Daniel Oct 9 '17
can you please take a screenshot or something?  
OW-Ghost
OW-Ghost Dec 26 '17
Hello my friend here is a screen shot 
Attachments:
  username not OFF.png (84Kb)
Daniel
Daniel Dec 26 '17
Hi my friend, you can use css to control the username.
Daniel
Daniel Dec 26 '17


.updown_search_result_item_sub .ow_memberx_display_name{display: none !important;}


hi my friend, this is the css to hide the username.  if you want to make the text smaller, you can also put 

font-size: 12px !important;


and so on.

Daniel
Daniel Dec 26 '17
.updown_search_result_item_sub .ow_memberx_display_name

{

font-size: 12px !important;

}


something like this to make the text smaller.

OW-Ghost
OW-Ghost Dec 27 '17
Thanks, I will try this CSS thank you very much and great support :)
You do not have permission to reply this topic