Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

How to Create Manual Thumbnails

  • mquinn
  • mquinn's Avatar Topic Author
  • Offline
  • New Member
More
16 years 10 months ago #10788 by mquinn
How to Create Manual Thumbnails was created by mquinn
Hi, does anyone here know a hack or workaround to create our own thumbnails?

I followed everything in this previous thread and nothing worked:

forum.joomlaworks.net/index.php?topic=2897.0

The code from markb did not work, and only returned an error.

I could not find the code for the cache in the sigpro_engine.php file.
Was anything changed in version 1.2?

I have replaced the generated thumbnails with my own but used the same file name as the generated ones. The files keep getting overwritten.

Isn't there a way to turn off the automatic thumb feature?  ???

Thanks for any assistance!

Michele

Please Log in or Create an account to join the conversation.

More
15 years 9 months ago #10789 by jasonleerogers
Replied by jasonleerogers on topic Re: How to Create Manual Thumbnails
Did you figure this out? I have the same issue.

Please Log in or Create an account to join the conversation.

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Platinum Member
More
15 years 9 months ago #10790 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic Re: How to Create Manual Thumbnails
Hi there!

This is not an issue, it's just a request!
The script creates by default the thumbs for its purpose.

You can use this line code
$html .= $leftcomment.'<img alt="'.$clickopen.'" title="'.$clickopen.'" src="'.$mosConfig_live_site.$tempfolder."thumb_".$images[$a].'" />'.$rightcomment;

In this way if you have the image myimage.jpg you could store in the temp folder
an image thumb_myimage.jpg which is the thumb of the main image.

If you want to use this code, don't forget to remove the lines of the creation of the thumbs or the lines where is checked the creation time of the thumb.
Lines 349-361 ( // create thumbnails )

Thank you!

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum