Mark -'s Library tagged → View Popular
All Settings explained [Open-Source Support]
-
Use Localization subfolders
Allows localization or multi-language Header Image files when set to 'Yes'. The options allow for use of the 2-letter or 4-letter ISO language code of the site and this feature requires JoomFish to be part of your Joomla! installation.
See also Multi-Language for how to set the directory structure to use localized files with Header Image.Filename Prefix, Extension of Files
Here the prefix to all Header Image files and their file extension is to be set. Wildcard.*is allowed as Extension for Files to allow any type of file.
Any Filename Prefix is allowed, however for easier readability of filenames add a underscore to the filename prefix such that any context IDs will be separate from the Filename Prefix.
Example:headerimage_
There are special extensions that mark files for internal use for Header Image and are only used for special purpose as described here. And these are:.caption.html,.image.html,.tooltip.htmlAlways keep your Header Image file directories clean of any files that are not part of the output, such as 'thumbs.db' files or others.
Joom!Fish 1.8.1 upgrade code
-
Hi,
i have the same problem, but i corrected temporarily like this :
open /administrator/components/com_joomfish/mldatabase.class.php
find line 429 :- Code: Select all
$cursorType = get_resource_type($this->_cursor);
if ($cursorType == "mysql result") {
$dbIsMySQL = true;
}
else $dbIsMySQL = false;
if (!$dbIsMySQL && function_exists("mysqli_num_fields")) $fields = mysqli_num_fields($this->_cursor);
else $fields = mysql_num_fields($this->_cursor);
//print "<br> $tempsql $this->_cursor $fields";
and replace with this:- Code: Select all
if (is_resource($this->_cursor)) $cursorType = get_resource_type($this->_cursor);
if ($cursorType == "mysql result") {
$dbIsMySQL = true;
}
else $dbIsMySQL = false;
if (is_resource($this->_cursor)) {
if (!$dbIsMySQL && function_exists("mysqli_num_fields")) $fields = mysqli_num_fields($this->_cursor);
else $fields = mysql_num_fields($this->_cursor);
//print "<br> $tempsql $this->_cursor $fields";
}
Régis
<!-- m -->http://www.dolibarr.fr/
Joom!Fish - multilingual content manager
-
Multi-lingual Content
Show All Developer's Extensions
Joom!Fish - multilingual content manager

component
module
plugin
language
Rate this extension




112 votes
Developer: Alex Kempkens
Version: 1.8RC (Updated 10 days ago)
E-mail:
<script language="JavaScript" type="text/javascript">
<!--
var prefix = 'ma' + 'il' + 'to';
var path = 'hr' + 'ef' + '=';
var addy31621 = 'Alex' + '@';
addy31621 = addy31621 + 'joomfish' + '.' + 'net';
document.write( '<a ' + path + '\'' + prefix + ':' + addy31621 + '\'>' );
document.write( addy31621 );
document.write( '<\/a>' );
//-->\n </script>Alex@joomfish.net<script language="JavaScript" type="text/javascript">
<!--
document.write( '<span style=\'display: none;\'>' );
//-->
</script>
Compatibility: 
Views:
144,163
License: Other open source / Free license
Favoured:
97
Date Added: Mar 17, 2006
Joom!Fish :: Multilingual support for Joomla! - Home
-

<!-- Google AdSense by Joomlaspan 2.1 http://www.joomlaspan.com -->
<script type="text/javascript">
<!--
google_ad_client = "pub-8557726490845007";
google_alternate_ad_url = "";
google_alternate_color = "FFFFFF";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "3309787082";
google_color_border = ["CCCCCC","FFFFFF","FFFFFF","FFFFFF"];
google_color_bg = ["FFFFFF","FFFFFF","FFFFFF","FFFFFF"];
google_color_link = ["000000","0033FF","0033FF","0033FF"];
google_color_url = ["666666","666666","666666","666666"];
google_color_text = ["333333","333333","333333","333333"];
//-->
</script>
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>
<!-- End of Google AdSense by Joomlaspan 2.1 -->
What is Joom!Fish?
The Joom!Fish is your key for providing multilingual content to your visitors! International (i8n) portals, companies or projects require content in different languages and processes which help to keep track of the translations. The Joom!Fish extension for the CMS Joomla! does exactly this.
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in localiza...
-
localization
Items: 22 | Visits: 126
Created by: swan lin
-
translations-interpretings.com MSoC Group
Certified multinational for...
Items: 7 | Visits: 37
Created by: webmas
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo

