Contact
Imprint
Home
Forum Home
Sigsiu.NET Home
Sigsiu.NET Shop
Sigsiu.NET Developer Portal
SobiPro
SobiPro Club
Download SobiPro
Demo Site for SobiPro
Sobi2
Download Sobi2
Demo Site for Sobi2
Help
Search
Search
Tags
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Sigsiu.NET Forum
»
Sobi2 - Public Forum
»
Sobi2 Bug Reports
»
Topic:
[SOLVED] Categories not translated..
Add to Reputation:
What do you think of this post?
Comment:
Add to Reputation:
What do you think of this post?
I agree
I disagree
Comment:
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: [SOLVED] Categories not translated.. (Read 12457 times)
0 Members and 1 Guest are viewing this topic.
elkuku
Sobi Newbie
Posts: 3
Reviews:
What is it?
[SOLVED] Categories not translated..
«
on:
23. February 2007, 17:03:34 »
First of all, congrats for the new release
This is the first component i know which has translatable subcategories - great !
BUT They dont get translated at one point: The category chooser at "New entry" ..
Any suggestion ?
«
Last Edit: 25. March 2007, 13:03:42 by Trinity
»
Logged
Gruß,
Nikolai
NiK-IT.de
Country:
Germany |
OS:
Unknown
Browser:
Unknown |
Trinity
Sobi Team
Development
Sobi Hero
Posts: 8922
Reviews:
What is it?
Sobi Team Member
Re: Kategories not translated..
«
Reply #1 on:
24. February 2007, 10:41:42 »
Hi elkuku,
In the file form.class.php starting at line 831 replace:
$query
=
"SELECT cats.catid, parentid, name, introtext, ordering "
.
"FROM `#__sobi2_cats_relations` AS rel "
.
"LEFT JOIN `#__sobi2_categories` AS cats ON rel.catid = cats.catid "
.
"WHERE published = 1 "
.
"ORDER BY {$config->catsOrdering}"
;
by:
$query
=
"SELECT relations.catid, parentid, name, introtext, ordering "
.
"FROM `#__sobi2_categories` "
.
"LEFT JOIN `#__sobi2_cats_relations` AS relations ON `#__sobi2_categories`.catid = relations.catid "
.
"WHERE published = 1 "
.
"ORDER BY {$config->catsOrdering}"
;
Trinity
Logged
Support SobiPro -
Submit a review on
JED
If you want ongoing development for SobiPro and new applications being developed we need your review for SobiPro in the
Joomla Extensions Directory
.
Thank you very much
Country:
Germany |
OS:
Unknown
Browser:
Unknown |
elkuku
Sobi Newbie
Posts: 3
Reviews:
What is it?
Re: Kategories not translated..
«
Reply #2 on:
24. February 2007, 11:26:46 »
Hi Trinity
Perfect !
Thanks a lot.. be shure i will use sobi in some future multilanguage projects (and make a donation of course).
Again Congrats for that fine component
«
Last Edit: 24. February 2007, 20:31:18 by elkuku
»
Logged
Gruß,
Nikolai
NiK-IT.de
Country:
Germany |
OS:
Unknown
Browser:
Unknown |
ranaverde
Sobi User
Posts: 63
Reviews:
What is it?
Re: [SOLVED] Categories not translated..
«
Reply #3 on:
02. March 2007, 16:20:36 »
Hi Trinity
habe das script bei mir ebenfalls eingesetzt, SUUUUUPER
VIELEN DANK
saludos
ranaverde
Logged
Nada es para siempre. La vida está hecho de momentos...
Country:
Spain |
OS:
Unknown
Browser:
Unknown |
Print
Pages: [
1
]
Go Up
« previous
next »
Tags: