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.
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...
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.

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...