beat / tracker-apps

Joomla Apps* bugtracker
GNU General Public License v2.0
0 stars 0 forks source link

Write a Joomla plugin and a CB plugin for Register to Download feature #4

Closed beat closed 11 years ago

beat commented 11 years ago

The plugin should handle following events:

  1. Landing on the registration page with the special url parameter from apps:
    • Store the parameter (redirect url) into session with timestamp
  2. When user is either successfully logged in or when registration is complete and user is activated (within a given time from the timestamp:
    • Redirect to stored URL with additional parameter for URL of item to install after registration.

Params:

In a more elaborate version, we could have:

In a cart version for commercial extensions, the above items could be part of the product settings.

emavro commented 11 years ago

Joomla plugin done. In testing phase now.

beat commented 11 years ago

How's testing of Joomla plugin doing ?

Maybe we should release it for general testing ?

emavro commented 11 years ago

On a public repository now... https://github.com/emavro/joomlaapps-plugin/

emavro commented 11 years ago

Name change:

Joomla! plugin: https://github.com/emavro/jefreg-plugin/tree/master

CBSubs plugin: https://github.com/emavro/jefreg-plugin/tree/jef-cbsubs

beat commented 11 years ago

Great! Thanks! This closes this tracker.