Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-11-07 15:55:58
- nvictor
- Member
- Registered: 2005-03-25
- Posts: 22
the best way to turn comment system off.
I’m currently building a corporate website.
Is the best way modifying the article default form?
thanks
Offline
Re: the best way to turn comment system off.
turn comments off in admin – preferences
A hole turned upside down is a dome, when there’s also gravity.
Offline
#3 2006-11-07 16:29:52
- nvictor
- Member
- Registered: 2005-03-25
- Posts: 22
Re: the best way to turn comment system off.
It’s still displaying the “Comment [1]”
Offline
#4 2006-11-07 16:35:26
- nvictor
- Member
- Registered: 2005-03-25
- Posts: 22
Re: the best way to turn comment system off.
How can I (propely) get rid of that line “Comment [1]” and the horizontal ruler??
Offline
#5 2006-11-07 16:36:23
- nvictor
- Member
- Registered: 2005-03-25
- Posts: 22
Re: the best way to turn comment system off.
>> Well, posted date is displayed in english, how can I change that to french?
Just figured out how it was done. The problem is that I want to keep the admin section in english for the moment since most tutorials available are in english. But get the dates in french as well. Is it possible?
Last edited by nvictor (2006-11-07 16:40:36)
Offline
Re: the best way to turn comment system off.
oh, then make a new article form default_nocomment_ , copy the contents of the default one in there.
in this new form you remove the line
<txp:comments_invite wraptag=“div” showcount=“1” /> // whatever it looks like
then in your page you use
<txp:article form=“default_nocomment” />
if you change the default article form without copying, then you won’t need to change anythin in your page article tags, they draw their form form the default form automatically. in that case make sure you make a copy of the default, before altering it.
edit: french
change your system language in admin – preferences – language. if french is not installed, then install first (press install) – that changes all system generated labels to french, including the complete front- and backend
edit: horizontal line:
remove the txp:image tag and surrounding <div> or <li> or whatever there is from teh article form in use
Last edited by jayrope (2006-11-07 16:42:47)
A hole turned upside down is a dome, when there’s also gravity.
Offline
#7 2006-11-07 16:41:43
- nvictor
- Member
- Registered: 2005-03-25
- Posts: 22
Re: the best way to turn comment system off.
thanks Jayrope
Offline
Re: the best way to turn comment system off.
ces’t mon plaisir.
A hole turned upside down is a dome, when there’s also gravity.
Offline