Search found 4 matches
- Tue May 10, 2011 11:59 am
- Forum: Generelles in Deutsch
- Topic: plugin_statistics
- Replies: 5
- Views: 2811
plugin_statistics
ich hatte das serendipity_plugin_statistics versehentlich deinstalliert, nach erneuter Installtion zeigt es mir keine Besucherzahlen mehr. Wo muss ich suchen ?
- Wed Jan 20, 2010 10:32 am
- Forum: General discussions
- Topic: Trackbacks - Remove
- Replies: 3
- Views: 2698
Re: Trackbacks - Remove
You might have your own style.css anyway and could just add
should be in your serendipity_config_local.inc.php
Code: Select all
.serendipity_section_trackbacks {
display: none;
}Code: Select all
$serendipity['noautodiscovery'] = true;
- Tue Aug 04, 2009 10:17 am
- Forum: General discussions
- Topic: How to force comment moderation?
- Replies: 8
- Views: 4344
Re: How to force comment moderation?
very nice - thanks a lot !
For my needs it was enough to 'Disable Spamblock for Authors' in SPAM-Protector and use a catch all '.*' RegExp in Wordfilter for author names
For my needs it was enough to 'Disable Spamblock for Authors' in SPAM-Protector and use a catch all '.*' RegExp in Wordfilter for author names
- Mon Aug 03, 2009 3:32 pm
- Forum: General discussions
- Topic: How to force comment moderation?
- Replies: 8
- Views: 4344
Re: How to force comment moderation?
'forcing all comments to be moderated, except for comments made by approved users' is not possible - or did I miss something in the replies ?