Search found 8 matches

by wp_user
Fri Jan 12, 2007 5:08 pm
Forum: General discussions
Topic: Integrating different contents via tabs into serendipity
Replies: 12
Views: 12966

Did you get the answer for the plogger link problem?

No, I didn't get a solution. Instead of plogger I'm using the Picasa Plugin cause I don't really need a webbased admininterface to the gallery.

If you need a web based gallery you could use gallery2 . There is a native s9y Plugin to integrate ...
by wp_user
Tue Aug 29, 2006 1:28 pm
Forum: General discussions
Topic: Integrating different contents via tabs into serendipity
Replies: 12
Views: 12966

Sadly, this would be a plogger issue. Please ask the creators on how to best append special links to a plogger link, so that you now where to insert the s9y subpage variable into.

Thanks again, Garvin.
Your support is amazing, I will take a closer look at your wishlist. :D

A little further ...
by wp_user
Tue Aug 29, 2006 12:50 pm
Forum: General discussions
Topic: Integrating different contents via tabs into serendipity
Replies: 12
Views: 12966

First of all, thank you! :)
Plogger now shows up in my blog.

but...

The Links are incorrect.
plogger or s9y, I don't know, should produce something like:

index.php?serendipity[subpage]=photos&level=collection&id=1

but the links look like this:

index.php?level=collection&id=1

Because of ...
by wp_user
Thu Jul 20, 2006 9:28 am
Forum: General discussions
Topic: FLV Player Plugin based on FLASH VIDEO PLAYER 2.4
Replies: 8
Views: 8765

The sad thing is, it doesn't take changes. When I change some code nothing happen, I think there is some sort of cache besides templates_c. *sigh*

Fixed... Just pressed "Cachen aller Artikel" (don't know in English, should be sth like "cache all articles") once in the admin area and it worked. :)
by wp_user
Thu Jul 20, 2006 9:11 am
Forum: General discussions
Topic: FLV Player Plugin based on FLASH VIDEO PLAYER 2.4
Replies: 8
Views: 8765

Tell me what that actually outputs.

It works. The funny thing is: the script I've posted works, too!
Don't ask me why. I've changed the filename from FlashVideoPlayer.php to flv.php and it worked!!

The sad thing is, it doesn't take changes. When I change some code nothing happen, I think there ...
by wp_user
Wed Jul 19, 2006 10:19 pm
Forum: General discussions
Topic: FLV Player Plugin based on FLASH VIDEO PLAYER 2.4
Replies: 8
Views: 8765

Hello again! :)

Since I'm not experienced in using regex, I'm stuck.

I'm trying to get this:

<flv href="/wp-videos/uploads/sample.flv" width="512" height="384" autostart="false" />< br/>

transformed into this:
<object type="application/x-shockwave-flash" width="512" height="384" data="http ...
by wp_user
Fri Jul 14, 2006 9:30 am
Forum: General discussions
Topic: FLV Player Plugin based on FLASH VIDEO PLAYER 2.4
Replies: 8
Views: 8765

Hi again!

Garvinhicking, thank you so much! Your second idea is exactly what I need.

I'll test it as soon as possible and post the result. :)
As today is my companys summer party I'll have to wait until tomorrow.

My english is too bad to express how enthused I am because of this quick and .. well ...
by wp_user
Thu Jul 13, 2006 10:23 am
Forum: General discussions
Topic: FLV Player Plugin based on FLASH VIDEO PLAYER 2.4
Replies: 8
Views: 8765

FLV Player Plugin based on FLASH VIDEO PLAYER 2.4

Hello Forum,

I'm using currently Wordpress and I'm planning to migrate to serendipity if it fits my needs.

Currently I'm testing serendipity an there is something I need.

In worpress there is a plugin that uses the FLASH VIDEO PLAYER to display previously uploaded flv Files.

The Difference to ...