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
Customize the index page
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Customize the index page
Many people use the "HTML Nugget" plugin to create custom HTML into the sidebars.
Regards,
Garvin
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/
# 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
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
Regards,
Garvin
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;
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/
# 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/