Mini Front Page

Discuss the development and implementation of Joomla! modules here.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
manisandeep
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Thu Nov 06, 2008 11:09 am

Mini Front Page

Post by manisandeep » Wed Dec 03, 2008 10:10 am

hi everybody,
i have a problem with "Mini Front Page" module.
The module is no longer displaying thumbnail images. (Please See attached screen shot).
if anybody solve it will be more helpful for me.



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

User avatar
ooffick
Joomla! Master
Joomla! Master
Posts: 11615
Joined: Thu Jul 17, 2008 3:10 pm
Location: Ireland
Contact:

Re: Mini Front Page

Post by ooffick » Wed Dec 03, 2008 12:47 pm

Hi,
are you sure you have the image path is setup correctly. Do you have a URL to you page, so I can have a look at it?

Mod Note: Duplicate Post deleted.

Olaf
Olaf Offick - Global Moderator
learnskills.org

kikosway
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sun Mar 11, 2007 4:11 pm
Contact:

Re: Mini Front Page

Post by kikosway » Wed Oct 14, 2009 8:20 pm

I'm running Joomla 1.5
I applied these changes and it worked for me.

Change Line 196 in Helper.php:
$image_site = $site."/".$thumb;

To:
$image_site = $site.$thumb;

So that it's pointing to the correct folder. This corrects the extra slash '/' outputed to the image directory.

Example:
Before: /images/stories/minifp//3_thumb.jpg
After: /images/stories/minifp/3_thumb.jpg

By correcting this it allows for you to delete images from the stories/minifp and reload the page minifp page is located and it'll automatically convert the thumbnails again with the specific size.

User avatar
ibbasfilho
Joomla! Intern
Joomla! Intern
Posts: 64
Joined: Tue Dec 13, 2005 2:26 am
Location: Brazil
Contact:

Re: Mini Front Page

Post by ibbasfilho » Sat Sep 11, 2010 12:02 am

Take care with the image name. The minifp does not recognize % for a space...


Locked

Return to “Modules”