Search found 308 matches

by lordcoffee
Wed Mar 16, 2011 4:59 pm
Forum: General discussions
Topic: general php-regex question
Replies: 2
Views: 2519

Re: general php-regex question

holy sh...

you don't want to know what I have tried :oops:
dind't know that it could be that easy 8)

THANKS IN ADVANCE, GARVIN!

greetings, lordcoffee
by lordcoffee
Wed Mar 16, 2011 4:34 pm
Forum: General discussions
Topic: general php-regex question
Replies: 2
Views: 2519

general php-regex question

Hey there! It's a long time ago since using s9y but I'm back :wink: I have a problem with php here and need some help. Just a small example: What I have is: <img src="foo" alt="bar" /> what I need is some php preg_replace or something like that what transforms the img so that the...
by lordcoffee
Wed Mar 16, 2011 4:27 pm
Forum: Generelles in Deutsch
Topic: Stellenangebot für München - FontEnd Developer
Replies: 5
Views: 4825

Re: Stellenangebot für München - FontEnd Developer

Nur der Ordnung halber und das man mir glaubt ;-) Also ich bin weg aber der Job ist noch frei ... und ein paar mehr Stellen wurden bis heute geschaffen. Vielleicht ist es ja für jemanden Interessant. Danke auch an Garvin das ich durfte ;-) http://www.sportscheck.com/is-bin/INTERSHOP.enfinity/WFS/Spo...
by lordcoffee
Wed Mar 02, 2011 3:13 pm
Forum: Generelles in Deutsch
Topic: Stellenangebot für München - FontEnd Developer
Replies: 5
Views: 4825

Re: Stellenangebot für München - FontEnd Developer

Also "noch" ist die Stelle zu vergeben ...
by lordcoffee
Wed Feb 23, 2011 4:41 pm
Forum: Generelles in Deutsch
Topic: Stellenangebot für München - FontEnd Developer
Replies: 5
Views: 4825

Re: Stellenangebot für München - FontEnd Developer

Also, es verhält sich wie folgt: Ich habe fristgerecht zum 30.06. gekündigt und möchte aber gerne zum 01.04. das Unternehmen verlassen. Dies wurde mir zugesagt aber nur untre der Vorraussetzung, das wir (der Abteilungsleiter, der Bereichsleiter und ich) einen Nachfolger finden. Mir wurde deshalb auc...
by lordcoffee
Wed Feb 23, 2011 3:41 pm
Forum: Generelles in Deutsch
Topic: Stellenangebot für München - FontEnd Developer
Replies: 5
Views: 4825

Stellenangebot für München - FontEnd Developer

Ich weiß nicht ob das hier zulässig ist deswegen bitte einfach löschen falls unerwünscht. Dies ist kein Spam sondern ein tatsächlich reales Jobangebot. Es ist so ... Ich lebe in München und muss leider aus Familiären Gründen zurück nach Hessen ziehen. Da ich gerne früher aus meinem Vertrag möchte al...
by lordcoffee
Thu Apr 23, 2009 2:43 pm
Forum: Generelles in Deutsch
Topic: Youtube Videos einfacher einbinden u. Thumbnail/Vorschaubild
Replies: 18
Views: 8566

Re: Youtube Videos einfacher einbinden u. Thumbnail/Vorschaubild

Hallo!

Ich habe mit dem youtube plugin das gleiche (oder das selbe?) Problem. Ich habe alle cookies gelöscht etc. aber sobal ich z.B. die Größe auf 530x413 ändere und dann speichere springt alles auf die defaultwerte zurück. Ich benutze Serendipity 1.4.1 und PHP 4.4.9-0.dotdeb.1 .

Danke, lordcoffee
by lordcoffee
Thu Apr 23, 2009 2:00 pm
Forum: Themes
Topic: fetchPrintEntries and custom field
Replies: 11
Views: 7154

Re: fetchPrintEntries and custom field

OK, I'm goin to test this.

Thanks in advance Garvin!
by lordcoffee
Thu Apr 23, 2009 1:57 pm
Forum: Themes
Topic: fetchPrintEntries and custom field
Replies: 11
Views: 7154

Re: fetchPrintEntries and custom field

Yes, this will work but when I now would go to another category it changes back to the default language. Isn't this stored in a cookie? Or maybe I did something wrong ??? :lol:
by lordcoffee
Wed Apr 22, 2009 9:58 pm
Forum: Themes
Topic: fetchPrintEntries and custom field
Replies: 11
Views: 7154

Re: fetchPrintEntries and custom field

Hi! While I'm still porting magazeen (what is still hard to do for me ;-) ) I'm trying some codes on my own template ( taeglichanders.de ). I have featured entries done with a customproperties field called featured. If its "true" the entry is featured. I can already call all entries wich a...
by lordcoffee
Wed Apr 22, 2009 9:33 pm
Forum: Themes
Topic: quadratische Thumbs? z.b. mit phpThumb()?
Replies: 7
Views: 5704

Re: quadratische Thumbs? z.b. mit phpThumb()?

Is it possible to add "timthumb" to s9y?

http://code.google.com/p/timthumb/
by lordcoffee
Mon Apr 06, 2009 5:00 pm
Forum: Plugins
Topic: inserting image from custom field to popular entries plugin
Replies: 1
Views: 1570

inserting image from custom field to popular entries plugin

Hi! I want to insert an imagelink from my custom properties field into the popular entries output. on line 276 of the plugins serendipity_plugin_popularentries.php i have echo '<li><a href="' . $entryLink . '" title="' . htmlspecialchars($entry['title']) . '">' . $entry['title'] ...
by lordcoffee
Wed Mar 25, 2009 4:42 pm
Forum: Themes
Topic: Faked plugins for TEMPLATES.
Replies: 28
Views: 21580

Re: Faked plugins for TEMPLATES.

Hey that would be nice! I've also thought (and told :wink: ) about it.
While I'm still (yes!) porting magazeen template the thought was to provide a possiblity
to force entryproperties. I think there can be a lot more!
by lordcoffee
Thu Mar 12, 2009 1:31 pm
Forum: Themes
Topic: porting magazeen (not yet released)
Replies: 6
Views: 4108

Re: porting magazeen (not yet released)

Hm, in the themes I have ported using a featured category, I usually provided a theme option to select a category to pull featured articles from, but it sounds like this is not an option here, right? Right ;-) Because featured articles could be in different categories. It just would be nice to have...
by lordcoffee
Thu Mar 12, 2009 10:28 am
Forum: Themes
Topic: porting magazeen (not yet released)
Replies: 6
Views: 4108

Re: porting magazeen (not yet released)

I have another question about templating. Is it possible to foce some kind of custom field to entries without installing the custom props plugin? At this time I'm using a custom field called featured where a "true" has to be entered when an entry should be displayed in the featured entries...