MyBB Community Forums

Full Version: How to change the thread and forum title to NormalCase?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Guys

I have setup a forum at http://www.hardwaremana.com

As you can see, the thread and forum titles are in capital. I want to convert them to lower case or no case at all, just the way a user wants to keep it. 

How can I do it? I do believe I will have to change something in the theme templates.

Hoping for a quick and explanatory reply.

Thanks in advance.
forum admin panel >> templates & style >> themes >> netpen theme >>
theme.css --> click on advanced edit mode

around line 267 find properties defined for a.fname
remove text-transform: uppercase; and save the stylesheet

similarly
around line 312 you can find such style property for a.tsubject & remove it
(2018-01-05, 11:43 AM).m. Wrote: [ -> ]forum admin panel >> templates & style >> themes >> netpen theme >>
theme.css --> click on advanced edit mode

around line 267 find properties defined for a.fname
remove text-transform: uppercase; and save the stylesheet

similarly
around line 312 you can find such style property for a.tsubject & remove it

Thank you so much. Changed it and it worked.

May I know another thing? I want to ad google analytics code to the site. Should I simply paste the code in the header template of the theme? The tip said to paste it "immediately" after the <body> section but where do I find it?

Sorry, I have no experience with HTML or CSS, that's why such stupid questions.
personally I prefer to add it at the bottom of footer template.

as you said, it can be also added to bottom of header template of the theme.
(2018-01-05, 12:07 PM).m. Wrote: [ -> ]personally I prefer to add it at the bottom of footer template.

as you said, it can be also added to bottom of header template of the theme.

Thank you for the tip.

May I please also know why pressing the give reputation button is not working? I do not get any popup like the one I am getting here.
^ NetPen theme needs to be updated for recent versions of MyBB [MyBB versions 1.8.13 & 1.8.14]

this post might be helpful
basically modal popup code needs to be updated in global.css of the theme

if above post doesn't help then post the issue at the theme coder's support forum
(2018-01-05, 12:20 PM).m. Wrote: [ -> ]^ NetPen theme needs to be updated for recent versions of MyBB [MyBB versions 1.8.13 & 1.8.14]

this post might be helpful
basically modal popup code needs to be updated in global.css of the theme

if above post doesn't help then post the issue at the theme coder's support forum

It's working now. Thanks for all the support