PDA

View Full Version : login.tpl -> regirect = redirect?



Steffen Buschkemper
January 18, 2014, 11:10 AM
Hello Guys,

is the follow realy right? Found in login.tpl



{if isset($request_page)}
<input type="hidden" name="regirect" value="{$request_page}" />
{/if}


or should it correct as follow?




{if isset($request_page)}
<input type="hidden" name="redirect" value="{$request_page}" />
{/if}


Regards
Steffen

Wei Hong
January 18, 2014, 10:09 PM
Eh
I think it's definitely redirect.

Steffen Buschkemper
January 18, 2014, 10:56 PM
Hello Wei,

this need not necessarily be so.
Maybe one of us will brighten from flynax team.

Regards
Steffen

Steffen Buschkemper
January 19, 2014, 01:32 AM
Something else ominous found in field.tpl

True? or False? Look at -> feilds



{if $config.listing_feilds_position == 1}


Should better fields? Or is this realy feilds... Hmm :blink:



{if $config.listing_fields_position == 1}


Wow after check it is realy feilds...
Is this intentional or was there someone too lazy ...

//Steffen

Wei Hong
January 19, 2014, 02:32 AM
So the codes were written that way?

Steffen Buschkemper
January 19, 2014, 02:43 AM
In my last post 100% -> feilds. Sounds weird but it is so.
In login.tpl i think it is not correct.
Since it can only anyone enlighten us from flynax team.

Petrache Nicolae
January 19, 2014, 03:44 PM
the whole script is full of words like that. they may be written especialy like that becouse the script does function with them, as they are

Steffen Buschkemper
January 19, 2014, 03:52 PM
Yeah thats right, but in the first post i think it is not correct.

Mike
January 20, 2014, 11:14 AM
Yes they are typos,

listing_feilds_position, regirect

but there is nothing to worry about, there are no any problems with the functions.

Steffen Buschkemper
January 20, 2014, 11:54 AM
Ok Mike,

thanks for the response.
In input name it is partly relevant.
Hence my question.

Thanks