Login system

Is in radiant any extension which provide some login system??

Depends on what you need. The “Subscriber” extension provides access
to certain pages via authentication. I think there are others out
there as well.

Sean

I want to organize some football bet competition. User can login to
system (before has to register) and bet matches. What extension will be
proper for such a situation?

A slightly modified version of Subscriber should be fine. When we have
time to clean up the code Andrea and I will release the newest version
we’re using on http://sposivip.it

2007/9/26, Artur B. [email protected]:

Ok, Let me know where i would find this extension.
Thanks.

For me this looks like the task for a webapp (Rails) instead of a
CMS (Radiant). You will have to tweak Radiant a lot to get the extra
functionally you need.

 /AITOR

It needed tweaking but not that much tweaking :slight_smile:

An older (but working) version of the extension is here:
http://darcs.bigchieflabs.com/radiant/extensions/subscriber/

2007/9/30, Aitor Garay-Romero [email protected]:

I was referring to the “football betting” part of the webapp.

/AITOR

Oh I see, sorry :slight_smile:

2007/10/1, Aitor Garay-Romero [email protected]:

Hi all,

I was just thinking of adding date published attribute to the
Radiant’s admin page view in order to have page published on a
particular date. What would be the easiest and a right way to do this?
Has anyone tried this before?

Thanks,
Bartek

±Le 01/10/07 11:17 +0200, BartÅ‚omiej Rogóż a dit :
| Hi all,
|
| I was just thinking of adding date published attribute to the
| Radiant’s admin page view in order to have page published on a
| particular date. What would be the easiest and a right way to do this?
| Has anyone tried this before?

You could just use my page_edit_dates extension
http://mat.cc/dev/index.cgi/page_edit_dates/
:slight_smile:

You’ll need the admin_parts extension too
http://soxbox.no-ip.org/radiant/svn/extensions/admin_parts/

Regards,

Does someone know where I can find newest version of Subscriber
extension??
Regards

Artur B. wrote:

Does someone know where I can find newest version of Subscriber
extension??
Regards

Ok. I found the Version: 0.1.0 of Subscriber. But I don’t really know
how use this extenesion. Is anywhere an example?