too long link parameters

View: New views
5 Messages — Rating Filter:   Alert me  

too long link parameters

by Franz Holzinger :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I think that the link parameters are sometimes too long, especially if
you need more than one parameter at the same time.

E.g. the email confirmation link has

http://mysubdomain.jambage.com/index.php?id=2&tx_srfeuserregister_pi1[regHash]=a69a53e9e78f917921f2

It could be shorter:

http://mysubdomain.jambage.com/index.php?id=2&fr[regHash]=a69a53e9e78f917921f2

Shouldn't this be made possible somehow?
Maybe it should be made configurable. Then nobody could even guess by
the link which TYPO3 extension is being used here.

- Franz

_______________________________________________
TYPO3-team-extension-coordination mailing list
TYPO3-team-extension-coordination@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination

Re: too long link parameters

by Daniel Bruessler-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Franz,

sorry about my question - but why don't you use realURL or cooluri???

Cheers!
Daniel

> Hello,
>
> I think that the link parameters are sometimes too long, especially if
> you need more than one parameter at the same time.
>
> E.g. the email confirmation link has
>
> http://mysubdomain.jambage.com/index.php?id=2&tx_srfeuserregister_pi1[regHash]=a69a53e9e78f917921f2
>
>
> It could be shorter:
>
> http://mysubdomain.jambage.com/index.php?id=2&fr[regHash]=a69a53e9e78f917921f2
>
>
> Shouldn't this be made possible somehow?
> Maybe it should be made configurable. Then nobody could even guess by
> the link which TYPO3 extension is being used here.
>
> - Franz
>
_______________________________________________
TYPO3-team-extension-coordination mailing list
TYPO3-team-extension-coordination@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination

Re: too long link parameters

by Georg Ringer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Franz,

Franz Holzinger wrote:
> I think that the link parameters are sometimes too long, especially if
> you need more than one parameter at the same time.

maybe sometimes you need some parameters...

> http://mysubdomain.jambage.com/index.php?id=2&tx_srfeuserregister_pi1[regHash]=a69a53e9e78f917921f2

that is why it can be set to a short url in constant editor?

> It could be shorter:
> http://mysubdomain.jambage.com/index.php?id=2&fr[regHash]=a69a53e9e78f917921f2
>
>
> Shouldn't this be made possible somehow?

read the docs! t3lib_div.substUrlsInPlainText

> Maybe it should be made configurable. Then nobody could even guess by
> the link which TYPO3 extension is being used here.

oh lol, very important. The index.php?id= tells me enough and as already
said.. use url rewrite!

Georg
_______________________________________________
TYPO3-team-extension-coordination mailing list
TYPO3-team-extension-coordination@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination

Re: too long link parameters

by Ronald Steiner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

  >>
http://mysubdomain.jambage.com/index.php?id=2&tx_srfeuserregister_pi1[regHash]=a69a53e9e78f917921f2

>
>
> that is why it can be set to a short url in constant editor?

unfortunately there is a bug in sr_feuserregister. So setting the
constant for short url will lead to not working url's in some cases.
_______________________________________________
TYPO3-team-extension-coordination mailing list
TYPO3-team-extension-coordination@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination

Re: too long link parameters

by Georg Ringer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ronald Steiner wrote:
> unfortunately there is a bug in sr_feuserregister. So setting the
> constant for short url will lead to not working url's in some cases.

not the fault of the function which should still do its work. at least I
never got any troubles with it.

Georg
_______________________________________________
TYPO3-team-extension-coordination mailing list
TYPO3-team-extension-coordination@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-extension-coordination