Second question is how can I edit the users profile page title. I cannot find it anywhere in the language setings. It displays username but, I want it to display Username | Site Title
Second question is how can I edit the users profile page title. I cannot find it anywhere in the language setings. It displays username but, I want it to display Username | Site Title
find this line of code near bottom:
"<div class="ow_right ow_narrow">
{form name='DisplayNameSearchForm'}
{block_decorator name="box" addClass="ow_center" iconClass="ow_ic_lens" langLabel="base+user_search_display_name_search_label"}
<div class="clearfix ow_smallmargin">
{label name=$displayNameQuestion.name}
{input class="display_name_input" name=$displayNameQuestion.name}
</div>
{submit class="ow_txtcenter" name='DisplayNameSearchFormSubmit'}
{/block_decorator}
{/form}
</div>"
and delete, save, upload.
Also, is there anyway to set the lifetime of a member login time? Where the script will log an inactive user out after (example) 15 minutes?