[SOLVED]remove title h2 in content

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
raav1
New Member
New Member
Posts: 2
Joined: Tue Jun 21, 2011 6:19 pm

[SOLVED]remove title h2 in content

Post by raav1 »

Can someone tell me how to get only the things you enterd for content in your pages?

if you create a page with the content

Code: Select all

<p>hello and welcome</p>
I get

Code: Select all

<div><h2>home(or other title)</h2>
<p>hello and welcome</p>
</div>
can anyone tell me how i remove these <div><h2>home(or other title)</h2> and end div? (even if it's just the <h2> with the title.)

I am really happy I found cmsms so please help me
Last edited by raav1 on Tue Jun 21, 2011 8:33 pm, edited 1 time in total.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: remove title h2 in content

Post by Rolf »

Hello raav1 and welcome to the cmsms forum

You will find the <h2>{title}</h2> probably in your html template.
Just above the {content} tag.

Layout >> Templates >> Your template


regards, Rolf :)
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
raav1
New Member
New Member
Posts: 2
Joined: Tue Jun 21, 2011 6:19 pm

Re: remove title h2 in content

Post by raav1 »

yes that whas the problem i actually feel kinda stupid now

i made this theme myself and copied the whole content tag from the minimal themplate and did not realize it included the {title} mmm oke now i am O0 i mean ;D thank you verry much sloved
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: remove title h2 in content

Post by Rolf »

No problem
Please put [solved] in the title of the first post.

Grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Locked

Return to “[locked] Installation, Setup and Upgrade”