Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Signature By Default 
 
Yes, its me again  

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!
 



 
DShadowSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Signature By Default 
 
have you had a look in Profile-Preferences ????
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Signature By Default 
 
There is a switch in ACP

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




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Signature By Default 
 
Is there a way to make it so the attach signature starts off ticked?
 



 
DShadowSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Signature By Default 
 
there is , but this means an file edit
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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