Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

[iUNI] Editor Monitor v1.2.X

(Page 3 of 3)
> >
Quote Reply
A bug, I think.. In reply to
Hi

When a non logged in user trys to access the editor sign up(em_signup.cgi) they are forwarded to the log in screen then when they log in they are forwarded to the Log on success screen..!!

I think they should be forwarded to the editor sign up screen in steed or we will loss the purpose of the form since must users will not go back and try again......



Any fix for this? I know add.cgi and ll cgis that come with links sql have this in them...
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] A bug, I think.. In reply to
Hi Katabd,

This is not a bug.

Unless you insert some kind of re-directing into your own login templates (success etc), the user will not get forwarded.

EM does not have anything to do with your User Login templates.

I suggest you add your own re-direction to these Links templates to suit your own needs.

On my own site, for example, my login sucess page contains a choice of links which is available to the newly logged in user, including the Editor Monitor releated links.

Feel free to login in on my site and have a look at the choices presented to the user.

Thanks.


http://www.iuni.com/...tware/web/index.html
Links Plugins
Quote Reply
Re: [Ian] A bug, I think.. In reply to
That's not entirely true. If a user tries to add a link, without being logged in, the user will automatically be redirected to the correct page after they are logged in.

You have to use Links::redirect_login_url for this, there is an example in Links/User/Add.pm of how it's done.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] A bug, I think.. In reply to
Interesting, thanks Ivan.

I have never used this function before... so it might be useful. I have not had a need for it to-date... so maybe katabd might be able to use this.

I will look at it when I get a chance,

Thanks.


http://www.iuni.com/...tware/web/index.html
Links Plugins
Quote Reply
Re: [Ian] A bug, I think.. In reply to
Hi

The redirection should be done from within the cgi or its corresponding Pm file.

The correct quick way is to change: em_signup.cgi

find: print qq~Location: $CFG->{db_cgi_url}/user.cgi\n\n~;

and change it to:

print qq~Location: $CFG->{db_cgi_url}/user.cgi?url=URL_TO_LINK_CGI_directory/em_signup.cgi?do=signup\n\n~;



The log in success passed the URl from the PM handle sub which does not exist yet for the editor sign on cgi file..



It is working on my site now
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory

Last edited by:

katabd: Jul 9, 2002, 1:20 PM
Quote Reply
Re: [katabd] A bug, I think.. In reply to
Hi Katabd,

Thaks for posting that!Cool

Ian


http://www.iuni.com/...tware/web/index.html
Links Plugins
Quote Reply
Re: [Ian] A bug, I think.. In reply to
Anytime.. Wink
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
v1.3.0 SNEAK PREVIEW In reply to

SNEAK PREVIEW v1.3.0

Whats in store for 1.3.0? Here is a preview:

Total (Monthly)

James
Status: Staff
LOGINS: Logins: 25 (0) Last Login: 2002-07-09 17:20:53 2nd Last: 2002-07-02 23:25:48 3rd Last: 2002-06-30 02:29:34
REWARDS: Account Balance: 100 Date Last Paid: 2002-06-12 19:42:19 Amount: 16
LINK EDITING: Additions: 0 (0) Modifications: 0 (0) Deletions: 0 (0) Validations: 0 (0)
Last Deleted Link: http://www.czechonweb.com From Category: Travel and Tourism/Lodging
CATEGORY EDITING: Additions: 0 (0) Modifications: 0 (0) Deletions: 0 (0)
Category: Family and Personal/Personal Homepages
Category: Regional/Ontario/Metropolitan Areas/Ottawa Metro/Education
Category: Regional/Ontario/
Total Activity: 0 (0)

Auto Purge:
----------------
Purging tracking records more than 90 days old: (2002-04-13)
Total Tracking Records Purged: 0

Version: 1.3.0



http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Jul 12, 2002, 1:03 AM
Quote Reply
Re: [Ian] [PLUG-IN] EDITOR MONITOR v1.2.X In reply to

Version 1.3.0 will be due out shortly.

I'll be starting a new thread for this version when it comes out.




http://www.iuni.com/...tware/web/index.html
Links Plugins
Quote Reply
Re: [Ian] [PLUG-IN] EDITOR MONITOR v1.2.X In reply to
Man, you work too hard...not that I don't apprecitate it!!!! Wink
Quote Reply
EDITOR MONITOR v1.3.X Thread In reply to

EDITOR MONITOR v1.3.X Thread:

http://www.gossamer-threads.com/...i?post=205274#205274





http://www.iuni.com/...tware/web/index.html
Links Plugins
> >