Look in to your config file. Seems that there is no links in your template.
DirectResize 0.9 beta. PHPThumb, sets of configurations, configuration, binded to specific path. No backward compatibility. |
DirectResize 0.9. PHPThumb, наборы параметров, параметры, привязанные к определенным путям. Без обратной совместимости.
Unfortunately, DirectResize project is closed. If you want to continue development, PM me for access to project page on Google Code. К сожалению, проект DirectResize закрыт. Если вы желаете продолжить разработки, обращайтесь через ПМ для получения доступа к репозиторию на Google Code.
[PLUGIN] DirectResize - as Maxigallery but for single images ::
Download :: [url=
http://modxcms.com/forums/index.php/topic,21490]
Metaller
You were exactly right! I’m good to go now.
Thank you so much!
Terry
www.terrybarthdesign.com
I have one more question (I think).
When the DirectResize plugin is enabled is it possible to assign styles from the pull down in TinyMCE? I have configured some styles for the editor that applies a class to an image so I can float the image left or right and have the text wrap around the image.
I’ve found that the style works correctly when there is no resizing. However, if there is, then the class I’ve assigned doesn’t appear in the code on the rendered page. The class is there in the HTML view from TinyMCE, but not on the generated page.
Is there a way to apply these styles to these images?
www.terrybarthdesign.com
Hello. Just read manual about template placeholders. You can use [+dr.class+] or [+dr.style+] placeholder to move class and style from the source image to the site genereted code.
Dimmy
Dimmy
I did read through the manual actually, but I didn’t quite make the connection on how to apply those placeholders. I think the light bulb just went on. I’ll give it a try later on today.
Thank you!
www.terrybarthdesign.com
Hello,
slimbox.js (you use v1.3) conflicts with SWFobject v1.5, this is visible on IE6 and IE7
Is there a way you can update DirectResize to use the newest slimbox.js?
Though, I am not 100% sure, if it is not mootols shipped with DirectResize that breaks SWFobject. However, disabling DirectResize, makes also the IE Error diappear.
Thanks
Alex
Hello. You can to update all that you need in \assets\plugins\directresize\libs
DirectResize 0.9 beta. PHPThumb, sets of configurations, configuration, binded to specific path. No backward compatibility. |
DirectResize 0.9. PHPThumb, наборы параметров, параметры, привязанные к определенным путям. Без обратной совместимости.
Unfortunately, DirectResize project is closed. If you want to continue development, PM me for access to project page on Google Code. К сожалению, проект DirectResize закрыт. Если вы желаете продолжить разработки, обращайтесь через ПМ для получения доступа к репозиторию на Google Code.
[PLUGIN] DirectResize - as Maxigallery but for single images ::
Download :: [url=
http://modxcms.com/forums/index.php/topic,21490]
I just installed DirectResize and it works nice but I wonder I dont understand how can I control floating images? I’ve read instructions but still can’t do it. Class and Style field in TinyMCE doesn’t work. Before my client (he don’t know html so he use TinyMCE only) used Class and Style field where I predefined classes with floating. Now, it doesn’t work. Please help.
Read post by Dimmy upper on this page. Read manual about placeholders and look to your config fle in \assets\plugins\directresize\configs.
How to copy "style" from source image to site? Just add "style="[+dr.style+]" to your tamplate:
$tpl = <<<HTML
<a href="[+dr.bigPath+]" rel="lightbox" title="[+dr.title+]">
<img src="[+dr.thumbPath+]" style="[+dr.style+]" width="[+dr.thumbWidth+]" height="[+dr.thumbHeight+]" />
</a>
HTML;
And so on with other placeholders.
DirectResize 0.9 beta. PHPThumb, sets of configurations, configuration, binded to specific path. No backward compatibility. |
DirectResize 0.9. PHPThumb, наборы параметров, параметры, привязанные к определенным путям. Без обратной совместимости.
Unfortunately, DirectResize project is closed. If you want to continue development, PM me for access to project page on Google Code. К сожалению, проект DirectResize закрыт. Если вы желаете продолжить разработки, обращайтесь через ПМ для получения доступа к репозиторию на Google Code.
[PLUGIN] DirectResize - as Maxigallery but for single images ::
Download :: [url=
http://modxcms.com/forums/index.php/topic,21490]