Re: [Radiant] Forum extension?

2008-07-24 Thread Tim Gossett
On Sat, Jul 12, 2008 at 12:05 PM, Casper Fabricius [EMAIL PROTECTED]
wrote:

 Now I remember the other reason I never got around to making the Beast
 extension ready for public use. I wrote it for a community site, and I put
 most of the user stuff and all the login/session stuff in another extension,
 which is specific to the application.

 So the extension is nowhere near to drop-in usage in a standard Radiant
 installation, but feel free to look at it here:
 http://casperfabricius.com/files/beast.zip

 I can provide samples of users- and session-controllers as well as further
 needed extensions of the Radiant login system if needed, but it will still
 take a fair amount of work to get it running.

 Cheers,
 Casper


So I wasn't able to use Beast, and rolling my own was too much of a
headache. I just setup a invitation-only Google Group and called it a day.

Thanks for the suggestions, everyone.

--
Tim
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Forum extension?

2008-07-12 Thread Casper Fabricius

Hi Tim,

I managed to port Beast to a Radiant extension without too much  
trouble, including merging the user models. I never released the  
extension because a lot of work still remains with the view files (I  
just did a bunch of view files in another extension for my specific  
project), but I'd be willing to mail you this unfinished extension as  
a starting point, if you are planning to release an extension  
providing a port of Beast.


Cheers,
Casper Fabricius


On 10/07/2008, at 20:29, Tim Gossett wrote:

I need to add a forum to a Radiant project. I've sifted through  
plenty of
pages of search results for Radiant forum extension, but, frankly,  
there's

just too much noise coming from results for forums about Radiant.

If I can't find one by tonight, I'm going to build my own. Anyone  
have any

ideas/requests/observations?

--
Tim
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Forum extension?

2008-07-10 Thread Sean Cribbs
One could run Beast in parallel with Radiant, either on a different 
subdomain or on a different path.


Sean

Tim Gossett wrote:

I need to add a forum to a Radiant project. I've sifted through plenty of
pages of search results for Radiant forum extension, but, frankly, there's
just too much noise coming from results for forums about Radiant.

If I can't find one by tonight, I'm going to build my own. Anyone have any
ideas/requests/observations?

--
Tim
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

  


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Forum extension?

2008-07-10 Thread Adam van den Hoven

Since were green fielding this:
Threaded
Moderable
Sticky Posts
Post Types (question, announce, etc, = configurable list)
Multiple Fora (Forums?)
	Forums in arbitrary places (maybe I have an corporate internal site  
with section for each project, I might want a unique set of forums for  
each project)

Taggable threads
	Forum Users independent of Site admin/content authors. However, site  
admin/content authors should not need new user for posting.

Spam Filtering


On 10-Jul-08, at 11:29 AM, Tim Gossett wrote:

I need to add a forum to a Radiant project. I've sifted through  
plenty of
pages of search results for Radiant forum extension, but, frankly,  
there's

just too much noise coming from results for forums about Radiant.

If I can't find one by tonight, I'm going to build my own. Anyone  
have any

ideas/requests/observations?

--
Tim
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Forum extension?

2008-07-10 Thread Tim Gossett
On Thu, Jul 10, 2008 at 2:38 PM, Sean Cribbs [EMAIL PROTECTED] wrote:

 One could run Beast in parallel with Radiant, either on a different
 subdomain or on a different path.


One could. My users are looking for a single sign-on, or more specifically,
a single admin area. I want to piggyback on Radiant's User model, and
probably hook into the page_group_permissions extension to specify groups of
forum users. So, an extension is ideal.

--
Tim
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Forum extension?

2008-07-10 Thread Mohit Sindhwani

Josh Schairbaum wrote:
I'd be more willing to help write something that would sync user 
accounts between radiant and beast. :)  Not-optimal, but probably the 
quickest for getting something with a lot of features out there 
quickly.  I believe that if you used cookie sessions and had both apps 
share the same session key it would simulate SSO.


Josh


That would be very very cool!

Cheers,
Mohit.
7/11/2008 | 11:11 AM.

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Forum extension?

2008-07-10 Thread Adam van den Hoven
At this point would it not make sense to extend the user system to  
support Open ID?


On 10-Jul-08, at 8:11 PM, Mohit Sindhwani wrote:


Josh Schairbaum wrote:
I'd be more willing to help write something that would sync user  
accounts between radiant and beast. :)  Not-optimal, but probably  
the quickest for getting something with a lot of features out there  
quickly.  I believe that if you used cookie sessions and had both  
apps share the same session key it would simulate SSO.


Josh


That would be very very cool!

Cheers,
Mohit.
7/11/2008 | 11:11 AM.

___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant