Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 8:57 pm (All times are UTC )

 




Post new topic Reply to topic  [ 90 posts ]  Go to page Previous  1, 2, 3
Author Message
Posted: Tue Mar 21, 2006 10:46 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Sep 22, 2005 10:29 am
Posts: 57
iNFERNO wrote:
First of all: nice work!

Unfortunately I am running into serious problems, after solving the mambot bug. I am not sure if it is a bug in the JoomFish beta

or my fault, so I am posting here first before adding it to the bugtracker.

I am running my site with German [UTF-8] and English [8859-1], perhaps this is the problem.

If I translate content from german into english, slahes are added to every ", so it is impossible to see images. For example:

German original content:
blablabla blablabla

Translated appears:
blablabla blablabla

Link to the site (see first news for example of this issue, after clicking the UK flag):
http://www.esportive.de

I deactivated the WYSIWIG and edited pure HTML, nevertheless this bug  appears.
Any ideas?  ???


I tried a fresh install of Joomla 1.0.8 to make sure it is not the fault of my installation. Nevertheless, it is not possible to
insert images in the translation interface without getting this slashes added and therefor the image is not displayed. Have a look
at the attached screen for an example. Mosimage works, but no tag. I think it is generally not possible to add any tags with
quotation marks.

Unfortunately I can not add bugs to the bugtracker, only suggestions, thats why I am posting this here.

System:
Joomla 1.0.8 (new installation, not modified)
JoomFish 1.7 Beta
JCE 1.0.4 (tried with HTML only, too)


You do not have the required permissions to view the files attached to this post.


Top
  E-mail  
 
Posted: Tue Mar 21, 2006 12:44 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Fri Aug 12, 2005 6:15 am
Posts: 1551
Location: Munich, Germany
Hi folks,

this was a hard one. But I managed it solve it.

The SFEE system does have one basic permission system. BUT it also has an integrated workflow system which uses the same kind of access roles.

That's the reason why all of the non project members have not been able to summit bug-tracker items. Thx to a friend we could finally test and solve this issue and the tracker should now be open for everyone at:

http://forge.joomla.org/sf/tracker/do/l ... acker.bugs

Cheers

Alex

_________________
Joomla! Community Oversight Committee Member, follow me on twitter @akempkens
Joom!Fish 2.0 your free multilingual solution for Joomla! 1.5 i - http://www.joomfish.net - follow us on twitter @joomfish
Think Network, Munich - http://www.ThinkNetwork.com


Top
   
 
Posted: Tue Mar 21, 2006 1:31 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Sep 22, 2005 10:29 am
Posts: 57
Thank you, added my problem to the bugtracker.  ;)


Top
  E-mail  
 
Posted: Tue Mar 21, 2006 1:59 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Oct 06, 2005 2:07 pm
Posts: 103
I've added also my problem to the bug traker.


Top
  E-mail  
 
Posted: Fri Mar 24, 2006 1:29 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sun Mar 05, 2006 8:43 pm
Posts: 2

     
     
 
   
   
     
     
Hi!

Joom!fish is very well. Just a problem (not blocking!). The display of the page for translation of the content is not correct if the original page contents  "  (double quote). There is confusion between the double-quotes of the value parameter and the ones in the page to be translated.

See the following source for example

..........                           
Originalbbbbbbb
value="bbbbbbb" />    (*)


 
Traduction
  .......


(*) There is a confusion between " in the value parameter in the input tag.

bbbbbbb "/>    is displayed on the screen and the format of the page is not correct.

Regards.

Bremage

Top
   
 
Posted: Sat Mar 25, 2006 4:09 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Nov 19, 2005 7:21 pm
Posts: 41
Ok, I tried this on an install with a fresh combo pak of 1.08 and virtuemart, bam,,,won't install and throws out massive sql errors,,,so have no clue on this,,,we are currently along side our main site trying to do a subdomain mirror with a store,,,no data, no plugins other then the core sef hack installed,,results were horrid and totally failed the install...

here is the error

SQL Error DB function failed with error number 1064
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ENGINE=MyISAM AUTO_INCREMENT=2' at line 10 SQL=CREATE TABLE IF NOT EXISTS `jos_languages` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `active` tinyint(1) NOT NULL default '0', `iso` varchar(10) default NULL, `code` varchar(20) NOT NULL default '', `image` varchar(100) default NULL, `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2
SQL =

CREATE TABLE IF NOT EXISTS `jos_languages` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `active` tinyint(1) NOT NULL default '0',
  `iso` varchar(10) default NULL,
  `code` varchar(20) NOT NULL default '',
  `image` varchar(100) default NULL,
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2


so, any ideas ?


Top
  E-mail  
 
Posted: Sat Mar 25, 2006 7:08 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sun Mar 05, 2006 8:43 pm
Posts: 2
Hi,

Check the version of your MySQL system. With V 4.1.9 it is OK.

Regards.

Bremage


Top
   
 
Posted: Sat Mar 25, 2006 7:40 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Sep 22, 2005 10:29 am
Posts: 57
The problem qith the double quotes is caused by the "magic_quotes". This is an PHP option. Joomla in general can deal with it, the Fish can't at the moment. After disabling "magic_quotes", you are able to translate content with double quotation marks. Nevertheless I hope this will be fixed.


Top
  E-mail  
 
Posted: Sat Mar 25, 2006 2:34 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 18, 2005 12:23 pm
Posts: 21
Location: Belgium/ Mechelen
Hello,

I know this should maybe in the concersion forum, but since it concerns mambelfish / Joom!Fish.

I am still on mambo 4.5.3 and had to de-install mambelfish because I couldn't keep it working correctly after upgrading any more. After "uninstalling" I also had to re-copy some files that had been patched. Did all that and evrything works "fine" for now, but I would like to re- instate or restart the translation of the site.

I think that I will have to step over to Joomla! now.

My question:

Mambelfish is one of the components that I have the impression of it leaves quite a lot of orphan files after uninstalling. I am backing up my site now and keeping an eye on the ftp transfers I see quite some mambelfish related files being copied to my harddrive.

Quote:
I also have "strange" entries in my database. I am far from an expert here, but I noticed I have copies of all my tables with a # prefix, is this a leftover of mambelfish or from another component (could be of the simpleboard or SMF forum I had installed before). If any of of you could help me with this?


I solved that one I think, I backed up the database and simply deleted all entries with # in front. Aparrently everything wotks fine, so I think they where a leftover of an unistalled component or something. Hope this continues going well :-).

If I convert to Joomla! will these "orphan files" create conflicts? And if yes, how to get rid of them?

Hope someone can help, because loosing or screwing up the content of the site woulld be a major pain.

Hugo

http://www.pego.be

_________________
http://www.pego.be


Last edited by Hugo on Sat Mar 25, 2006 2:49 pm, edited 1 time in total.

Top
   
 
Posted: Sat Mar 25, 2006 6:43 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Nov 19, 2005 7:21 pm
Posts: 41
our version of SQL works fine with mamble, but running around after keeping this and that upto date becomes a nightmare,,,something that most users get the jitters and some that do not have the option because the hosting system is in control of what is to be upgraded when and how...

After being involved in other software environment devs (CAO/CFO) it was always a must be to make sure of backwrd compatible issues,,maybe something the devs should be concerned about as well.


Top
  E-mail  
 
Posted: Sun Mar 26, 2006 12:03 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Nov 17, 2005 12:17 pm
Posts: 1
icwebmaster wrote:
Ok, I tried this on an install with a fresh combo pak of 1.08 and virtuemart, bam,,,won't install and throws out massive sql errors,,,so have no clue on this,,,we are currently along side our main site trying to do a subdomain mirror with a store,,,no data, no plugins other then the core sef hack installed,,results were horrid and totally failed the install...

here is the error

SQL Error DB function failed with error number 1064
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ENGINE=MyISAM AUTO_INCREMENT=2' at line 10 SQL=CREATE TABLE IF NOT EXISTS `jos_languages` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `active` tinyint(1) NOT NULL default '0', `iso` varchar(10) default NULL, `code` varchar(20) NOT NULL default '', `image` varchar(100) default NULL, `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2
SQL =

CREATE TABLE IF NOT EXISTS `jos_languages` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(100) NOT NULL default '',
  `active` tinyint(1) NOT NULL default '0',
  `iso` varchar(10) default NULL,
  `code` varchar(20) NOT NULL default '',
  `image` varchar(100) default NULL,
  `ordering` int(11) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2


so, any ideas ?



For MySQL 3.23.58 I've made the following changes, and now it works.

1. Unpack the original archive file.
2. Edit files joomfish.xml and sql/joomfish.sql replacing all ENGINE=MyISAM with TYPE=MyISAM
3. Re-create archive and install it.


