Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Plugin shop

  • ollehar
  • ollehar's Avatar
  • Offline
  • LimeSurvey GmbH Employee
  • LimeSurvey GmbH Employee
More
5 years 6 months ago - 5 years 6 months ago #174500 by ollehar
Replied by ollehar on topic Plugin shop
Progress report:

* We've decided that Markus will do the shop Joomla front-end. It will be similar to Wordpress theme browsing or Joomla extension browsing.

* Now possible to install plugins via ZIP file in the dev branch. See pics.

* Our current goal is to make a pilot available before Christmas, where it's possible to upload and buy ZIP files.
Last edit: 5 years 6 months ago by ollehar.
The following user(s) said Thank You: DenisChenu
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 6 months ago #174543 by DenisChenu
Replied by DenisChenu on topic Plugin shop
I NEED to test that …

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
  • ollehar
  • ollehar's Avatar
  • Offline
  • LimeSurvey GmbH Employee
  • LimeSurvey GmbH Employee
More
5 years 6 months ago #174547 by ollehar
Replied by ollehar on topic Plugin shop
To create an installable ZIP-file, cd into the plugin folder and run

zip -r mypackage.zip *
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 6 months ago #174570 by DenisChenu
Replied by DenisChenu on topic Plugin shop
With git repo :

I use
Code:
git archive --prefix=myPlugin/ -o ../myPlugin.zip master

Then : did plugin zip must be in directory or not ?

If not :
Code:
git archive -o ../myPlugin.zip master

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
  • ollehar
  • ollehar's Avatar
  • Offline
  • LimeSurvey GmbH Employee
  • LimeSurvey GmbH Employee
More
5 years 6 months ago #174571 by ollehar
Replied by ollehar on topic Plugin shop
Yeah, as it is now, the zip file should NOT include the folder, so you should cd into the folder before zipping. This should be more flexible in the future...
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 6 months ago #174580 by DenisChenu
Replied by DenisChenu on topic Plugin shop
It's not an issue, just for downloading app/plugin : is more easy for user : uncompress zip, send whole directory without renaming to ftp.

And even with that : some user rename directory … ;(

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
  • ollehar
  • ollehar's Avatar
  • Offline
  • LimeSurvey GmbH Employee
  • LimeSurvey GmbH Employee
More
5 years 6 months ago #174583 by ollehar
Replied by ollehar on topic Plugin shop
Hehe. Well, hopefully the new system will make things easier.
The topic has been locked.
  • ollehar
  • ollehar's Avatar
  • Offline
  • LimeSurvey GmbH Employee
  • LimeSurvey GmbH Employee
More
5 years 5 months ago #175245 by ollehar
Replied by ollehar on topic Plugin shop
The extension updater system is getting closer to be finished. You can read about it in the new manual section: manual.limesurvey.org/Plugins_-_advanced...ates_.28New_in_4_.29
The following user(s) said Thank You: tpartner
The topic has been locked.
  • ollehar
  • ollehar's Avatar
  • Offline
  • LimeSurvey GmbH Employee
  • LimeSurvey GmbH Employee
More
5 years 5 months ago - 5 years 5 months ago #175305 by ollehar
Replied by ollehar on topic Plugin shop
First sketch of a LimeStore frontend. Much discussion right now about what to do our selves and when to start to use a third-party system like Magento. It's a big decision.

The sketch is inspired by the theme forest: themeforest.net/

Of course the colours are not set, it's just about the structure.
Last edit: 5 years 5 months ago by ollehar.
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 5 months ago #175308 by holch
Replied by holch on topic Plugin shop
hahahahaha:


I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 5 months ago #175312 by DenisChenu
Replied by DenisChenu on topic Plugin shop

ollehar wrote: The sketch is inspired by the theme forest: themeforest.net/

theme forest is really not a best solution in my opinion … because is more for theme and not "feature"


Personnaly : i like cleaner style and system plugins.matomo.org/ or themes.matomo.org/ (with some checkbox for usage (and some plugin can have multiple usage …))
Other inspiration : plugins.spip.net/spip.php?page=plugins

www.drupal.org/project/project_module is too complex
wordpress.org/plugins/ are hard to navigate (but wp-admin/plugin-install.php is great (except some "usage checkbox").

Else GREAT colors \o/

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
  • ollehar
  • ollehar's Avatar
  • Offline
  • LimeSurvey GmbH Employee
  • LimeSurvey GmbH Employee
More
5 years 5 months ago #175331 by ollehar
Replied by ollehar on topic Plugin shop
I think the Matomo site gives the user too little information. Basically, you have to already know what you want before arriving to the site.

Wordpress has the same problem. Lack of tags gives the customer no overview of what plugins are available. You have to search manually. Very stylish and good-looking, though.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose