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)
-   -   The word "categories" (https://forum.x-cart.com/showthread.php?t=9937)

g0t0pless 10-20-2004 03:44 PM

The word "categories"
 
Where is it at in the code? I want to have it in all capital letters, but I can't find it. It's not in the language settings, I already looked.

Emerson 10-20-2004 03:47 PM

It's there under languages.

lbl_categories ;)

g0t0pless 10-20-2004 06:04 PM

Ah. I got that one changed when I changed all the other ones, but it still isn't capitalized the way I want it to be.

Try it on your to see what it does, just to make sure it isn't something screwy on my end.

willirl 10-21-2004 04:10 AM

Sometimes x-cart applies a filter to a label to make it all uppercase or capitalze a word. You'll need to search for all occurances of the label.

unix:

find . -iname "*.tpl" | xargs grep "lbl_categories"

from the skin1 directory will search all tpl files in that directory and below.

Emerson 10-21-2004 04:15 AM

Quote:

Originally Posted by willirl
Sometimes x-cart applies a filter to a label to make it all uppercase or capitalze a word. You'll need to search for all occurances of the label.


That is done via CSS

shan 10-21-2004 05:18 AM

Quote:

Originally Posted by Emerson
Quote:

Originally Posted by willirl
Sometimes x-cart applies a filter to a label to make it all uppercase or capitalze a word. You'll need to search for all occurances of the label.


That is done via CSS


I thought this as done using the |upper tag rather then in the css

see http://smarty.php.net/manual/en/language.modifier.upper.php

Emerson 10-21-2004 05:43 AM

Quote:

Originally Posted by shan
Quote:

Originally Posted by Emerson
Quote:

Originally Posted by willirl
Sometimes x-cart applies a filter to a label to make it all uppercase or capitalze a word. You'll need to search for all occurances of the label.


That is done via CSS


I thought this as done using the |upper tag rather then in the css

see http://smarty.php.net/manual/en/language.modifier.upper.php


You are right, I had done this via CSS on one of my sites so it is a smarty thing.
Sorry :oops:

g0t0pless 10-21-2004 06:51 AM

SO wait a sec. You are saying there is an easy way to make everything capital letters, besides going in anad changing each and every entry in the languages section?

shan 10-21-2004 07:25 AM

yeh

http://smarty.php.net is your friend :idea:


All times are GMT -8. The time now is 08:32 PM.

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