Search found 56 matches

by frodeste
Wed Jan 03, 2007 6:48 am
Forum: General discussions
Topic: Alternate path for the freetags plugin
Replies: 6
Views: 3548

Re: Alternate path for the freetags plugin

garvinhicking wrote:Hi!

Hehe. The freetag plugin still has a way to go to be feature-complete; then we can talk about taking it internal. Until then it's much more useful to have it as a plugin, because then we can update it quicker.

Regards,
Garvin
I understand. Keep up the great work.
by frodeste
Tue Jan 02, 2007 2:27 pm
Forum: General discussions
Topic: Alternate path for the freetags plugin
Replies: 6
Views: 3548

Re: Alternate path for the freetags plugin

garvinhicking wrote:Hi!

The central difference is that categories are internal, and tags aren't...so we can't mix'n'mojo those URLs :)

Regards,
Garvin
hehe

My x-mas wish: Make this internal now? :)
by frodeste
Tue Jan 02, 2007 1:19 pm
Forum: General discussions
Topic: Alternate path for the freetags plugin
Replies: 6
Views: 3548

Re: Alternate path for the freetags plugin

Hi!

That's not possible easily, because s9y needs a fixed "/plugin/" pattern to detect that an external plugin takes over page control.

You could try to do it via "invisible" mod_rewrite redirection by redirectiong "/tags/..." to "/plugin/tags/..."...

HTH,
Garvin
Thought so. I did mess a bit ...
by frodeste
Mon Jan 01, 2007 9:59 pm
Forum: General discussions
Topic: Alternate path for the freetags plugin
Replies: 6
Views: 3548

Alternate path for the freetags plugin

is it possible to change the path used by the freetags plugin from ../plugin/tag/ to ../tags/?

I have tried changing in the admin, but using a shorter path like /tags/ just don't seem to work.
by frodeste
Thu Jun 01, 2006 2:20 pm
Forum: General discussions
Topic: Internet Calendar
Replies: 6
Views: 4285

Thanks...

I'm looking forward to something like this. It would allow for me in a easy manner to tell my clients where I am and etc. All inside my blog.
by frodeste
Thu Jun 01, 2006 11:07 am
Forum: General discussions
Topic: Internet Calendar
Replies: 6
Views: 4285

Check out my published calendar at: http://calendars.officebeta.iponet.net/pubcalstorage/2mjl8vrz4253/Frode_Stenstrøm_Calendar.ics

(The URL IS correct and DOES include the "ø")


BEGIN:VCALENDAR PRODID:-//

http://www.imc.org/pdi/
http://en.wikipedia.org/wiki/ICalendar

I thought that maybe ...
by frodeste
Wed May 31, 2006 11:05 pm
Forum: General discussions
Topic: Internet Calendar
Replies: 6
Views: 4285

Internet Calendar

Has anyone had the chance to look at Internet Calendars yet? I'm testing Outlook 2007 Beta 2, which has the possibility to publish its calendar has a ics format on any given webserver. (which is easily done)

I would love to see a plugin in s9y that would read such a file, and display it in a static ...
by frodeste
Tue May 09, 2006 11:15 am
Forum: Bugs
Topic: URL Problem in download manager
Replies: 7
Views: 4892

I can confirm that this bug is now resolved. Thank you.
by frodeste
Mon May 08, 2006 3:18 pm
Forum: Bugs
Topic: Footer not displayed when using the download manager plugin
Replies: 4
Views: 3402

Correct. but it works now. Didn't this morning. weird.

Anyhow. case closed.
by frodeste
Mon May 08, 2006 1:54 pm
Forum: Bugs
Topic: Footer not displayed when using the download manager plugin
Replies: 4
Views: 3402

look at the to pages: www.stenstrom.no/blog and www.stenstrom.no/blog/downloads.html

On the bottom of the standard blog, the footer.tpl template is used to draw copyright messages and etc. This smarty template is not called in the download plugin.

Is this by design or a bug?
by frodeste
Mon May 08, 2006 9:48 am
Forum: Bugs
Topic: URL Problem in download manager
Replies: 7
Views: 4892

I can confirm that the url has been corrected. However, the images are not loaded.

Produced source now reads:

<td align="center"><a href="http://www.stenstrom.no/blog/plugin/dlfile_4"><img src=" ./ plugins/serendipity_event_downloadmanager/img/download.gif" border=0 /></a><br /><b>Download this ...
by frodeste
Fri May 05, 2006 2:28 pm
Forum: Bugs
Topic: URL Problem in download manager
Replies: 7
Views: 4892

Thanx. I guess that means I can updgrade to the new version any time soon. :)
by frodeste
Fri May 05, 2006 10:36 am
Forum: Bugs
Topic: URL Problem in download manager
Replies: 7
Views: 4892

Same error applies to all images..
by frodeste
Fri May 05, 2006 10:33 am
Forum: Bugs
Topic: URL Problem in download manager
Replies: 7
Views: 4892

FYI: I put in a quick and dirty fix to this on my site, so it will work:

803c803
< $nodetb .= " <td><a hr
ef=\"./blog/index.php?serendipity[subpage]=".$this->get_config('pageurl')."&level=".($subcat['level']-1)."&am
p;thiscat=".$subcat['node_id']."\">".$subcat['payload']."</a></td>\n ...