X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   simple text links for login and register (https://forum.x-cart.com/showthread.php?t=34829)

rashriaz 10-23-2007 02:11 AM

simple text links for login and register
 
1 Attachment(s)
hi

im trying to have just simple text links to login and register. i want to remove the images from there (like the recover password link).

please view the attach pic for details

anyone know how to reomove the pictures frm there

WhiteDoveGifts 10-23-2007 03:15 AM

Re: simple text links for login and register
 
Hi, here's how I managed to remove the pictures:

You have to comment out the "include" code in these two templates:

buttons/login_menu.tpl and buttons/create_profile_menu.tpl

Maybe there are other more official ways of doing this but I am not a coder :-)

rashriaz 10-23-2007 04:00 AM

Re: simple text links for login and register
 
could you please paste your code for these two files

WhiteDoveGifts 10-23-2007 04:11 AM

Re: simple text links for login and register
 
for create_profile_menu.tpl it's:

{*include file="buttons/button.tpl" button_title=$lng.lbl_register href="register.php" image_menu=true*}

and for the login_menu it's:

{*include file="buttons/button.tpl" button_title=$lng.lbl_log_in href="javascript: document.authform.submit();" js_to_href="Y" image_menu=true type="input"*}

if you want to undo the action just remove both * at the beginning and end of the code. My code might be slighty different from yours since I am using 4.1.8 but the principle of commenting out is the same...

rashriaz 10-23-2007 04:33 AM

Re: simple text links for login and register
 
this removes the link altogher, i still want a plain text link saying login and register.

rashriaz 10-23-2007 05:27 AM

Re: simple text links for login and register
 
1 Attachment(s)
Ive got it working, all I did was upload a transparent 1px x 1px gif to replace the existing image and now works fine.

WhiteDoveGifts 10-23-2007 07:29 AM

Re: simple text links for login and register
 
Sometimes the solution to these thingd turns out to be easy..:D
I am considering to remove the whole box on my redesigned site since people only need it when they are placing an order.


All times are GMT -8. The time now is 11:19 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.