Search found 16 matches

by Euronymous
Sun Oct 08, 2006 6:07 pm
Forum: Generelles in Deutsch
Topic: [Erledigt] BlogDesk und Serendipity
Replies: 7
Views: 4340

hast du XML-RPC Aufrufe freigeschaltet? geht glaub ich nur per plugin
by Euronymous
Sun Oct 08, 2006 6:03 pm
Forum: Generelles in Deutsch
Topic: Shared Install bei Hoster möglich?
Replies: 10
Views: 4699

in der serendipity_config_local.inc.php einfach nur

Code: Select all

$serendipity['dbPrefix']          = 'serendipity_';
in z.b.

Code: Select all

$serendipity['dbPrefix']          = 'serendipity1_';
$serendipity['dbPrefix']          = 'serendipity2_';
etc. ändern
by Euronymous
Sun Oct 08, 2006 5:04 pm
Forum: Themes
Topic: what can i do to change the default font size in a theme?
Replies: 3
Views: 3072

style.css in the theme folder

search for "font-size" and edit it everywhere where you need it
by Euronymous
Sun Oct 08, 2006 4:58 pm
Forum: Plugins
Topic: Discordian Date
Replies: 14
Views: 10105

Now it's working, here is a Version in German, so, how is the way to make a plugin of it? I'm so helpless when there is nothing i could... hmm "learn from" :D <?php /* * @author: original c-code Jeremy Johnson, rewritten Jurgen Schwietering * @description-en: Create Discordian Date * @clas...
by Euronymous
Sun Oct 08, 2006 4:53 pm
Forum: Generelles in Deutsch
Topic: Kommentare/Einträge erst nach Prüfung anzeigen lassen.. ?
Replies: 2
Views: 2276

Plugins Verwalten -> Spamschutz Kommentarmoderation nach wievielen Tagen erzwingen Alle Kommentare zu einem Artikel können abhängig vom Alter des Artikels automatisch moderiert werden. Tragen Sie hier das Minimalalter eines Artikels in Tagen ein, ab dem jeder Kommentar erst nach Ihrer Moderation dar...
by Euronymous
Tue Sep 12, 2006 4:52 pm
Forum: Plugins
Topic: Discordian Date
Replies: 14
Views: 10105

judebert

mhm, i think it's a learnproject for me, but when its finished, it could be a part of the source, why not...
by Euronymous
Sat Sep 09, 2006 6:41 pm
Forum: Plugins
Topic: Discordian Date
Replies: 14
Views: 10105

Okay, the calender is broken and the thing only works in my template, but it works... thank you... so, the sidebar, plugins, etc. something like function replace_date($str) { return str_replace('|@formatTime:DATE_FORMAT_ENTRY', '|discordianDate', $str); } $serendipity['smarty']->register_modifier('r...
by Euronymous
Fri Sep 08, 2006 5:48 pm
Forum: Plugins
Topic: Discordian Date
Replies: 14
Views: 10105

mhm, take it 1:1 from your linked code
by Euronymous
Fri Sep 08, 2006 5:11 pm
Forum: Plugins
Topic: Discordian Date
Replies: 14
Views: 10105

try it local, get an Fatal error: Smarty error: [in file:D:/HP/xampp/htdocs/serendipity/templates/Rosenbluth/entries.tpl line 12]: [plugin] (secure mode) modifier 'discordianDate' is not allowed (Smarty_Compiler.class.php, line 1908) in D:\HP\xampp\htdocs\serendipity\bundled-libs\Smarty\libs\Smarty....
by Euronymous
Mon Sep 04, 2006 8:08 pm
Forum: Plugins
Topic: Discordian Date
Replies: 14
Views: 10105

sounds easy, but I have no experience with smarty and its broke my local template :( <?php $serendipity['smarty']->register_function('discordiandate', 'discordiandate'); function discordiandate(%{%A, %B %d%}, %Y YOLD) return str_replace('formatime', 'discordiandate', $str); ... something like this?
by Euronymous
Sun Sep 03, 2006 1:39 pm
Forum: Bugs
Topic: Hide comment-authors' mail-address
Replies: 2
Views: 2233

mhm... are you still logged in as an admin or else?

i don't see them ;)
by Euronymous
Sun Sep 03, 2006 1:21 pm
Forum: Plugins
Topic: Discordian Date
Replies: 14
Views: 10105

Discordian Date

I want a discordian date format in my blog, but all i found is this php script and yea... i found no way to use it in my blog, so... anybody? :) <? /* $ DVCS ID: $jer|,523/lhos,KYTP!41023161\b"?" <<= DO NOT DELETE! */ /* ddate.c .. converts boring normal dates to fun Discordian Date -><- o...
by Euronymous
Sun Sep 03, 2006 12:43 pm
Forum: Generelles in Deutsch
Topic: Kein Rahmen um Archivbilder
Replies: 9
Views: 5174

wenn du einfach ein

Code: Select all

img a {
border: 0px;
}
in die css einfügst sollten eigentlich alle rahmen um bilder verschwinden
by Euronymous
Sat Sep 02, 2006 9:54 pm
Forum: Showcase (old)
Topic: Rosenbluth
Replies: 7
Views: 9078

it's the source and the enviroment... umm, at wp you have a lot of options and many things you don't need at all, at s9y you load them all, it's okay, but a little bit strange for me, so simple things like a linklist is not an native function, (yea yea i can make it with a html nugget, but i'm lazy ...
by Euronymous
Sat Sep 02, 2006 8:38 pm
Forum: Showcase (old)
Topic: Rosenbluth
Replies: 7
Views: 9078

it seems not so flexible like wp... and the community is not so big, but actually i just want to blog, and not an exam in technical issues ;)