SOLVED How To Put A Subject In Lowercase?


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

Profile PM  
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 :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?

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"

Profile PM  
Subject: Re: How To Put A Subject In Lowercase?
This should work fine:

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);

Profile PM  
Subject: Re: How To Put A Subject In Lowercase?
Or...

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

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 :shock:

I never saw this :oops:

Profile PM  
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 :shock:

I never saw this :oops:


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?
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

Profile PM  
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?

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

Profile PM  

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.1995s (PHP: 11% SQL: 89%)
SQL queries: 11 - Debug Off - GZIP Enabled