Gossamer Forum
Home : Products : Others : Gossamer Community :

Using my own do= actions?

Quote Reply
Using my own do= actions?
Is it possible to use my own do= action?
ie.: http://site/cgi-bin/g/community.cgi?do=user_action

I don't see that there is possible to use my own action, since:
- community.cgi filters to one of wap_*, user_*, admin_*
- then Community::Web::User::process($do) filters to one of following valid user actions: user_login, user_signup, user_signup_keyimage, user_lostpw, user_profile, user_verify, user_logout, user_home
- then the $do = exists $valid{$do} ? $do : 'user_home'; overrides any invalid user action with 'user_home'

That makes impossible the plugin development with my own actions. It allows only to extend the available actions with plugin hooks, but nothing more. Frown

Is there any possibility what I didn't notice, and still make available to use my own actions???

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Subject Author Views Date
Thread Using my own do= actions? webmaster33 3233 Mar 8, 2004, 10:00 AM
Thread Re: [webmaster33] Using my own do= actions?
yogi 3175 Mar 8, 2004, 10:14 AM
Post Re: [yogi] Using my own do= actions?
webmaster33 3175 Mar 8, 2004, 10:41 AM
Thread Re: [webmaster33] Using my own do= actions?
Alex 3138 Mar 17, 2004, 2:15 PM
Post Re: [Alex] Using my own do= actions?
webmaster33 3130 Mar 17, 2004, 2:39 PM
Post Re: [Alex] Using my own do= actions?
webmaster33 2995 Jul 15, 2004, 11:31 PM