New messages Members Forum rules Search
  • Page 1 of 2
  • 1
  • 2
  • »
Forum moderator: kostova  
uCoz Support Forum by uCozers » uCoz » Forum » How do I change menu and the bottom part of my forum? (sml[answered] replace, substitute, translate)
How do I change menu and the bottom part of my forum?
boxaDate: Tuesday, 2009 May 26, 6:21 PM | Message # 1
Font size: A | A |
Private
Group: User
Message: 10
[ ]
Offline
Hello
How can i change words in some menus
In my site-->forum-->All-time high attendance 4 reached on Вторник, 22:43:04, 2009-05-19. (how change language)
site-->forum-->some forum-->

Normal thread (There are new message(s)) Normal thread
Normal thread (No new messages) Thread - Poll
Hot thread (There are new message(s)) Sticky thread
Hot thread (No new messages) Hot thread
Closed thread (No new messages) Closed thread how can i change language english-- on bulgarian?

And how change language on buttons new topic ,new pool ...?

and this words where i must see and change?

You may post new threads
You may create new polls
You may not post attachments
You may post replies




Edited Byboxa - Tuesday, 2009 May 26, 6:24 PM
 
jackassDate: Wednesday, 2009 May 27, 3:30 PM | Message # 2
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
boxa,
Quote (boxa)
And how change language on buttons new topic ,new pool ...?
You can upload your own buttons smile
Go to CP > Main » Forum » Module settings find Buttons set: and set custom set:

Then paste link to the icon folder here Link (URL) to the folder with buttons:

Remember in folder must be all icons what is in default set and names must be the same

P.S. Move to forum section smile

Attachments: 2805716.png (13.0 Kb)


 
boxaDate: Thursday, 2009 May 28, 9:38 AM | Message # 3
Font size: A | A |
Private
Group: User
Message: 10
[ ]
Offline
Thank you jackass
You help me for buttons
I make it.
Wonderfull.But this text i can not change:

Normal thread (There are new message(s)) Normal thread
Normal thread (No new messages) Thread - Poll ...

Can you have idea for this,how i change all words!
Have a nice day


 
jackassDate: Thursday, 2009 May 28, 10:14 AM | Message # 4
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
boxa, what is your language? isn't it here at CP > Main » Common settings Site language:?

There is 10 languages

You can't edit this things in forum

Attachments: 5045517.png (7.1 Kb)


 
boxaDate: Thursday, 2009 May 28, 12:31 PM | Message # 5
Font size: A | A |
Private
Group: User
Message: 10
[ ]
Offline
But see here

http://forum.ucoz.com/forum/5-321-1

How change member on user?
Where must put this code?


 
jackassDate: Thursday, 2009 May 28, 2:56 PM | Message # 6
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
boxa, CP -> Customize Design -> General appearance of forum pages. After <body>

 
BrazenDate: Friday, 2009 May 29, 9:29 PM | Message # 7
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
boxa, if you provide design number, I might help you install this scripts.

if you already made some progress please show it here, so that i can start from there.


LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
boxaDate: Thursday, 2009 June 04, 5:18 PM | Message # 8
Font size: A | A |
Private
Group: User
Message: 10
[ ]
Offline
I DOWNLOAD all page as page.htm
In my computer i open htm with notepad and change word,save and all is ok.
But how i can put this htm file in my site,or replace?




Edited Byboxa - Thursday, 2009 June 04, 5:21 PM
 
jackassDate: Thursday, 2009 June 04, 6:25 PM | Message # 9
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
boxa, just open html file copy all content and paste where you need it in template smile

Why you downloaded it, you can edit it in CP, no need to download if you dont use it in other software or backup


 
boxaDate: Thursday, 2009 June 04, 11:58 PM | Message # 10
Font size: A | A |
Private
Group: User
Message: 10
[ ]
Offline
Where i paste in my site.
I dont understand
I glad to say me,please


 
BrazenDate: Friday, 2009 June 05, 8:57 AM | Message # 11
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
I am not really sure, but if I were to do this I would Copy the code
manually and paste it into the Control Panel » Customize design » Forum
in one of the section that the code is for (I think you should have there 3 nope pad files one for each section)
» General appearance of forum pages
» Appearance of entries
» Message addition form

I don't think what you are doing will work, but just to make sure can you
provide the code that you edited for "General appearance of forum pages"


LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
boxaDate: Friday, 2009 June 05, 3:38 PM | Message # 12
Font size: A | A |
Private
Group: User
Message: 10
[ ]
Offline
But i want to change every word.
Some words i changed, thanks for everything.

On some pages i push the right button on the mouse and push code on the page.

<html>
<head>

<title>Photo 1 - My photos - Фото албуми - boxa</title>
<link type="text/css" rel="StyleSheet" href="http://boxa.clan.su/_st/my.css" />
<link type="text/css" rel="StyleSheet" href="http://s102.ucoz.net/src/layer1.css" /><script type="text/javascript" src="http://s102.ucoz.net/src/u.js"></script><style type="text/css">.UhideBlockL {display:none}</style>
</head>..........

How change this every words on Bulgarian language(or other).
I can copy this code on my computer,change all,save...
And now where i put this file or code in site for effect?


 
BrazenDate: Friday, 2009 June 05, 11:13 PM | Message # 13
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
Ok, first, let finish translating the bottom part of the forum know as ("Additional information")
Translation from English to Bulgarian (Translation is not perfect since I used Google to translate it)

Go to Control Panel » Customize design » Forum » General appearance of forum pages
scroll down and paste this code right under $BODY$ tag.

Quote
<script>
e=document.getElementsByTagName("td");
for(i=0;i<e.length;i++) {
if(e[i].className=='gTableTop') {
e[i].innerHTML=e[i].innerHTML.replace('Additional information','Допълнителна информация');
}
}
</script>

<script>
e=document.getElementsByTagName("td");
for(i=0;i<e.length;i++) {
if(e[i].className=='gTableSubTop') {
e[i].innerHTML=e[i].innerHTML.replace('Visitors','Посетители');
e[i].innerHTML=e[i].innerHTML.replace('members','Състав');
e[i].innerHTML=e[i].innerHTML.replace('guests','гости');
}
}
</script>

<script>
e=document.getElementsByTagName("div");
for(i=0;i<e.length;i++) {
if(e[i].className=='statsRecord') {
e[i].innerHTML=e[i].innerHTML.replace('All-time high attendance','Всички време висока посещаемост');
e[i].innerHTML=e[i].innerHTML.replace('reached on','постигнато на');
e[i].innerHTML=e[i].innerHTML.replace('Monday','Понеделник');
e[i].innerHTML=e[i].innerHTML.replace('Tuesday','Вторник');
e[i].innerHTML=e[i].innerHTML.replace('Wednesday','Сряда');
e[i].innerHTML=e[i].innerHTML.replace('Thursday','Четвъртък');
e[i].innerHTML=e[i].innerHTML.replace('Friday','Петък');
e[i].innerHTML=e[i].innerHTML.replace('Saturday','Събота');
e[i].innerHTML=e[i].innerHTML.replace('Sunday','Неделя');
}
}
</script>

<script>
e=document.getElementsByTagName("td");
for(i=0;i<e.length;i++) {
if(e[i].className=='gTableSubTop') {
e[i].innerHTML=e[i].innerHTML.replace('Forum statistics','Форум статистика');
}
}
</script>

<script>
e=document.getElementsByTagName("td");
for(i=0;i<e.length;i++) {
if(e[i].className=='gTableBody1') {
e[i].innerHTML=e[i].innerHTML.replace('Total of','Общо');
e[i].innerHTML=e[i].innerHTML.replace('threads created, which have','конци създаден, които са');
e[i].innerHTML=e[i].innerHTML.replace('replies.','отговори.');
e[i].innerHTML=e[i].innerHTML.replace('members registered. Greetings to our new member','регистрирани потребители. Приветствия към нашия нов член');
}
}
</script>



LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
BrazenDate: Saturday, 2009 June 06, 8:54 AM | Message # 14
Font size: A | A |
Colonel
Group: Administrator
Message: 304
[ ]
Offline
Quote (boxa)
<title>Photo 1 - My photos - Фото албуми - boxa</title>

I assume you want to make translations in title, and that you want to translate Photo 1 - My photos

To translate My photos you need to go to Control Panel » Photo Albums » Module settings
Right on the top look for Module name: translate My photos to the language you want.

To translate Photo 1 you need to go to Control Panel » Photo Albums » Categories management
Locate category titled Photo 1 go all the way to the right and click on the wrench, Editing category window should appear where in "Category name" you should locate your Photo 1, translate it and save it.


LOL With Us! l Game Blog l 3D Autos

"knowledge without wisdom is curse" Alex Seb

 
boxaDate: Wednesday, 2009 August 26, 10:56 PM | Message # 15
Font size: A | A |
Private
Group: User
Message: 10
[ ]
Offline
Hi How can i replace all this words.
This is registration page on my site .Where i put this code?Some things i can not change.(I don't now how)

i put this code:

Code
$BODY$<script>
e=document.getElementsByTagName("TD");
for(i=0;i<e.length;i++) {
if(e[i].className=='frmBtns') {
e[i].innerHTML=e[i].innerHTML.replace('This action requires authorization. Please, log in or get registered','Това което се опитваш да направиш е невъзможно.Моля, логни се или се регистрирай');
}
}
</script>

in control panel>general appearance...
But for others words where i put this code,and for registration page i don't know where write the code.Some words are not class Name or idName.How i created them?

Attachments: 0719675.png (60.0 Kb)




Edited Byboxa - Wednesday, 2009 August 26, 11:06 PM
 
uCoz Support Forum by uCozers » uCoz » Forum » How do I change menu and the bottom part of my forum? (sml[answered] replace, substitute, translate)
  • Page 1 of 2
  • 1
  • 2
  • »
Search:


Copyrights uCozers 2009 - 2024 To TOP
Refresh Smileys Manager