Any help is greatly appreciated
How to disable {title} in the {content} field? (SOLVED)
How to disable {title} in the {content} field? (SOLVED)
I've tried googling and searching the forums, but I can't find any information as to how to remove the title of the web page from the first line of the content on every page. A person I am designing the website for doesn't like the feature and by doing a search through all the code the only area I saw this was in the admin\addtemplate.tpl
Any help is greatly appreciated
Any help is greatly appreciated
Last edited by vpuccetti on Mon Aug 31, 2009 7:53 pm, edited 1 time in total.
Re: How to disable {title} in the {content} field?
Look to your template design to find the solution.
The {title} has to be in the template you are using otherwise it wouldn't print it to the screen. So goto Layout -> Templates and then click on the template your page is using. Remove the {title} directly before the {content} tag, and this will remove the title from the content area of the page.
You might want to check out other common smarty tags for templates in the User Handbook.
http://wiki.cmsmadesimple.org/index.php/User_Handbook/Getting_Started/Designer/Templates
The {title} has to be in the template you are using otherwise it wouldn't print it to the screen. So goto Layout -> Templates and then click on the template your page is using. Remove the {title} directly before the {content} tag, and this will remove the title from the content area of the page.
You might want to check out other common smarty tags for templates in the User Handbook.
http://wiki.cmsmadesimple.org/index.php/User_Handbook/Getting_Started/Designer/Templates
Last edited by Anonymous on Fri Aug 28, 2009 10:04 pm, edited 1 time in total.
Re: How to disable {title} in the {content} field?
Are you confusing {title} with {breadcrumbs}?
If you site only has a single level of hierarchy you would only see the page title as the breadcrumb. If it sounds like that's what's happening, look in your page template(s) and remove the {breadcrumbs} tag from your page.
If you site only has a single level of hierarchy you would only see the page title as the breadcrumb. If it sounds like that's what's happening, look in your page template(s) and remove the {breadcrumbs} tag from your page.
Re: How to disable {title} in the {content} field?
Wow I feel so stupid because it was right there in front of me! Thank you Owens, I was reading right over the code because I had added an tag to it and thought nothing of it haha
Thanks guys
Thanks guys
Re: How to disable {title} in the {content} field?
Your welcome and don't feel stupid. I've done more than my fair share of obvious blunders.
Don't forget to add [Solved] to the title of the post.
Don't forget to add [Solved] to the title of the post.

