Customize the index page

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Alessandro

Customize the index page

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Customize the index page

Post by garvinhicking »

Many people use the "HTML Nugget" plugin to create custom HTML into the sidebars.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Alessandro

Re: Customize the index page

Post by Alessandro »

Thank you
kuzatameduza

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Kuzatameduza

trackbacks

Post by Kuzatameduza »

Thank you for the reply, Garvin.

Regards,
Kuzatameduza
Post Reply