Skip to main content

Mark -'s Library tagged localization   View Popular

06 Dec 07

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.html



    Always keep your Header Image file directories clean of any files that are not part of the output, such as 'thumbs.db' files or others.
19 Nov 07

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/
10 Oct 07

Joom!Fish - multilingual content manager



  • Multi-lingual Content Show All Developer's Extensions
























    Joom!Fish - multilingual content manager Editor's Pick Hot
    ComponentcomponentModulemodulePluginpluginLanguagelanguage

    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>This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
    <script language="JavaScript" type="text/javascript">
    <!--
    document.write( '</' );
    document.write( 'span>' );
    //-->
    </script>
    Compatibility:Compatible with Joomla! 1.0
    Views: 144,163 License:Other open source / Free license
    Favoured:
    97
    Date Added:Mar 17, 2006



    DownloadHomepageDemoWrite ReviewRecommend

Joom!Fish :: Multilingual support for Joomla! - Home

1 - 11 of 11
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo