forked from MarseyWorld/MarseyWorld
disable spider toggle when awarded
parent
6b2c838e3a
commit
3a21c7d2ed
|
@ -216,7 +216,7 @@
|
||||||
{{common.text_area_section('profile-signature', '/settings/personal', 'sig', 'Signature', v.sig, 'Limit of 200 characters', 'Enter a signature...', true, false, 200, v.patron or v.sig)}}
|
{{common.text_area_section('profile-signature', '/settings/personal', 'sig', 'Signature', v.sig, 'Limit of 200 characters', 'Enter a signature...', true, false, 200, v.patron or v.sig)}}
|
||||||
{# toggle_section(title, id, name, flag, below_text, disabled) #}
|
{# toggle_section(title, id, name, flag, below_text, disabled) #}
|
||||||
{{common.toggle_section('Private Mode', 'privateswitch', 'private', v.is_private, 'This will hide your profile page from others.', false)}}
|
{{common.toggle_section('Private Mode', 'privateswitch', 'private', v.is_private, 'This will hide your profile page from others.', false)}}
|
||||||
{{common.toggle_section('Spider', 'spiderswitch', 'spider', v.spider, 'Have a spider friend accompany you during your journey on the site.', false)}}
|
{{common.toggle_section('Spider', 'spiderswitch', 'spider', v.spider, 'Have a spider friend accompany you during your journey on the site.', v.spider > 1)}}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="site-settings-filters-section" class="settings-section-section">
|
<section id="site-settings-filters-section" class="settings-section-section">
|
||||||
|
|
Loading…
Reference in New Issue