Search found 4580 matches

by Timbalu
Wed Apr 20, 2005 7:27 pm
Forum: General discussions
Topic: Using Serendipity with Gallery
Replies: 50
Views: 73146

Re: time is running

Your problem is that your gallery does not call the prepend script which calls serendipity_smarty_init(). Hi Garvin, Its not the deinit.php, I think. I tried to call it direct inside albums.php or index.php. It must be the switch call which is not being called, because Gallery is on its way but no ...
by Timbalu
Tue Apr 19, 2005 9:56 pm
Forum: General discussions
Topic: Using Serendipity with Gallery
Replies: 50
Views: 73146

time is running

Hi Romulus and Garvin How the hell did you (Romulus) hack this 0.8 into gallery on your site. I installed s9y 0.8 and Gallery 1.5 and made all the suggestions Garvin told one page back, but I always get a Fatal error: Call to a member function on a non-object in /home/path/html/s9y/include/functions...
by Timbalu
Wed Apr 06, 2005 11:13 pm
Forum: General discussions
Topic: Change name of day in calendar
Replies: 5
Views: 2827

thats it!
merci vielmals ;-)
by Timbalu
Tue Apr 05, 2005 6:07 pm
Forum: General discussions
Topic: Change name of day in calendar
Replies: 5
Views: 2827

Re: Change name of day in calendar

garvinhicking wrote:

Code: Select all

{$dow.date|@formatTime:"%a":false|@truncate:1}
Hi Garvin

This defenitly does not work. Other suggestions?
Ian
by Timbalu
Mon Feb 28, 2005 6:46 pm
Forum: General discussions
Topic: Using Serendipity with Gallery
Replies: 50
Views: 73146

Hi Ok! Here is my try. Its working for me, but I would prefer to use the plugin a soon as possible when s9y.0.8 is released! You´ll need some additional hacks inside the style.css and/or gallery stylesheets. There has to be a entry link in the nav bar (left or right). You should use the php nugget p...
by Timbalu
Sun Feb 27, 2005 11:28 am
Forum: General discussions
Topic: Using Serendipity with Gallery
Replies: 50
Views: 73146

I included gallery to 0.7.1, well at least it looks like doing so.

In real live its an included s9y to gallery, but you will not notice leaving s9y.

Have a look at www.waldorfschule-itzehoe.de/wds/
If someone is interested to get an howto I will try to remember... ;-)

Ian
by Timbalu
Wed Jan 26, 2005 12:12 pm
Forum: General discussions
Topic: atom feed - 2nd = sign
Replies: 6
Views: 4138

This works well for me; you just need to pay attention that the 'Fix common XHTML errors' plugin is the first in stack of event plugins; the 'track exits' plugin MUST appear after that. Hi Garvin Thats the point, I think! Hmmm, glad you found the trick - thank you v.m.! I just tested it. Now atom d...
by Timbalu
Tue Jan 25, 2005 5:40 pm
Forum: General discussions
Topic: atom feed - 2nd = sign
Replies: 6
Views: 4138

well, garvin

just place the url with an href tag in a new article and view the site with rss.php?version=atom0.3

The plugin "Fix common XHTML errors" does not really repair the error.

That is a matter of serendipity, isn´t it?
Ian
by Timbalu
Sun Jan 23, 2005 9:44 pm
Forum: General discussions
Topic: atom feed - 2nd = sign
Replies: 6
Views: 4138

Thanks Garvin,

but know atom has another error.

Please try testing this url

http://www.redensarten-index.de/suche.p ... %5D=bsp_ou

an then view the page with atom.css
by Timbalu
Sat Jan 22, 2005 11:53 am
Forum: General discussions
Topic: atom feed - 2nd = sign
Replies: 6
Views: 4138

atom feed - 2nd = sign

Hi

if you have a link like this one

http://www.google.de/search?hl=de&q=xml ... uche&meta=
--------------------------------------------------^
atom erors. Does anybody know how to solf this problem, without having to short down the url?
by Timbalu
Tue Jan 04, 2005 12:46 pm
Forum: General discussions
Topic: entries as sticky
Replies: 3
Views: 3060

Hi Garvin

Oh fine, what says the roadmap?

HNY
by Timbalu
Tue Jan 04, 2005 12:03 pm
Forum: General discussions
Topic: entries as sticky
Replies: 3
Views: 3060

entries as sticky

Hi

Is there a way to mark entries as sticky for some time, so they do not move down till the Admin unmarks the restriction?
by Timbalu
Wed Nov 03, 2004 12:49 pm
Forum: Showcase (old)
Topic: bling bling
Replies: 3
Views: 6498

Re: bling bling

jhermanns wrote:http://www.jannis.to/daily/ am i supposed to show off too? i dont know
firefox 10.1 won´t show it at all, I´ll guess only print preview is shown... :?
it jumps to it immediately
Ian
by Timbalu
Sun Oct 24, 2004 9:44 am
Forum: Bugs
Topic: fix archive month-view entry counter for future entries
Replies: 3
Views: 4749

tomsommer wrote:This should already be fixed in the latest rc1, no?
Really? :?
I looked into CVS yesterday and did not find it. Thats why I posted it here.
Is rc1 an extra branch?

Ian
by Timbalu
Sat Oct 23, 2004 12:59 pm
Forum: Bugs
Topic: fix archive month-view entry counter for future entries
Replies: 3
Views: 4749

fix archive month-view entry counter for future entries

This might be useful for somebody. Ian serendipity_functions.inc.php ~ line 3502 function serendipity_postAmount($year, $month) { global $serendipity; $s = mktime(0, 0, 0, $month, 1, $year); $e = mktime(23, 59, 59, $month, date('t', $s), $year); - $querystring = "SELECT count(id) FROM {$serendi...