Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
CSIDE and OScript
Customizing user edit and view pages
Chris_Bowman_(spawaruser1_-_(deleted))
Where are the label values stored for the two tabs on the edit (& view) user interface? I have looked through usereditgeneral.html, tabber.html, the ini file, kini table and have not found anything. Can someone give me a hint as to where it might be located?Thanks,Chris
Find more posts tagged with
Comments
Chris_Bowman_(spawaruser1_-_(deleted))
The values are stored in a propeties file in the webuser_2_2_0/ospace directory and referenced in the html file. We want to use the KUAF table (currently using a table managed by a custom module) to store more data on the user but the labels on the user interface are not what we need (we have to remove any reference to personal data). For the specific data fields the reference to the properties file can be changed and hard coded with a different label.Does any one know of a supported method for making changes to a properties file or can I make direct changes with little or no side affects? For reference, we are using html mapping for making changes to html files.Chris
Donna Nalls
Hi Chris,The nice thing about the properties files replacing the xdb ospaces is the ease in which you can make label changes - without the use of the Builder app.You might just want to do a quick search down the LL application directory for the label string -- just to make sure the label is not used elsewhere and you are not going to make changes somewhere that you did not anticipate.Plus, you will have to have an upgrade plan - these files will have to be modified manually everytime you upgrade the webuser module. UNLESS, someone has developed a utility module that will allow us to override properties when a custom ospace loads (something like htmlmap)????Donna