Top
  E-mail  
 
Posted: Sun Mar 26, 2006 12:39 am 
I've been banned!
Offline

Joined: Thu Aug 25, 2005 2:33 pm
Posts: 1853
This is know bug which is fixed in next release


Top
   
 
Posted: Sun Mar 26, 2006 9:13 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Mar 26, 2006 8:53 pm
Posts: 39
Location: Coatepec, Veracruz, Mexico
I installed Joom!Fish 1.7 Beta over Joomla! 1.0.7 spanish distribution.
After several attempts to install this and other versions of the fish, I finally got an installation without any warnings or problems.

But when I go to the live site, I receive the fallowing warning, at the top:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /usr/www/users/tilingo/segrel/components/com_joomfish/includes/joomfish.class.php on line 459

Below, I got hundreds? of warnings like this:
Warning: strpos(): Empty delimiter. in /usr/www/users/tilingo/segrel/administrator/components/com_joomfish/mldatabase.class.php on line 344

Any ideas?

_________________
http://www.habitatweb.com.mx


Top
  E-mail  
 
Posted: Sun Mar 26, 2006 11:15 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Sep 18, 2005 10:03 pm
Posts: 40
Hello,

My website is running Joomla 1.0.8 with Mambos babel fish 1.5 (Mambelfish version adapted for Joomla from this guide : http://forum.joomla.org/index.php/topic,26271.0.html). How can I upgrade to Joomfish 1.7 with no bugs and keeping my actual translation ?

Thx a lot

P.S.
Server is
PHP 5.5.1 with eacclerator
MySQL 5.0.18


Last edited by killerfrog on Sun Mar 26, 2006 11:19 pm, edited 1 time in total.

Top
   
 
Posted: Mon Mar 27, 2006 7:26 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Fri Aug 12, 2005 6:15 am
Posts: 1551
Location: Munich, Germany
@killerfrog

in the stable version of Joom!Fish 1.7 you will find a migration feature

Alex

_________________
Joomla! Community Oversight Committee Member, follow me on twitter @akempkens
Joom!Fish 2.0 your free multilingual solution for Joomla! 1.5 i - http://www.joomfish.net - follow us on twitter @joomfish
Think Network, Munich - http://www.ThinkNetwork.com


Top
   
 
Posted: Mon Mar 27, 2006 9:11 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Mar 26, 2006 8:53 pm
Posts: 39
Location: Coatepec, Veracruz, Mexico
No ideas for me?
Should I check if it's possible to modify the ini file at my hosting?
Any help on fixing the code to avoid Call-time pass-by-reference?
Should I just wait 'till the final release of the fish?
Alternatives?

Any help would be gratly appreciated.
Greetings,
Rodrigo

_________________
http://www.habitatweb.com.mx


Top
  E-mail  
 
Posted: Tue Mar 28, 2006 12:42 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Sep 18, 2005 10:03 pm
Posts: 40
akede wrote:
@killerfrog

in the stable version of Joom!Fish 1.7 you will find a migration feature

Alex


thx


Top
   
 
Posted: Tue Mar 28, 2006 10:21 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Fri Aug 19, 2005 5:23 pm
Posts: 553
Location: Gogledd Cymru
roccons wrote:
No ideas for me?


Try the new release - your problem should then go away.

_________________
email: opensourcematters at copynDOTplusDOTcom


Top
  E-mail  
 
Posted: Tue Mar 28, 2006 4:01 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Mar 26, 2006 8:53 pm
Posts: 39
Location: Coatepec, Veracruz, Mexico
Well, I'll work in other areas of the project for now.
Thanks, Geraint

_________________
http://www.habitatweb.com.mx


Top
  E-mail  
 
Posted: Mon Apr 03, 2006 1:04 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Sep 12, 2005 11:17 am
Posts: 1
Dear all,

First of all, many thanks for the fish. It's a fantastic work
and I would be pretty much interested in accessing the RC, if possible.

Now concerning  joom!fish 1.0.7 beta2 installed on joomla v1.0.7
Didn't found trace about the following behaviour, reason for this reporting.

joom!fish doesn't seems to handle mosConfig_live_site correctly.
On my server, joomla is installed in a subdir of the webserver document directory,
I.e: mosConfig_live_site = '/src/foo.org/htdocs/foo'

So I may be completly wrong but here is a patch for admin.joomfish.html.php:

Code:
--- admin.joomfish.html.php   2006-03-31 21:01:06.000000000 +0200
+++ admin.joomfish.html.php.orig   2006-03-31 20:12:53.000000000 +0200
@@ -1157,5 +1157,5 @@
                        $panelStates[ $key . '_text' ] = _JOOMFISH_ADMIN_INSTAL_UPGRADED;
                     } else {
-                        $panelStates[ $key . '_href' ] = "$mosConfig_live_site/administrator/index2.php?option=com_joomfish&act=upgrade_install&hidemainmenu=1";
+                        $panelStates[ $key . '_href' ] = "/administrator/index2.php?option=com_joomfish&act=upgrade_install&hidemainmenu=1";
                        $panelStates[ $key . '_text' ] = _JOOMFISH_ADMIN_INSTAL_NOT_UPGRADED;
                     }
