change name of categories??

gert

No avatar

2008-05-23 21:25

hi.. is it possible to change categories to ex: produkter..

» Quick.Cart v3.x

gert østergaard

sidesweep

No avatar

2008-05-24 10:41

dear gert,

this might help you:

open file admin\lang_??.php (?? stands for whatever language you use)

look for section
/*
* Title, description and keywords to Your website
*/

and then change the descriptions in:

$aMenuTypes[1] = 'Top menu above logo';
$aMenuTypes[2] = 'Top menu under logo';
$aMenuTypes[3] = 'Categories';
$aMenuTypes[4] = 'Producers';
$aMenuTypes[5] = 'Hidden page';

You will notice that this changes also the display names of different menus (e.g. categories) in page setup section of administration (which is a bonus in my opinion)



just suggestion to development team - you might wish to include the option for translation of menu names in lang\en.php file in next version of quick.cart it is not essential, it would be more user friendly

tosky

No avatar

2008-07-18 11:05

Thanks very much, very useful this topic.

SoCalCreations

No avatar

2008-07-25 22:59

This doesn't seem to be the correct layout. I have a customer of mine who wishes to change the main category name from "Categories" to the Greek equivalent. However this structure does not exist in the file either the "/lang/en.php" or the "/lang/pl.php" file.

How would I make this name change?

Feldwebel

No avatar

2008-07-27 17:40

In fact the file is in config subforder.
So you have to change file /config/lang_??.php.

The other thing is that the language files are writen to UTF-8 standard and that does not support greek alphabet.

brightandlight

No avatar

2008-07-27 21:31

It's not possible for me to change this, because I have filled in my language myself. Do you have an sollution for that also. I'm from the Netherlands.

Excuse me for my english.

Marloes

LukaWoo

No avatar

2008-10-17 16:33

You can use any search program that can search inside the source code of your entire site and just try to find

= 'Categories';

it has to be somewhere...

nthkmfqc

No avatar

2009-05-30 09:24

It works. Thanks for your help :) Nice work.

kmf, guy!

Guido

Avatar: Guido

2009-06-18 17:47

Hi,

When I change Categories in 'config' > 'lang_en' and I refresh IE, I get this:

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\quickcms\config\lang_en.php:1) in C:\Program Files\xampp\htdocs\quickcms\index.php on line 16

I cannot reverse this...

(quickcms runs on my localhost)

Can somebody help me with this?

beholder

Avatar: beholder

2009-06-18 21:31

Guido >> please create individual topic for your problem, we'll go from there..

Makaron

Avatar: Makaron

2009-06-22 10:52

Probably You used editor which do not support UTF-8 coding and it cause this problem.

ar-carsystems

Avatar: ar-carsystems

2010-03-16 19:40

hi

i always get problems when i do it, i tried on differend sites that i made and if i make a site and add pages... when i made a site and i want to change it afterworths i can't login to change or add pages or content...

for example

login: admin
password: admin

login ok

i change 'catogories' in /config/lang_en.php and try to login again

admin
admin

i get a blank page???

what is the problem?

greets

koen

Makaron

Avatar: Makaron

2010-03-17 15:41

The answer was already in this topic: Probably You used editor which do not support UTF-8 coding and it cause this problem.

www.mak-web.pl - QC & QCMS modifications

beholder

Avatar: beholder

2010-03-18 00:57

the answer is:
delete the file on FTP, load it again from zip, upload, chmod and rewrite with notepad++ that is correctly set to edit such files.

kalanta

No avatar

2010-03-18 16:36

You must save the file with the encoding: utf8 without bom. Use a text editor such as Notepad++ and you'll see in the menu "encoding" usually you're saving it as ansi, change it to utf8 without bom and then start editing it.

Back to top
about us | contact