Hello everybody,
I would like to change a theme. When I view the list of the nodes by article module, the structure is the following:

-------------------------------------------------------------------------------------------------
First news title

Created by author, on Thu 2006-03-16 09:54 news_article

Content:

Here is my text....

>read all

----------------------------------------------------------------------------------------------------

I would like to change this structure, in particular:
1) Change the title font size
2) Delete author name
3) Delete 'Content' text

Where should I change the settings?

Comments

kae’s picture

me too

Michael M’s picture

I did it the least professional way I could think of: I changed the php code in the node.tpl.php and page.tpl.php files :)

If you just want to modify that information for just one node type, I would suggest using an if statement checking if the node == 'mynode', display the modified info, if not, display standard results.

If anyone knows of a more professional way, please post it.
----
http://LandCondos.com

tmj2k7’s picture

How is that unprofessional? The MOST professional way is to edit the code yourself. Kudos to you!

www.thelinuxuser.com

sangamreddi’s picture

By editing node.tpl.php in your theme. it can be acheived.

Sunny                      
www.gleez.com | www.sandeepone.com

odyc’s picture

I've made changes to my node.tpl.php file in my theme, and it's not picking any of those changes up, like it's calling some other node.tpl.php file - what gives?

tmj2k7’s picture

could be caching, or the changes you need could be in the style.css file

www.thelinuxuser.com

sangamreddi’s picture

in detail what you ahve done..so that we can extend our hands.

Sunny                      
www.gleez.com | www.sandeepone.com

odyc’s picture

Turns out I was uploading to the wrong folder - sorry for the hassle!