Add option to force all member pages to use the member mid

This commit is contained in:
Kijin Sung 2023-06-20 02:14:46 +09:00
parent 80fa953eb1
commit 1af9d5999c
6 changed files with 25 additions and 14 deletions

View file

@ -12,7 +12,12 @@
{$site_module_info->domain}{\RX_BASEURL}<!--@if(!config('url.rewrite'))-->index.php?mid=<!--@endif-->
</span>
<input type="text" name="member_mid" id="member_mid" value="{$config->mid ?? 'member'}" />
<p class="x_help-block">{$lang->about_mid}</p>
&nbsp;
<label class="x_inline" for="force_mid">
<input type="checkbox" name="force_mid" id="force_mid" value="Y" checked="checked"|cond="!empty($config->force_mid)" />
{$lang->cmd_force_member_mid}
</label>
<p class="x_help-block" style="margin-top:10px">{$lang->about_mid}</p>
</div>
</div>
<div class="x_control-group">