Page 1 of 1

how to not show article title

Posted: Fri 12. Dec 2003, 09:05
by fatxu
i don't want my system show the article title ,but it can't be filled blank.
how to disable it.
thanks.

Re: how to not show article title

Posted: Fri 12. Dec 2003, 12:46
by DeXXus
fatxu wrote:i don't want my system show the article title ,but it can't be filled blank.
how to disable it.
thanks.
Insert this:

Code: Select all

&-#-3-2-;  (without dashes)  HTML numeric for blank (space)

Posted: Fri 12. Dec 2003, 16:10
by fatxu
thanks.
yes, the titiel can be input blank ,but blank title still be showed , my topic can't be the top.
:oops: sorry my poor english

Posted: Fri 12. Dec 2003, 16:39
by DeXXus
edit article basis information

uncheck (remove check mark) from

Code: Select all

status:  public

Posted: Sat 13. Dec 2003, 13:28
by PeterJ
I think I know what fatxu is after, and I am after the same: The ability to have all articles in a list but NOT have the .article_tophead one.

This is a similar feature I would like, but if you uncheck the public status it just hides the article from public view!

Posted: Thu 15. Jan 2004, 12:46
by marses
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.

Add enable checkbox?

Posted: Fri 16. Jan 2004, 08:49
by Ben
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.

Posted: Fri 16. Jan 2004, 10:30
by pSouper
smart idea to have the chice or a visible or hiden title - I would like this too.

or maybe have title/subtitle/summary accept html similar to the areas Within 'templates'

Posted: Fri 16. Jan 2004, 10:33
by Fulvio Romanin
or if it was just possible to have

image

title
subtitle

content

that would be more than enough...

Posted: Sat 17. Jan 2004, 10:34
by pSouper
that may enough for you maby Fulvio ;)
I still demand world Mwwaahahaaaa :twisted:

and to be able to switch thier visabillity on and off too :lol:

Posted: Fri 26. Mar 2004, 23:12
by novelidea
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.
That works, but how do we get rid of that blank space that's left there? Anybody know how to get rid of that?