Template Club Package Silver Pacakage Gold Pacakage Developer Pacakage Accepted Payments Member Login
Welcome, Guest
Please Login or Register.    Lost Password?
MiniFrontpage Update (1 viewing) (1) Guest
Go to bottomPost New TopicPost Reply Favoured: 0
TOPIC: MiniFrontpage Update
#31456
MiniFrontpage Update 1 Year, 3 Months ago Karma: 66  
We have released new Mini frontpage version with alot of bug fixes, sql query improvements, several new features introduced and code optimizations. You can download it from our Free Foomla Extensions Section

Changelog in version 1.2.5
(Please note : Few bug fixes / new features were available for MiniFp J 1.5 version only due to limitation on J 1.0.xx core code)

* Use ContentHelperRoute::_findItem function to get itemid of article links
* Fixed the undefined var $offset on default.php
using
echo JHTML::_('date', $row->publish_up,$params->get( 'date_format' ), $mainframe->getCfg('offset');
instead
echo JHTML::_('date', $row->publish_up,$params->get( 'date_format' ), $offset);
* add option for select name/alias or username at creator field
* add number intro skip
* Fix thumb image height & width when image loaded from menu image
* Set all generated image to folder images/stories/minifp
* remove function fptn_get_id(), get Itemid is used default joomla function
* add new parameter: "Show default thumbnails when article have no image"
* update function fptn_thumb_size()
* Fixing coding structure
* Add function fix_tags() and renew function fptn_limittext(), now, the introtext will be limited without counting the html tag contained. enjoy it
* add new parameter for custom date format
* Output now more (X)HTML friendly


Covered problem (gathered from the support forum ) :

problem:
Incompability with Joomla SEO? (X)HTML Standard

forum url


fix :
update default.php and style.css
use addCustomTag function to add style.css to header


problem:
Preserve Aspect not working

forum url

fix :
use
$size = 'width="'.$wx.'" height="'.$hy.'"';
instead
$size = 'width="'.$wdth.'" height="'.$hgth.'"';

on helper.php line 256


problem:

J1.5 Thumbnail & intro text problem

forum url

Fix :
use
preg_match_all("/<img[^>]*>/Ui", $rows[$r]->introtext . $rows[$r]->fulltext, $txtimg);
instead
preg_match_all("#<img(.*)>#", $rows[$r]->introtext . $rows[$r]->fulltext, $txtimg);

on helper.php line 134


problem:
Is it possible to link to the heading category?

forum url

Fix :
add new parameter at mod_minifrontpage.xml ( cat_title_link )
update mod_minifrontpage.php, helper.php, and default.php for handle this parameter

problem:
No thumbnails showing in J1.5 with FCK editor

forum url

fix :
hack the helper.php to serve image file from another url / site


problem:
Link in intro text

forum url

fix:
use
$allowed_tags = "<i><b><strong><br><a>";
instead
$allowed_tags = "<i><b><strong>";
at helper.php

problem:
How to set ordering to ordering?

forum url

Fix :
added new option on ordering parameter


How to upgrade old mini fp module

Simply extract the new MiniFp module zip file, then upload them into your server, replace the old Mini FP files (overwrite them)
Then go to your mini fp backend from joomla administrator panel, click the save button to re-save your the minfp parameter
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
sikumbang (Admin)
Moderator
Posts: 1480
graphgraph
User Offline Click here to see the profile of this user
Logged Logged  
 
 
Reply Quote  
Go to topPost New TopicPost Reply