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)
-   -   Admin help javascript pop-ups (https://forum.x-cart.com/showthread.php?t=59141)

sunil@reternetics.com 04-30-2011 05:43 AM

Admin help javascript pop-ups
 
in the admin section, like modify category or modify products section, there are some links in blue color like Need help? with mouseover pop-up help tips :
In this section you can add a product image............
OR
What is Clean URL? onmouseover pop-up message :
Pages of X-Cart based stores are generated........

Even : Clean url messages :
Note: The Clean URLs functionality is now disabled. You can enable it through the General settings->SEO options section.

I wish to remove all the above help/assistance text & pop-ups.

I have checked all files, but not found the above.....

i saw the above messages in mysql database, i removed all of them,
but they are still appearing.

I wish to remove all the above help/assistance text & pop-ups.
can anyone assist ?

thank you.
sunil.

cflsystems 04-30-2011 09:10 AM

Re: Admin help javascript pop-ups
 
You have to delete/comment out the code from the appropriate templates. For example the clean url popup on product modify page is this

{include file="main/tooltip_js.tpl" title=$lng.lbl_clean_url_what_is text=$lng.txt_clean_url_descr id=$tooltip_id}

in skin/common_files/main/clean_url_field.tpl

sunil@reternetics.com 05-02-2011 04:36 AM

Re: Admin help javascript pop-ups
 
thank you, it worked. Just that the below message yet reads :
Note: The Clean URLs functionality is now disabled. You can enable it through the General settings->SEO options section.

how to remove this ?
thank you.
sunil

cflsystems 05-02-2011 09:11 AM

Re: Admin help javascript pop-ups
 
Don't just copy/paste the code I posted - I just wanted to show how it's done. You need to create similar files/code and replace with your own values


All times are GMT -8. The time now is 06:00 AM.

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