Wiccle.com in Facebook Wiccle.com in Twitter Wiccle.com in LinkedIn Wiccle.com in Youtube RSS from Wiccle.com Wiccle.com in Atom
 
 
 

Thread: WWB: Missing thumbnail for module on front page portals [Solution]

Started: April 17, 2010, 11:08 PM  ⋅  Zone: Public Forums  ⋅  Category: Bugs & Troubleshooting  ⋅  Posts: 2  ⋅  Views 768
Started by: Markus  ⋅  Description: In Wiccle Web Builder 1.0, thumbnails for certain module feeds (such as Store in eCommerce Portal) are not correctly displayed in small size format. H...
Post #1
Member: Markus  ⋅  Date: April 17, 2010, 11:08 PM  ⋅ Subject: "WWB: Missing thumbnail for module on front page portals [Solution]"

In Wiccle Web Builder 1.0, thumbnails for certain module feeds (such as Store in eCommerce Portal) are not correctly displayed in small size format.

The Store module uses a larger default thumbnail size (80px) than most other modules (where 60px is the default).T his results in a broken image when content is drawn from one module (Store) into another (Site).

In cross-module use, instead of considering the source module's configuration, the core currently uses the configuration of the parent module for image sizes and the such. This issue is on my list of core fixes to apply as soon as possible. (Currently templates and language files are properly "enveloped" between modules, and config is the last remaining hurdle to cross between full cross-module content mixing.)

Until the core improvement is rolled out, there is a simple fix to the issue. Simply place the following into an empty .htaccess file and upload it to /uploads/store/thumbs folder.

RewriteEngine On
RewriteRule ^s60_(.*)$ s80_$1

You can also download a ready .htaccess file (click here) if you wish, and upload it into place. Note that this will only work on webservers running Apache with mod_rewrite on (which should be the case with most respectable hosting servers).

---

Related info: Configuring Image Sizes in Uploads and Templates

Post #2
Member: Markus  ⋅  Date: April 24, 2010, 10:04 PM  ⋅ Subject: "Re: WWB: Missing thumbnail for module on front page portals [Solution]"

Please note that while the above .htaccess configuration was noted as ^s60(.*)$ s80$1, it's important that it reads ^s60_(.*)$ s80_$1 — that is, with an underscore after the size — because otherwise it will also attempt to redirect s600 sized images to s800, and so on.

 

Bugs & Troubleshooting

Add to Favorites
Public Forums
Category  ⋅  Please report all bugs and discuss any problems in this forum.
 

Public Forums

Add to Favorites
Public Forums
Zone  ⋅ Public forum sections for support and discussions. Available for everyone.
 

Zone Categories

 
Questions? Ask us!
Back to Top