Newbie : I don't want to have comments and trackbacks
Posted: Mon Dec 04, 2006 2:49 pm
I don't want to have comments and trackbacks in my blog!
In the FAQ I have read:
you can turn of the comments and trackbacks by editing your entries.tpl template and removing the trackback/comment sections. Or you can also even use CSS to set "display: none" for those regions.
But the question now is as I use Joshua Template:
I the Joshua dir template I only have Entrie (no extension)
with:
/index.tpl/1.3/Mon Jul 25 18:24:07 2005//
/info.txt/1.1/Tue Jun 14 09:56:42 2005//
/preview.png/1.1/Tue Jun 14 09:56:42 2005/-kb/
/style.css/1.4/Wed Nov 23 20:13:29 2005//
D/img////
I assume it refer to index.tpl, but then in these index.tpl
i don't find "the trackback/comment sections".
Any help?
Second way is CSS but wich one? is it style.css in the joshua directory?
Do I have to change :
.serendipity_commentsTitle {
display: block;
width: 100%;
color: #666666;
font-size: small;
font-weight: bold;
margin-bottom: 5px;
to
.serendipity_commentsTitle {
display: none;
width: 100%;
color: #666666;
font-size: small;
font-weight: bold;
margin-bottom: 5px;
? any help
but anyway i did not find the TrackBack region.
A newbie.
In the FAQ I have read:
you can turn of the comments and trackbacks by editing your entries.tpl template and removing the trackback/comment sections. Or you can also even use CSS to set "display: none" for those regions.
But the question now is as I use Joshua Template:
I the Joshua dir template I only have Entrie (no extension)
with:
/index.tpl/1.3/Mon Jul 25 18:24:07 2005//
/info.txt/1.1/Tue Jun 14 09:56:42 2005//
/preview.png/1.1/Tue Jun 14 09:56:42 2005/-kb/
/style.css/1.4/Wed Nov 23 20:13:29 2005//
D/img////
I assume it refer to index.tpl, but then in these index.tpl
i don't find "the trackback/comment sections".
Any help?
Second way is CSS but wich one? is it style.css in the joshua directory?
Do I have to change :
.serendipity_commentsTitle {
display: block;
width: 100%;
color: #666666;
font-size: small;
font-weight: bold;
margin-bottom: 5px;
to
.serendipity_commentsTitle {
display: none;
width: 100%;
color: #666666;
font-size: small;
font-weight: bold;
margin-bottom: 5px;
? any help
but anyway i did not find the TrackBack region.
A newbie.