@@ -1180,5 +1180,5 @@
                     <td><?php echo $panelStates['system_bot_text' ];?></td>
                     <td><?php
-                        $href = "$mosConfig_live_site/administrator/index2.php?option=com_mambots&client=&task=editA&hidemainmenu=1&id=" .$panelStates[ 'system_bot' ];
+                        $href = "/administrator/index2.php?option=com_mambots&client=&task=editA&hidemainmenu=1&id=" .$panelStates[ 'system_bot' ];
                     ?><a href="<?php echo $href;?>"><img src="<?php echo $mosConfig_live_site;?>/images/M_images/edit.png" border="0" alt="<?php echo _E_EDIT;?>" /></a></td>
                  </tr>
@@ -1187,5 +1187,5 @@
                     <td><?php echo $panelStates['search_bot_text' ];?></td>
                     <td><?php
-                        $href = "$mosConfig_live_site/administrator/index2.php?option=com_mambots&client=&task=editA&hidemainmenu=1&id=" .$panelStates[ 'search_bot' ];
+                        $href = "/administrator/index2.php?option=com_mambots&client=&task=editA&hidemainmenu=1&id=" .$panelStates[ 'search_bot' ];
                     ?><a href="<?php echo $href;?>"><img src="<?php echo $mosConfig_live_site;?>/images/M_images/edit.png" border="0" alt="<?php echo _E_EDIT;?>" /></a></td>
                  </tr>
@@ -1194,5 +1194,5 @@
                     <td><?php echo $panelStates['module_text' ];?></td>
                     <td><?php
-                        $href = "$mosConfig_live_site/administrator/index2.php?option=com_modules&client=&task=editA&hidemainmenu=1&id=" .$panelStates[ 'module' ];
+                        $href = "/administrator/index2.php?option=com_modules&client=&task=editA&hidemainmenu=1&id=" .$panelStates[ 'module' ];
                     ?><a href="<?php echo $href;?>"><img src="<?php echo $mosConfig_live_site;?>/images/M_images/edit.png" border="0" alt="<?php echo _E_EDIT;?>" /></a></td>
                  </tr>



kindest regards
bib


Top
   
 
 Post subject: Can't install
Posted: Mon Apr 03, 2006 4:40 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Sat Mar 04, 2006 2:06 pm
Posts: 81
Unfortunatley, I can't seem to install JoomFish 1.7 beta 2. This would be on a fresh install on Joomla 1.0.8 Stable. I try to install the zip file as a component, but receive the error" .../public_html/media/install_44314fe1bbb44/joomfish.html.php does not exist!"

Can anyone help me?


Top
   
 
Posted: Wed Apr 05, 2006 11:18 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Mar 10, 2006 2:19 pm
Posts: 5
Geraint wrote:
pappis wrote:
Thanks for the files. It worked great.
I was wondering if there isn't a way of translating
. Account Maintanance Items (Titles like: bill to information, shipping information, orders information, etc)
. Registration form

Other than that, everything works perfect. Maybe there's a way and I just haven't figured out.


I thought I'd done Account Maintanance Items (I'll double check).



Any news on that?  :-[
Thanks


Top
  E-mail  
 
Posted: Wed Apr 12, 2006 11:47 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Tue Aug 23, 2005 7:17 pm
Posts: 178
Hallo all,

using  Joom!Fish 1.7 Beta  on Joomla_1.0.8

We have created a website with default language in the configuration being greek:
Image
and also from the joom!fish configuration
Image

But when you first visit the website, it still opens the english content instead of the greek.
If you press on the language links on the website it behaves nicelly.

Any ideas how I can actually make the default language the one I want?

Thanks

_________________
http://www.sintagespareas.gr :  Recipes in Greek


Top
  E-mail  
 
Posted: Wed Apr 12, 2006 5:19 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 18, 2005 12:23 pm
Posts: 21
Location: Belgium/ Mechelen
koyan wrote:
Hallo all,

using  Joom!Fish 1.7 Beta  on Joomla_1.0.8

We have created a website with default language in the configuration being greek:
Image
and also from the joom!fish configuration
Image

But when you first visit the website, it still opens the english content instead of the greek.
If you press on the language links on the website it behaves nicelly.

Any ideas how I can actually make the default language the one I want?

Thanks


I think it depends on the visitors PC language config. For ex: I had 2 pc's, 1 Dutch windows and another one English. Guess what, The "dutch computer" opened the site with "Dutch" as Default and The "English" Computer opened the English version.

So is the Windows on your PC Greek or English?

Hugo

_________________
http://www.pego.be


Top
   
 
Posted: Wed Apr 12, 2006 5:32 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Tue Aug 23, 2005 7:17 pm
Posts: 178
Hugo wrote:

I think it depends on the visitors PC language config. For ex: I had 2 pc's, 1 Dutch windows and another one English. Guess what, The "dutch computer" opened the site with "Dutch" as Default and The "English" Computer opened the English version.

So is the Windows on your PC Greek or English?

Hugo

Both the pc's I tried from have english windows. Unfortunatelly a lot of people in greece are using english windows in greece.
Devs, isnt there a way to be able to choose which one will be the default always? Or at least to hack it somehow? (which I believe is my next mini project: to find where it chooses the default and hack it a bit)...

_________________
http://www.sintagespareas.gr :  Recipes in Greek


Top
  E-mail  
 
Posted: Wed Apr 12, 2006 7:08 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 18, 2005 12:23 pm
Posts: 21
Location: Belgium/ Mechelen
Hugo
[/quote]
Both the pc's I tried from have english windows. Unfortunatelly a lot of people in greece are using english windows in greece.
Devs, isnt there a way to be able to choose which one will be the default always? Or at least to hack it somehow? (which I believe is my next mini project: to find where it chooses the default and hack it a bit)...
[/quote]

I have just checked Firefox. You can select the languages in which Firefox will display pages. You can also move one of them to top making it the first choice. On my firefox (Dutch its under: Extra>Options>Advanced>languages. I don't know about I.E.

I am also afraid this is not a joomla problem, but a problem at the users side.

You cn only hope the user has configured the PC / Browser for HIS language.

I "know" about this issue since I had the same problem and asked way back at the mambo forums what the problem was ...

Hugo

http://www.pego.be

_________________
http://www.pego.be


Top
   
 
Posted: Thu Apr 13, 2006 11:11 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Fri Aug 19, 2005 5:23 pm
Posts: 553
Location: Gogledd Cymru
I have added a suggestion to the tracker to this effect at forge.joomla.org.  I have a solution to allow this choice of language for first time visitors to be configurable but need to test it a little more.

Hopefully it'll get in to Joomfish 1.7

_________________
email: opensourcematters at copynDOTplusDOTcom


Top
  E-mail  
 
Posted: Tue Jul 18, 2006 8:17 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Feb 21, 2006 5:31 pm
Posts: 12
Hi all

I seem to be having a small issue with version 1.7 and Joom 1.0.10
These are both firesh installs

Everything works great except front-end translation:
If i select a language, lets say french, and then click the edit icon from the front-end, the proper text opens,
I do the modifications then save them... Now here is thje boubou, it doesn't update the "french version" instead, it replaces the english version with the corrected french text...

Any ideas ??? ??? ???


Top
   
 
Posted: Tue Jul 18, 2006 8:34 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Feb 21, 2006 5:31 pm
Posts: 12
OK i found the problem

MAKE SURE THE GOBALCONFIGURATION DEFAULT LANGUAGE  IS SET TO ENGLISH

then it all works  ;D 8)


Top
   
 
Posted: Fri Dec 22, 2006 4:27 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Fri Dec 22, 2006 4:08 pm
Posts: 3
My global configuration is set to en_GB, is that correct?


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 90 posts ]  Go to page Previous  1, 2, 3

Quick reply

 



Who is online

Users browsing this forum: faethon242 and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group