The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Hide Options To Members When Posting New Topic

3 posters

Go down

Solved Hide Options To Members When Posting New Topic

Post by URFTV July 3rd 2010, 6:02 am

I don't want users to disable BBCode or Smilies, but it's okay for admins and moderators to disable them. Anyway to stop them doing this. Also, I ALWAYS want their signature showing, I don't want them to have a choice.
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Hide Options To Members When Posting New Topic

Post by URFTV July 8th 2010, 9:14 am

BUMP.
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Hide Options To Members When Posting New Topic

Post by Gramagamus Online July 8th 2010, 9:20 am

The first is not possible. The second, you can't force them, but if you go into the admin panel and edit EVERY account to "Always Show my Signature = Yes" you can, yet they can still change it to no if they find out.
Gramagamus Online
Gramagamus Online
Forumember

Male Posts : 441
Reputation : 0
Language : English | HTML |
Location : Australia

http://gramagamus.darkbb.com/

Back to top Go down

Solved Re: Hide Options To Members When Posting New Topic

Post by Darren1 July 8th 2010, 10:11 am

Hello,

we can remove the option via template editing, but it would remove it from ALL users, including admins.
Wold u like me to tell u how to do it?
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Hide Options To Members When Posting New Topic

Post by URFTV December 14th 2010, 11:43 am

is there a css code to hide it from everyone even admins?
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Hide Options To Members When Posting New Topic

Post by URFTV December 17th 2010, 11:13 am

bump
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Hide Options To Members When Posting New Topic

Post by URFTV December 20th 2010, 6:15 am

bump
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Hide Options To Members When Posting New Topic

Post by Darren1 December 20th 2010, 6:35 am

Sorry about the delay, Ive been quite flat chat with work lately Wink

Please note the alternatives: Admin panel >> Users & Groups > User options > Signature (This goes according to groups, like we have here on the SF)

If you want to remove it from everyone, so that the option does not show, please proceed, but be aware, the signature option in the admin panel does continue to show (You cannot remove that, only admins an edit that, and that if you proceed with this, that the option is disabled for EVERYONE including administrator's, and you the founder, there is no known admin only code.)


To remove the option of signatures completely from all users (Including admin; you either have for all, or for none)
Admin panel >> Display > Template/profile > Profile_add_body > And locate the code: <!-- END switch_report --> below it you should find the following code
Code:
<tr>
      <td class="row1"><span class="gen">{L_ALWAYS_ADD_SIGNATURE} :</span></td>
      <td class="row2">
         <label class="gen"><input type="radio" name="attachsig" value="1" {ALWAYS_ADD_SIGNATURE_YES} />{L_YES}</label>  
         <label class="gen"><input type="radio" name="attachsig" value="0" {ALWAYS_ADD_SIGNATURE_NO} />{L_NO}</label>
      </td>
   </tr>

remove it all, save & publish.
=> This has removed it from the users profile
---> In addition, let me know if you want to remove the option to edit the signature from the options profile/preferences/signature/avtar/friends/foes ect, Ill check it out if you desire.

Now, when publishing, you should be redirected automatically back to the General listing, if not, click Templates/General Then click on Viewtopic_body and locate this code <div class="signature_div">
Immediately below you, you will see the following:
[code]<div class="signature_div">
{postrow.displayed.SIGNATURE}
</div>

</div>[code]
Remove it, save & publish.
=> This removes the "display signature on this post" option

Now, final step
Templates / Post & private message > Post_body
Locate this code: <!-- BEGIN switch_signature_checkbox -->
Remove this code:
[code]<!-- BEGIN switch_signature_checkbox -->
<tr>
<td><input type="checkbox" name="attach_sig"{S_SIGNATURE_CHECKED}></td>
<td><span class="gen">{L_ATTACH_SIGNATURE}</span></td>
</tr>
<!-- END switch_signature_checkbox -->[/code]

This should completely remove it from all options!
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Hide Options To Members When Posting New Topic

Post by URFTV December 22nd 2010, 5:39 am

Sweet! Solved.
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Hide Options To Members When Posting New Topic

Post by Guest December 22nd 2010, 11:17 pm

Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum