Authentication alternative to the side-box

Hi nwsco



Perfect!! should of thought of that in CSS :rolleyes:

i will use this mod once .4 is released.



thank you for the mod

I love to have this for the “search” function as well?

Hi nwsco,



Your Authentication alternative works great. However in you zip version you have some more then that code - the widht of the hole shop is changing - so I put the code in manualy.



When the box pop up - it may be good for the users to have a closing cross or a close text on it. Not all understand to click again? How can this be don?



Like to see the same function with the searh option - on a button?

Hi Terje, yes i fixed that “width”-problem the same day, i think i just forgot it to add in the zip…

(the style just needs a extra width-definition or so, like the example, so copy/paste is best…)





to add a close button, f.e. underneath forgot password?



something like:


[QUOTE]close this box[/QUOTE]



should work…

is there a final version of this code. i would love to use this mod for the default_blue skin.



cheers =)

this is what i get when i upload the auth_mod files then load the cart. this error is where the top nav would be.







Warning: Smarty error: unable to read resource: “buttons/top_menu_button.tpl” in /homepages/14/d94926337/htdocs/shop/classes/templater/Smarty.class.php on line 1096



Warning: Smarty error: unable to read resource: “buttons/top_menu_button.tpl” in /homepages/14/d94926337/htdocs/shop/classes/templater/Smarty.class.php on line 1096



Warning: Smarty error: unable to read resource: “buttons/top_menu_button.tpl” in /homepages/14/d94926337/htdocs/shop/classes/templater/Smarty.class.php on line 1096

i removed the zip-file, since it creates more problems&questions.

just do it manually and things will work fine.



also, your error

Warning: Smarty error: unable to read resource: “buttons/top_menu_button.tpl”

proves that you havent used the zip-file correct.

search for the file “top_menu_button.tpl” in your skin-directory and see where you end up.



Smarty-errors are mostly caused by (temporarily) un-smarty people

behind the screen lol…

point taken =)



i will see if i can do the mod manually. it is a god one.



=)

where do i find this



“skins//customer/top_menu.tpl around line 60



find:

Quote:



{include file=“buttons/top_menu_button.tpl” but_content=”$lang.view_cart"}



"

i did not see it in the skins//customer/top_menu.tpl
template...

i am using .4

thank you

PS excuse my ignorance =)

i am not finding



buttons/top_menu_button.tpl



i am getting



Warning: Smarty error: unable to read resource: “buttons/top_menu_button.tpl” in /homepages/14/d94926337/htdocs/shop/classes/templater/Smarty.class.php on line 1096



and i feel like an idiot =(

this looks like the code i have to put you code under in step 2, i am not finding

buttons/top_menu_button.tpl

in my skins buttons directory.



{$lang.view_cart}


Hi mpjbay



The file you need is customer/top_menu.tpl not buttons/top_menu.tpl

and the mod was done on the new Lite_skin template 1.3.4, so you will need to play around with it. :rolleyes:

ahhhh, that makes sense.



i think was a typo in the path on the original post.



=)

Can we get a final post for the code that works with 1.3.4-sp2.

Will it work with any skin?

[quote name=‘JosiahW’]Can we get a final post for the code that works with 1.3.4-sp2.

Will it work with any skin?[/QUOTE]



All coding works for any skin.

Ok It works great.

Thanks guys.

Anybody know how to add a “close” or and “X” to it for closing the box when they click it?

Also where can I change the name of Authentication to something else like “Login”?

[quote name=‘JosiahW’]

Also where can I change the name of Authentication to something else like “Login”?[/QUOTE]

Languages and search for authentication

[quote name=‘JesseLeeStringer’]Languages and search for authentication[/QUOTE]



Ok. I tried adding:


|close|

to /skins/lite_orange/customer/side_boxes/login.tpl

But that closes the whole browser not just that popup.

What code do I need to use to make is just close the popup it is?