Page 1 of 1

How do I prevent the comments/trackback box from displaying?

Posted: Thu Nov 29, 2007 7:28 pm
by alphastocks.com
How do I prevent the circled box from displaying?

Image[/url]

Re: How do I prevent the comments/trackback box from display

Posted: Thu Nov 29, 2007 7:58 pm
by garvinhicking
Hi!

First thing: Check your first left sidebar HTML nugget. It has this content:

Code: Select all

<a onclick="javascript:urchinTracker('/extlink/www.alphastocks.com/');" title="Home" href="http://www.alphastocks.com/"><strong><font face="arial,helvetica,sans-serif" size="3">AlphaStocks Home </font></strong></a></td />
This makes your left sidebar look ugly. Instead it should look like this:

Code: Select all

<a onclick="javascript:urchinTracker('/extlink/www.alphastocks.com/');" title="Home" href="http://www.alphastocks.com/"><strong><font face="arial,helvetica,sans-serif" size="3">AlphaStocks Home </font></strong></a>
(Without the </td />!)

Now to your other problem. Edit the style.css file that is inside the templates/carl_contest/ directors. At the bottom, add this:

Code: Select all

.serendipity_entry .serendipity_entryFooter {
  display: none; 
}

Regards,
Garvin

Posted: Thu Nov 29, 2007 10:52 pm
by alphastocks.com
Thank you, fixed it.

Now, another problem I have is that when I install a new sidebar plugin I can't control where it goes. I used to be able to choose left or right side bar and so on. Now any front end plugin goes automatically in the right sidebar.

Posted: Thu Nov 29, 2007 11:05 pm
by garvinhicking
Hi!
Now, another problem I have is that when I install a new sidebar plugin I can't control where it goes. I used to be able to choose left or right side bar and so on. Now any front end plugin goes automatically in the right sidebar.
Sidebars plugin always were installed to the right side, you could only after installation move them.

If your browser supports javascript, you see some pixels on the top left corner of each plugin box. You can click+drag that to the left side of the sidebar plugins, so that it gets there. If you'd rather like the old method of moving, you can go to your personal preferences and disable the option to use "fancy/enhanced javascript effects".

Regards,
Garvin

Posted: Fri Nov 30, 2007 12:01 am
by alphastocks.com
Thank you, u da man!!!

Same problem

Posted: Wed Apr 02, 2008 5:32 am
by francistill
I've got a user who doesn't want to enable comments, which is fine, but he also does not want the comment fields to show. I've tried your CSS fix but it doesn't work on this template - Plain Vanilla. Any other ideas? I'd really appreciate your help.

Re: Same problem

Posted: Wed Apr 02, 2008 10:42 am
by garvinhicking
Hi Francistill!

Have you looked at the s9y.org FAQ? There are some pointers on how to remove comment sections.

Regards,
Garvin

Posted: Thu Apr 03, 2008 12:20 am
by francistill
you're a genius, thanks! commented out parts of the entries.tpl file, as suggested in the FAQ. still can't figure out how to achieve the same effect with CSS, though - but if I do, I'll post the solution here, for future reference.