how to not show article title
how to not show article title
i don't want my system show the article title ,but it can't be filled blank.
how to disable it.
thanks.
how to disable it.
thanks.
Re: how to not show article title
Insert this:fatxu wrote:i don't want my system show the article title ,but it can't be filled blank.
how to disable it.
thanks.
Code: Select all
&-#-3-2-; (without dashes) HTML numeric for blank (space)
Simply comment out lines 82-86 in file include\inc_front\content.article.inc.php. Quite drastic but does the job. Title wouldn't be shown in any article.
I do agree that it should be an option whether to show a title or not. In my case I needed an image to be at the very top of content area.
Marius.
I do agree that it should be an option whether to show a title or not. In my case I needed an image to be at the very top of content area.
Marius.
Add enable checkbox?
It seems like many people would benefit from the added functionality to select whether or not the article's title is visible. This could be done by simply adding a checkbox and "visible" option next to it. Oh yeah, there would also have to be the all-important code to make it work, which I am not able to create.
- Fulvio Romanin
- Posts: 394
- Joined: Thu 4. Dec 2003, 11:12
- Location: Udine, Italy
- Contact:
That works, but how do we get rid of that blank space that's left there? Anybody know how to get rid of that?marses wrote:Simply comment out lines 82-86 in file include\inc_front\content.article.inc.php. Quite drastic but does the job. Title wouldn't be shown in any article.
I do agree that it should be an option whether to show a title or not. In my case I needed an image to be at the very top of content area.
Marius.