location information fields
I want to remove these two location information fields for the safety and privacy of my members. If anyone can help me thank you.
-
- · John Curtis
- ·
I don't know your location so it might be different for you but I use these settings so to give a more general location rather than the exact physical location. Works out well for me.
-
- · VMaz
-
·
In reply to John Curtis
- ·
what I want is not to see the number field and the street field on this information, so that members do not fill in these two fields
-
- · John Curtis
- ·
Maybe someone else can help you with that. I believe that would be a change in the core files.
-
- · VMaz
-
·
In reply to John Curtis
- ·
I also think, I don't want to make a mistake, hence my request
-
- · John Curtis
- ·
if your not already aware... If you make changes to the core files there is a good chance that auto update may no longer work on your site and you would have to manually update your site to UNA 13 and so on.
-
- · VMaz
-
·
In reply to John Curtis
- ·
yes i know i was wondering if it was not possible to do it with a raw block. because I was able to do it for the visibility of certain things on the site
-
-
- · VMaz
-
·
In reply to LeonidS
- ·
thanks..
-
- · dreamlove
-
·
In reply to LeonidS
- ·
hello, LéonidS, where to find this file
-
-
·
LeonidS
-
·
In reply to dreamlove
- ·
Hello @dreamlove !
It is possible to add via the Custom Styles area of your template.
-
·
LeonidS
-
- · thomlin
-
·
In reply to LeonidS
- ·
These styles will have impact on all modules. For example, for Events, you'd rather prefer keeping street and street number information.
-
-
·
LeonidS
-
·
In reply to thomlin
T
- ·
Hello @thomlin !
You may add the detailed id before the mentioned code like # bx_posts (without space between of course).
-
·
LeonidS
-
- · thomlin
-
·
In reply to LeonidS
- ·
In that case, if one wants to secure privacy of persons, it would then be
#bx_persons? -
-
·
LeonidS
-
·
In reply to thomlin
T
- ·
UPDATE: for the persons edit form it would be bx-page-edit-persons-profile
-
·
LeonidS
-
- · Peter
- ·
@thomlin @LeonidS Please could You post the complete bx_persons css code to hide street and number to add in my custom style sheet?
I tried different versions, but not successfull..
-
-
·
LeonidS
-
·
In reply to Peter
- ·
Hello @Peter !
It would be like this:
#bx-page-edit-persons-profile.bx-form-input-location-street_number, .bx-form-input-location-street {
display: none;
}
If it will not help then plz PM me.
-
·
LeonidS