Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Basic Questions? 
 
Well, I have two ¿basic? questions. Read this please:

1.- How can I make "default activated signature, avatar AND PM"? because my users have to activate it manually ¬¬.

2.-The first letter of all the words on the titles of ALL the topics are in capital letter. How could I change it?

Thanks a lot mates

See you,

Ps: Sorry for my absolutly terrifying english.
 



 
SarkenSend 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: Basic Questions? 
 
Default DB values have to be changed in your phpMyAdmin:

Code: [Download] [Hide] [Select]
ALTER TABLE `phpbb_users` CHANGE `user_allow_pm_in` `user_allow_pm_in` TINYINT(1) NOT NULL DEFAULT '1';
ALTER TABLE `phpbb_users` CHANGE `user_allow_mass_email` `user_allow_mass_email` TINYINT(1) NOT NULL DEFAULT '1';


Or something similar.

Regarding the second point you have to edit this...

OPEN includes/functions_post.php
FIND
Code: [Download] [Hide] [Select]
    if (($userdata['user_level'] != ADMIN) && (($board_config['force_large_caps_mods'] == true) || ($userdata['user_level'] != MOD)))
    {
        //$post_subject = strtolower($post_subject);
        $post_subject = ucwords($post_subject);
    }

REPLACE WITH
Code: [Download] [Hide] [Select]
        //$post_subject = ucwords($post_subject);

 




____________
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