Page 1 of 1
Customize the index page
Posted: Wed Apr 20, 2005 11:10 am
by Alessandro
Hi to all,
i have just installed this very special blog (it's very easy!), and i'm not an expert about php. I just wonder that many users customize their pages adding some personal titles links and gifs to the sidebar of the index page. i have studied the plugin administration page but i'have not find how to to it.
Can anyone help me please?
Thank you.
Alessandro
Re: Customize the index page
Posted: Wed Apr 20, 2005 1:35 pm
by garvinhicking
Many people use the "HTML Nugget" plugin to create custom HTML into the sidebars.
Regards,
Garvin
Re: Customize the index page
Posted: Wed Apr 20, 2005 4:01 pm
by Alessandro
Thank you
Posted: Fri Apr 29, 2005 9:40 pm
by kuzatameduza
Hi,
My question is it possible to use only comments as means of posting to the blog (to remove the new entry link), and also to remove the Trackbacks completely as a feature of the blog?
Posted: Sat Apr 30, 2005 12:50 pm
by garvinhicking
Kuzatameduza: Trackbacks are fundamental to blogging, so it can not be deactivated out-of-the-box.
You can however remove the trackback-references via editing the *.tpl files, or hiding the stuff via CSS.
And using the spamblock plugin you can disable all incoming trackbacks.
All outgoing trackbacks you are sending can be switched off by editing your serendipity_config.inc.php or serendipity_config_local.inc.php file and setting
Code: Select all
$serendipity['noautodisovery'] = true;
Regards,
Garvin
trackbacks
Posted: Sat Apr 30, 2005 2:37 pm
by Kuzatameduza
Thank you for the reply, Garvin.
Regards,
Kuzatameduza