Subsilver2? - Hide profile in viewtopic
Subsilver2?
I have tried by myself but no success
thanks
-
- Registered User
- Posts: 84
- Joined: Tue Apr 16, 2013 2:41 pm
- Contact:
Re: Subsilver2?
Open subsilver2/template/posting_body.html
Find
Code: Select all
<!-- IF S_SIG_ALLOWED -->
<div><label for="attach_sig"><input type="checkbox" name="attach_sig" id="attach_sig"{S_SIGNATURE_CHECKED} /> {L_ATTACH_SIG}</label></div>
<!-- ENDIF -->
Add after
Code: Select all
<!-- IF S_POST_PROFILE_ALLOWED -->
<div><label for="post_profile"><input type="checkbox" name="post_profile" id="post_profile"{S_POST_PROFILE_CHECKED} /> {L_POST_PROFILE}</label></div>
<!-- ENDIF -->
Open subsilver2/tempate/viewtopic_body.html
Find
Code: Select all
<div class="postbody">
Replace with
Code: Select all
<div class="postbody"<!-- IF postrow.S_POST_PROFILE --> style="width: 100%;"<!-- ENDIF -->>
Find
Code: Select all
<!-- IF postrow.S_IGNORE_POST -->
Repalce with
Code: Select all
<!-- IF not postrow.S_IGNORE_POST and not postrow.S_POST_PROFILE -->
-
- Registered User
- Posts: 558
- Joined: Sun May 02, 2010 5:05 am
- Location: Your ACP
- Name: Wadie
- Contact:
Re: Subsilver2?
Open subsilver2/template/posting_body.html
Find:
Code: Select all
<!-- IF S_SIG_ALLOWED -->
<div><label for="attach_sig"><input type="checkbox" name="attach_sig" id="attach_sig"{S_SIGNATURE_CHECKED} /> {L_ATTACH_SIG}</label></div>
<!-- ENDIF -->
Add after:
Code: Select all
<!-- IF S_NOTIFY_ALLOWED -->
<tr>
<td><input type="checkbox" class="radio" name="notify"{S_NOTIFY_CHECKED} /></td>
<td class="gen">{L_NOTIFY_REPLY}</td>
</tr>
<!-- ENDIF -->
Thank you
-
- Registered User
- Posts: 84
- Joined: Tue Apr 16, 2013 2:41 pm
- Contact:
Re: Subsilver2?
I do hate subsilver 2 so i wont do an addon for this.
Regards.
- Geolim4
- Former Team Member
- Posts: 1965
- Joined: Sat Sep 11, 2010 3:28 pm
- Location: Nantes, France
- Name: Georges
- Contact:
Re: Subsilver2?
[td class=statement]I ♥ Notepad++ ![/td]
<!-- ENDNEVER --> <!-- tee hee -->

Whoa ooo whoa ooo whoa I'm a Lady!
- PiperB
- Registered User
- Posts: 173
- Joined: Mon Nov 07, 2016 6:54 pm
- Contact: