D.C Style - Thumbnail

D.C Style - Thumbnail 1.0.2 Patch Level 9

No permission to download
Wow this is amazing, even better than the paid versions.
A suggestion to add the thumbnails in search results would be great. It's free so I can't really have a right to suggest something though 😅
Fort the rest it's perfect.
 
I would buy this for 2.2 if you could enable upload of the "thumb" as opposed to being the 1st attachment.
 
Wow this is amazing, even better than the paid versions.
A suggestion to add the thumbnails in search results would be great. It's free so I can't really have a right to suggest something though 😅
Fort the rest it's perfect.
Right now I can only say that it's very hard to add thumbnail to the search results page.
 
  • Like
Reactions: Epi
This is a must.

If you can make a [TH] Covers importer, that would be icing on the cake as I would need to transfer.
No. As TH add-on has a different and complex structure, I don't think I would make an importer for it.
 
  • Like
Reactions: frm
No problem. Only have about 50 to replace.

But definitely need upload option unless TH cranks out a 2.2 update to fix theirs.

That’s great idea, at The moment using TH covers too, but this addon seems more promising. Hope developer will fix and make it works on Uix themes too.
 
Code:
XF\Db\Exception: MySQL query error [1406]: Data too long for column 'DC_ThreadThumbnail_tempThumbUrl' at row 1 in src\XF\Db\AbstractStatement.php at line 228
XF\Db\AbstractStatement->getException() in src\XF\Db\Mysqli\Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src\XF\Db\Mysqli\Statement.php at line 77
XF\Db\Mysqli\Statement->execute() in src\XF\Db\AbstractAdapter.php at line 94
XF\Db\AbstractAdapter->query() in src\XF\Db\AbstractAdapter.php at line 322
XF\Db\AbstractAdapter->update() in src\XF\Mvc\Entity\Entity.php at line 1468
XF\Mvc\Entity\Entity->_saveToSource() in src\XF\Mvc\Entity\Entity.php at line 1195
XF\Mvc\Entity\Entity->save() in src\addons\DC\ThreadThumbnail\Cron\Thumbnail.php at line 17
DC\ThreadThumbnail\Cron\Thumbnail::fetchThumb()
call_user_func() in src\XF\Admin\Controller\CronEntry.php at line 112
XF\Admin\Controller\CronEntry->actionRun() in src\XF\Mvc\Dispatcher.php at line 350
XF\Mvc\Dispatcher->dispatchClass() in src\XF\Mvc\Dispatcher.php at line 257
XF\Mvc\Dispatcher->dispatchFromMatch() in src\XF\Mvc\Dispatcher.php at line 113
XF\Mvc\Dispatcher->dispatchLoop() in src\XF\Mvc\Dispatcher.php at line 55
XF\Mvc\Dispatcher->run() in src\XF\App.php at line 2190
XF\App->run() in src\XF.php at line 391
XF::runApp() in admin.php at line 13

Getting this error in latest update when trying to run cron.
Using on localhost xampp so might be an issue there.
 
Last edited:
Code:
XF\Db\Exception: MySQL query error [1406]: Data too long for column 'DC_ThreadThumbnail_tempThumbUrl' at row 1 in src\XF\Db\AbstractStatement.php at line 228
XF\Db\AbstractStatement->getException() in src\XF\Db\Mysqli\Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src\XF\Db\Mysqli\Statement.php at line 77
XF\Db\Mysqli\Statement->execute() in src\XF\Db\AbstractAdapter.php at line 94
XF\Db\AbstractAdapter->query() in src\XF\Db\AbstractAdapter.php at line 322
XF\Db\AbstractAdapter->update() in src\XF\Mvc\Entity\Entity.php at line 1468
XF\Mvc\Entity\Entity->_saveToSource() in src\XF\Mvc\Entity\Entity.php at line 1195
XF\Mvc\Entity\Entity->save() in src\addons\DC\ThreadThumbnail\Cron\Thumbnail.php at line 17
DC\ThreadThumbnail\Cron\Thumbnail::fetchThumb()
call_user_func() in src\XF\Admin\Controller\CronEntry.php at line 112
XF\Admin\Controller\CronEntry->actionRun() in src\XF\Mvc\Dispatcher.php at line 350
XF\Mvc\Dispatcher->dispatchClass() in src\XF\Mvc\Dispatcher.php at line 257
XF\Mvc\Dispatcher->dispatchFromMatch() in src\XF\Mvc\Dispatcher.php at line 113
XF\Mvc\Dispatcher->dispatchLoop() in src\XF\Mvc\Dispatcher.php at line 55
XF\Mvc\Dispatcher->run() in src\XF\App.php at line 2190
XF\App->run() in src\XF.php at line 391
XF::runApp() in admin.php at line 13

Getting this error in latest update when trying to run cron.
Using on localhost xampp so might be an issue there.
I set the maximum URL length to 255 so maybe that caused the issue. You should try to replace the long URL image with a shorter one.
Anyway, I'm looking for a solution to this problem.
 
Last edited:
  • Like
Reactions: Epi
Top Bottom