Signature By Default


Subject: Signature By Default
Yes, its me again :P

I've been searching IP but I can't find how to make the signature always appear in every post.

Can Anyone help me?

Any help would be greatly appreciated!

Profile PM  
Subject: Re: Signature By Default
have you had a look in Profile-Preferences ????

Subject: Re: Signature By Default
There is a switch in ACP

ACP > configuration > board > User and Forum Basic Settings > allow signature

Profile PM  
Subject: Re: Signature By Default
Is there a way to make it so the attach signature starts off ticked?

Profile PM  
Subject: Re: Signature By Default
there is , but this means an file edit

Subject: Re: Signature By Default
Hm, every user can edit this i there profil.

Profil -> Settings -> Preferences

Always attach my signature: YES

I don't know if there is a switche to enable it for all users.
I think if would like that for all users, you have to do that with sql code in you db

Profile PM  
Subject: Re: Signature By Default
Try this:
Code: [Download] [Hide] [Select]
ALTER TABLE `phpbb_users` CHANGE `user_attachsig` `user_attachsig` TINYINT( 1 ) NOT NULL DEFAULT '1';
UPDATE `phpbb_users` SET `user_attachsig` = '1';
UPDATE `phpbb_posts` SET `enable_sig` = '1';


Remember to change table prefix to the one you are using.


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.2323s (PHP: 10% SQL: 90%)
SQL queries: 15 - Debug Off - GZIP Enabled