How To Put A Subject In Lowercase? »  Show posts from    to     

Icy Phoenix


Old Support Topics - How To Put A Subject In Lowercase?



danicom [ Tue 11 Nov, 2008 11:53 ]
Post subject: How To Put A Subject In Lowercase?
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


Limun [ Thu 13 Nov, 2008 11:53 ]
Post subject: Re: How To Put A Subject In Lowercase?
danicom wrote: [View Post]
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


i dont understand what you mean can you describe it better please ?


Chaotic [ Thu 13 Nov, 2008 20:58 ]
Post 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?

Spoiler: [ Show ]


danicom [ Fri 27 Feb, 2009 13:31 ]
Post 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"


TheSteffen [ Sat 28 Feb, 2009 23:13 ]
Post subject: Re: How To Put A Subject In Lowercase?
This should work fine:

OPEN includes/functions_post.php
FIND
Code: [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: [Hide] [Select]
//$post_subject = ucwords($post_subject);


Chaotic [ Sun 01 Mar, 2009 11:28 ]
Post subject: Re: How To Put A Subject In Lowercase?
Or...

ACP -> Configuration -> Icy Phoenix -> Posting and Messages -> ProperCase subjects: NO


TheSteffen [ Sun 01 Mar, 2009 14:53 ]
Post subject: Re: How To Put A Subject In Lowercase?
Chaotic wrote: [View Post]
Or...

ACP -> Configuration -> Icy Phoenix -> Posting and Messages -> ProperCase subjects: NO


Oh, OK

I never saw this


Limun [ Sun 01 Mar, 2009 17:24 ]
Post subject: Re: How To Put A Subject In Lowercase?
TheSteffen wrote: [View Post]
Chaotic wrote: [View Post]
Or...

ACP -> Configuration -> Icy Phoenix -> Posting and Messages -> ProperCase subjects: NO


Oh, OK

I never saw this


you are not only one who didnt saw it mee to


Chaotic [ Sun 01 Mar, 2009 21:20 ]
Post 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.


danicom [ Mon 02 Mar, 2009 14:22 ]
Post subject: Re: How To Put A Subject In Lowercase?
Chaotic wrote: [View Post]
Or...

ACP -> Configuration -> Icy Phoenix -> Posting and Messages -> ProperCase subjects: NO

I was have selected this option, but dont works.i go to essay with the code.
Thnks
Daniel


Chaotic [ Mon 02 Mar, 2009 16:47 ]
Post 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?


danicom [ Wed 04 Mar, 2009 10:43 ]
Post 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




Powered by Icy Phoenix