Search found 37 matches

by Phrax
Thu Dec 27, 2012 9:19 pm
Forum: Deutsch
Topic: News Plugin
Replies: 7
Views: 2028

Re: News Plugin

Hallo, entschuldigt die späte Antwort, habe in letzter Zeit das ganze Thema etwas vernachlässigt, d.h. ich bekomme die Postings hier im Forum meistens auch erst spät (oder nie) mit (meistens werfe ich erst einen Blick ins Forum wenn eine Sourceforge Email mit einem Problem eingeht). Ich werde nach M...
by Phrax
Sun Sep 02, 2012 9:29 pm
Forum: Addons and Plugins
Topic: [New Plugin] "News"
Replies: 36
Views: 17567

Re: [New Plugin] "News"

Hi all, I'm sorry for the late reply! I had some PM contact with Christoph concerning the problem. I uploaded a new beta version which will hopefully add support for magic_quotes_gpc=On for the whole plugin. On a short test session on a local installation with magic_quotes_gpc=On images and links ar...
by Phrax
Sun Jun 24, 2012 4:36 pm
Forum: Addons and Plugins
Topic: [New Plugin] "News"
Replies: 36
Views: 17567

Re: [New Plugin] "News"

Hi Christoph,

thanks for the explanation. I will have a look on how I will handle it ;)

Best regards,
David
by Phrax
Mon Jun 18, 2012 5:46 pm
Forum: Addons and Plugins
Topic: [New Plugin] "News"
Replies: 36
Views: 17567

Re: [New Plugin] "News"

Hi Avengers, Hi CHristoph,

sorry for the late reply on your problem, Avengers...

I did not understand the whole problem, so just to be up to date, are there some mistakes in the code or is it just about PHP/Server configuration?

Regards,
David
by Phrax
Fri Apr 06, 2012 1:17 pm
Forum: Addons and Plugins
Topic: [New Plugin] "Pictures"
Replies: 27
Views: 12205

Re: [New Plugin] "Pictures"

Hi all, like Christoph already stated using "Pictures" it is possible to use multiple galleries on one page, and even to use a single gallery with different "drivers" on one page. Additionally for the 3rd beta version I added support for different lightbox clones: prettyphoto and a slightly modified...
by Phrax
Tue Apr 03, 2012 4:32 pm
Forum: Addons and Plugins
Topic: [New Plugin] "Pictures"
Replies: 27
Views: 12205

Re: [New Plugin] "Pictures"

Hi all, so as conculsion I see there are a lot of plugins providing solutions for image galleries/carousels etc. out there. And I want to point out that I did not want to challenge with these plugins in some way. Each plugin has its own features and advantages. Concerning Lightbox/Colorbox/Prettypho...
by Phrax
Tue Apr 03, 2012 10:52 am
Forum: Addons and Plugins
Topic: [New Plugin] "Pictures"
Replies: 27
Views: 12205

Re: [New Plugin] "Pictures"

Before I have not thought about browser windows size, and have made good experiences by using lightbox, so because I am familiar with it (and also very familiar with jQuery) I chose it for the plugin. But every other idea is welcome, so I will have a look at shutter reloaded, and If there are modifi...
by Phrax
Tue Apr 03, 2012 8:48 am
Forum: Addons and Plugins
Topic: [New Plugin] "Pictures"
Replies: 27
Views: 12205

Re: [New Plugin] "Pictures"

Thanks for your feedback. I will have a look at this and will try lb_gallery and some of the other available gallery scripts.

Do you have a good alternative to lightbox I could have a look at?!
by Phrax
Tue Apr 03, 2012 8:43 am
Forum: Open Development
Topic: Versioning of Plugins
Replies: 10
Views: 6054

Re: Versioning of Plugins

An alternative to classes could be prefixed functions, such as: function myplugin_name(){ // return name... } function myplugin_dependencies(){ return array( // ... ); } The order the plugins will be loaded could be figured out by the pluginloader. It would first gather all the information given by ...
by Phrax
Mon Apr 02, 2012 9:22 pm
Forum: Addons and Plugins
Topic: [New Plugin] "Pictures"
Replies: 27
Views: 12205

[New Plugin] "Pictures"

Hi Community, the past few weeks I worked on a CMSimple plugin for picture galleries. The plugin supports the creation of different galleries and their presentation using lightbox, coinslider or bxslider (all jQuery based). The plugin integrates with jQuery4CMSimple, but it is not required to run th...