how to not show article title

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
fatxu
Posts: 11
Joined: Tue 9. Dec 2003, 05:48
Location: Dalian,China
Contact:

how to not show article title

Post by fatxu »

i don't want my system show the article title ,but it can't be filled blank.
how to disable it.
thanks.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: how to not show article title

Post 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)
fatxu
Posts: 11
Joined: Tue 9. Dec 2003, 05:48
Location: Dalian,China
Contact:

Post 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
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

edit article basis information

uncheck (remove check mark) from

Code: Select all

status:  public
PeterJ
Posts: 8
Joined: Thu 11. Dec 2003, 21:18

Post 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!
marses
Posts: 26
Joined: Wed 5. Nov 2003, 09:53
Location: Dorking, England

Post 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.
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Add enable checkbox?

Post 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.
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post 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'
User avatar
Fulvio Romanin
Posts: 394
Joined: Thu 4. Dec 2003, 11:12
Location: Udine, Italy
Contact:

Post by Fulvio Romanin »

or if it was just possible to have

image

title
subtitle

content

that would be more than enough...
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post 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:
novelidea
Posts: 1
Joined: Fri 26. Mar 2004, 23:08

Post 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?
Post Reply