mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Add option to force all member pages to use the member mid
This commit is contained in:
parent
80fa953eb1
commit
1af9d5999c
6 changed files with 25 additions and 14 deletions
|
|
@ -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>
|
||||
|
||||
<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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue