Hi,
what should I change to the titles (in subject) appear in lowercase?
Thnks
Daniel
Icy Phoenix 1.2.0.27 based on phpBB 2.0.23
http://isis.zm.nu
SOLVED How To Put A Subject In Lowercase?
Subject: Re: How To Put A Subject In Lowercase?
i dont understand what you mean :oops: can you describe it better please ?
danicom wrote: [View Post]
i dont understand what you mean :oops: can you describe it better please ?
Subject: Re: How To Put A Subject In Lowercase?
I bet a penny he is talking about the subject titles being upper case. He wants them to be lower case.
Notice in the picture each word in the subject line is capitalized?
Notice in the picture each word in the subject line is capitalized?
Spoiler: [ Show ]
Subject: Re: How To Put A Subject In Lowercase?
Exactly!
This is the problem, the user types, for example, "sample post." But this changes the text "Sample Post"
This is the problem, the user types, for example, "sample post." But this changes the text "Sample Post"
Subject: Re: How To Put A Subject In Lowercase?
This should work fine:
OPEN includes/functions_post.php
FIND
REPLACE WITH
OPEN includes/functions_post.php
FIND
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);
}
{
//$post_subject = strtolower($post_subject);
$post_subject = ucwords($post_subject);
}
REPLACE WITH
Subject: Re: How To Put A Subject In Lowercase?
Or...
ACP -> Configuration -> Icy Phoenix -> Posting and Messages -> ProperCase subjects: NO
ACP -> Configuration -> Icy Phoenix -> Posting and Messages -> ProperCase subjects: NO
Subject: Re: How To Put A Subject In Lowercase?
you are not only one who didnt saw it :mrblue: :shock: :oops: mee to :mrorange:
TheSteffen wrote: [View Post]
you are not only one who didnt saw it :mrblue: :shock: :oops: mee to :mrorange:
Subject: Re: How To Put A Subject In Lowercase?
Don't feel embarrassed! I last posted in this topic in November and completely forgot that switch was there. It's been in Icy Phoenix since .27 released, LOL.
Subject: Re: How To Put A Subject In Lowercase?
I was have selected this option, but dont works.i go to essay with the code.
Thnks
Daniel
Chaotic wrote: [View Post]
I was have selected this option, but dont works.i go to essay with the code.
Thnks
Daniel
Subject: Re: How To Put A Subject In Lowercase?
You ticked YES for this option?
ProperCase subjects: Topic subjects will be converted to proper case for all users except admins.
Did you clear your cache after changing this?
ProperCase subjects: Topic subjects will be converted to proper case for all users except admins.
Did you clear your cache after changing this?
Subject: Re: How To Put A Subject In Lowercase?
Yes, I try with the two options, Yes and No, and clean cache, but not works. With the trick that work fine
Thank you very much
Greetings
Daniel
Thank you very much
Greetings
Daniel
Page 1 of 1
You cannot post new topicsYou 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.1995s (PHP: 11% SQL: 89%)
SQL queries: 11 - Debug Off - GZIP Enabled