How translate poll options with Joom!fish?

General questions regarding the use of languages in Joomla! 1.5.

Moderator: General Support Moderators

siwapums
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Dec 20, 2010 2:54 am

Re: How translate poll options with Joom!fish?

Post by siwapums » Wed Feb 23, 2011 3:09 am

thank you very much for this solution.

User avatar
[n]atalie
Joomla! Intern
Joomla! Intern
Posts: 53
Joined: Mon Aug 23, 2010 8:10 pm
Location: Canada
Contact:

Re: How translate poll options with Joom!fish?

Post by [n]atalie » Wed Mar 30, 2011 7:51 pm

migors wrote:change in global configuration - Database Type: mysqli. add just (i)at the end, and all will work.
Thanks migors!
This worked perfectly, and I didn't have to mess with code...

mbaric
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Fri Apr 29, 2011 1:38 pm

Re: How translate poll options with Joom!fish?

Post by mbaric » Fri May 27, 2011 1:27 pm

SarakinosL wrote:Just change the modules/mod_poll/helper.php file a bit:
in getPollOptions function set

Code: Select all

$query = 'SELECT p.id, p.text' .
				' FROM #__poll_data as p' .
				' WHERE p.pollid = ' . (int) $id .
				' AND p.text <> ""' .
				' ORDER BY p.id';
Joomfish rules !
You have to use table alias with your queries!
I hope it will be fixed on next version!
Great fix, SarakinosL....

Joomla and open source.... yeah great....

Ninooo18
Joomla! Apprentice
Joomla! Apprentice
Posts: 13
Joined: Mon Jul 18, 2011 12:17 pm

Re: How translate poll options with Joom!fish?

Post by Ninooo18 » Thu Aug 18, 2011 8:51 am

O
M
G


I couldn't believe that the problem I spend 3 days to solve, just solved within a second!!!!!!!!


thanks for the letter (i)


:)

jmilton088
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Feb 08, 2012 9:28 am
Contact:

Re: How translate poll options with Joom!fish?

Post by jmilton088 » Wed Feb 08, 2012 9:31 am

siwapums wrote:thank you very much for this solution.
yeah this is much better solution then i thing...too good. :geek:




Fish Recipes in Urdu

Loki_jr
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Fri May 04, 2012 8:02 am

Re: How translate poll options with Joom!fish?

Post by Loki_jr » Fri May 04, 2012 8:13 am

Nothing helps. No way to change to MySQLi, the web-site just falls down. Might be the server problem. Joomla 1.5.18, joomfish 2.1.7. Tried editing helper.php - the site functions, but the poll options still aren't translated.

Loki_jr
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Fri May 04, 2012 8:02 am

Re: How translate poll options with Joom!fish?

Post by Loki_jr » Fri May 04, 2012 8:26 am

Loki_jr wrote:Tried editing helper.php - the site functions, but the poll options still aren't translated.
editing helper.php in MySQL of course


Locked

Return to “Language - Joomla! 1.5”