-
AuthorPosts
-
August 26, 2011 at 8:14 am #167827
Hi,
Can ypu please tell me
– how can I remove or configure top panel? with configure I mean, changing text and links.
I removed cpanel but top panel not clear.– how can I change default logo?
– Do you have turkish translation file available for template, if not how can I translate?
Regards
Fatihkhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 26, 2011 at 12:23 pm #408695I removed cpanel but top panel not clear.
You login backend > Extensions > Template management > ja_social > Profile tab > set hide to all item of USER TOOLS
how can I change default logo?
You change /templates/ja_social/images/logo.png
– Do you have turkish translation file available for template, if not how can I translate?
No, we don’t. To translate, you edit files in /language/en-GB
August 27, 2011 at 9:19 am #408916Hi,
Thanks for answers.
For Top Panel, I already did what you suggested, but it still exists! I cleared browser’s cache too many times.
For translation, please let me know which specific files I need to translate for JA Social?Regards
August 27, 2011 at 9:28 am #408917I found how to remove Top Panel, its from backend via JA Top Panel module. But could not find how to change text in top panel menu.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 27, 2011 at 9:35 am #408918For Top Panel, I already did what you suggested, but it still exists! I cleared browser’s cache too many times.
Could you give me backend information to check it?
For translation, please let me know which specific files I need to translate for JA Social?
Depending what you want to change. To translate all of things, you translate all of files on /language/en-GB
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 27, 2011 at 10:01 am #408922<em>@emperor37 263071 wrote:</em><blockquote>I found how to remove Top Panel, its from backend via JA Top Panel module. But could not find how to change text in top panel menu.</blockquote>
What text do you want to translate? A snapshot with your annotation is very helpful to help me understand your idea.1 user says Thank You to khoand for this useful post
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 27, 2011 at 11:41 am #408930I have yet to try it but from what I have been told this little extensions comes in handy for creating your own translations – http://extensions.joomla.org/extensions/tools/development-tools/15408
August 27, 2011 at 7:50 pm #408981n6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
August 27, 2011 at 8:50 pm #408992their are language packs @ joomla.org for most languages. These will effect the frontend only!. joomfish is considered by many to be the best “live” translator. One thing that will be important to you is “encoding” which is how characters are handled that contain foreign names. UTF-8 is the predominate standard these days.
The following link http://community.joomla.org/translations.html may be of great benefit to you. There is a turkish translation there but its obsolete.
Lastly there is a usergroup in istanbul http://community.joomla.org/user-groups/europe/turkey/joomla-user-group-turkey.html
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 28, 2011 at 2:59 pm #409157If you use ja_social j1.5, you download and install Turkish language pack (http://joomlacode.org/gf/download/frsrelease/9306/35056/tr-TR_joomla_lang_full.1.5.9v2.zip) as n6rej said.
To translate date time, you replace this code from /templates/ja_social/blocks/topbar.php
<?php
echo "<span class="day">".date ('l')."</span>";
echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
?>
with
<?php
echo "<span class="day">".JHTML::date(date (''), '%a')."</span>";
echo "<span class="date">, ".JHTML::date(date (''), '%b')." ".date ('d').date ('S')."</span>";
?>
If you install language pack, you don’t do this step. Otherwise, you find this code from /language/en-GB/en-GB.ini
# MonthsJANUARY_SHORT=Jan
JANUARY=January
FEBRUARY_SHORT=Feb
FEBRUARY=February
MARCH_SHORT=Mar
MARCH=March
APRIL_SHORT=Apr
APRIL=April
MAY_SHORT=May
MAY=May
JUNE_SHORT=Jun
JUNE=June
JULY_SHORT=Jul
JULY=July
AUGUST_SHORT=Aug
AUGUST=August
SEPTEMBER_SHORT=Sep
SEPTEMBER=September
OCTOBER_SHORT=Oct
OCTOBER=October
NOVEMBER_SHORT=Nov
NOVEMBER=November
DECEMBER_SHORT=Dec
DECEMBER=December#Days of the Week
SAT=Sat
SATURDAY=Saturday
SUN=Sun
SUNDAY=Sunday
MON=Mon
MONDAY=Monday
TUE=Tue
TUESDAY=Tuesday
WED=Wed
WEDNESDAY=Wednesday
THU=Thu
THURSDAY=Thursday
FRI=Fri
FRIDAY=Friday
You change bold textkhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 28, 2011 at 3:09 pm #409159If you install language pack, you don’t do this step. Otherwise, you find this code from /language/en-GB/en-GB.ini (translate login text)
LOGIN=Login
To translate Create an account text
REGISTER=Create an account
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 28, 2011 at 3:14 pm #409161To translate “Welcome to frontpage”, you login backend > Menus > Main menu > edit Home menu item > change Page title (in Parameters (System) tab)
joomfish is component is used for multi-language purpose. If your website just uses one language, you don’t need to joomfish.khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 28, 2011 at 3:30 pm #409164Title of box is using fonts: ‘Segoe UI’, Helvetica, sans-serif. Maybe, fonts don’t support your special characters. You find another font support them, and I will help you change font of box titles.
To use original text on title of box, you find this code from /templates/ja_social/css/template.css
div.ja-moduletable h3, div.moduletable h3 {
color: white;
font-size: 110%;
font-family: "Segoe UI", Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase; < remove this code
}
– Delete all of files of /cache and /t3-assets foldern6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
August 28, 2011 at 4:40 pm #409177khoand won’t that mess up his englis visitors? Would think he would need to copy/rename en-gb.ini ?
August 28, 2011 at 7:16 pm #409222Hi,
I already installed tr language pack for Joomla but some parts translated and some not. For example, date part not translated.
I did changes for date but result is “%pm, %b 28th Last update03:56:34 AM” on page.For login translation, I rename and copy en-GB.mod_jalogin.ini as tr-TR.mod_jalogin.ini under tr-TR folder and translated it.
I think I need to do that for other modules too.
Btw, my website will be only in native language, so i think joomfish is not necessary.For module titles,after the change they are OK.
Regards
AuthorPostsThis topic contains 19 replies, has 4 voices, and was last updated by khoand 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum