Gossamer Forum
Home : Products : Gossamer Links : Discussions :

how can I change econding on admin pages?

Quote Reply
how can I change econding on admin pages?
Hi

I use other languege then English on my site so categories on my admin pages are not displayed propertly, and I must make right click - encoding each time. I would like to change encoding on admin pages. How can I do that?

I make this change sucessfuly in my templates, but this is frame page and I can't find it.Crazy
Quote Reply
Re: [Zoran] how can I change econding on admin pages? In reply to
Hi. You should be able to just do something like this in the HTML;

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

You need to change the charset="" part to match the one you want to default too (i.e UTF-8) or something. That should do the trick :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] how can I change econding on admin pages? In reply to
I dont know WHERE to make the change. I didn't find any admin.htm or admin.html to change the charset. That is my problem, WHERE to make this change.

Best Regards, Zoran
Quote Reply
Re: [Zoran] how can I change econding on admin pages? In reply to
It might be easier, but I've used Fileman and edited my admin templates there. There are a lot of them ... but I think editing browser_tree.html would do the trick for showing the categories.

Last edited by:

gotze: Jun 9, 2004, 3:02 PM
Quote Reply
Re: [gotze] how can I change econding on admin pages? In reply to
Hi

This page has only one line after <body>
tag :

body onLoad="parent.draw_tree()" bgcolor="#ffffff"

I change the encoding, it work now...but

if I make right click in the frame - view source - my tag is not there!!??? However, somehow it work now.

Thanks for the help

Zoran