<![CDATA[ Need some help with a graphical issue - My Forums]]> https://forums.modx.com/thread/?thread=70578 <![CDATA[Need some help with a graphical issue]]> https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-394826
look like this:

?
I feel like a complete noob, I've been trying to figure this out for about three months now...
If not can anyone tell me how I can do this?]]>
bromkikkertje Sep 26, 2011, 11:28 AM https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-394826
<![CDATA[Re: Need some help with a graphical issue]]> https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-397215 The default template file is assets\modules\easy2\templates\default\thumbnail_1.htm ,
or whereever you set on your module's setting:
Menu> Settings> Templates> thumbnail:

That means, you can create your own templates in the different folder, then add &thumb_tpl=`to/your/custom/template.tpl`
Please note, *.html extension is not required.]]>
goldsky Oct 18, 2011, 10:52 AM https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-397215
<![CDATA[Re: Need some help with a graphical issue (Best Answer)]]> https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-397167 I only needed to change this:
<div class="thumb">
    <div class="boxcontent">
        [+easy2:thumbpluginprerender+]
        <a href="[+easy2:link+]" title="[+easy2:title+] <p />[+easy2:summary+]" [+easy2:glibact+]>
           <img src="[+easy2:src+]" alt="[+easy2:title+]" width="[+easy2:w+]" height="[+easy2:h+]" />
        </a>
        <div class="thumbinfo">
            <!--a href="[+easy2:commentslink+]">
                <span class="[+easy2:com+]">[+easy2:comments+]</span>
            </a-->
            <span class="[+easy2:com+]">[+easy2:comments+]</span>
            <span class="thumbname">[+easy2:title+]</span>
        </div>
        <div id="description_[+easy2:id+]" style="display: none; color: gray;">
            [+easy2:description+]
        </div>
        [+easy2:thumbpluginrender+]
    </div>
</div>


into this:
<div class="thumb">
    <div class="boxcontent">
        [+easy2:thumbpluginprerender+]
        <a href="[+easy2:link+]" title="[+easy2:title+] <p />[+easy2:description+]" [+easy2:glibact+]>
           <img src="[+easy2:src+]" alt="[+easy2:title+]" width="[+easy2:w+]" height="[+easy2:h+]" />
        </a>
        <div class="thumbinfo">
            <!--a href="[+easy2:commentslink+]">
                <span class="[+easy2:com+]">[+easy2:comments+]</span>
            </a-->
            <span class="[+easy2:com+]">[+easy2:comments+]</span>
            <span class="thumbname">[+easy2:title+]</span>
        </div>
        <div id="description_[+easy2:id+]" style="display: none; color: gray;">
            [+easy2:description+]
        </div>
        [+easy2:thumbpluginrender+]
    </div>
</div>


Thanks for the support!!]]>
bromkikkertje Oct 18, 2011, 05:57 AM https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-397167
<![CDATA[Re: Need some help with a graphical issue]]> https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-397054 bromkikkertje Oct 17, 2011, 04:02 AM https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-397054 <![CDATA[Re: Need some help with a graphical issue]]> https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-396994 This is the highslide's example:
<div class="thumbwrapper">
	<a href="samples/full4.jpg" class="highslide" onclick="return hs.expand(this,
			{wrapperClassName: 'wide-border', captionOverlay: { position: 'rightpanel'}})">
		<img width="80" height="120"
	        src="samples/thumb4.jpg" alt="Highslide JS"
			title="Click to enlarge" />
	</a>
	<div class='highslide-caption' style="padding: 0 10px 10px 0">
		<h4>Caption on the right</h4>
    	You can open more than one image at a time, and arrange them on your screen by dragging them around. The captions can be positioned anywhere relative to the image.
	</div>
</div>

This is what I suggest, might be changed as your need:

<div class="thumb">
    <div class="boxcontent">
        [+easy2:thumbpluginprerender+]
        <a href="[+easy2:link+]" title="[+easy2:title+]" [+easy2:glibact+] caption="[+easy2:summary+]">
           <img src="[+easy2:src+]" alt="[+easy2:title+]" width="[+easy2:w+]" height="[+easy2:h+]" />
        </a>
        <div class="thumbinfo">
            <span class="[+easy2:com+]">[+easy2:comments+]</span>
            <span class="thumbname">[+easy2:title+]</span>
        </div>
        <div id="description_[+easy2:id+]" class='highslide-caption' style="padding: 0 10px 10px 0">
            [+easy2:summary+]
        </div>
        [+easy2:thumbpluginrender+]
    </div>
</div>


Ow, and try [+easy2:summary+] instead]]>
goldsky Oct 16, 2011, 02:23 AM https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-396994
<![CDATA[Re: Need some help with a graphical issue]]> https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-396736
<div class="thumbinfo">
            <!--a href="">
                <span class="not_display"> </span>
            </a-->

            <span class="not_display"> </span>
            <span class="thumbname">Magic 2012</span>
        </div>
        <div id="description_2" style="display: none; color: gray;">
            BLABLABLA IK blijf lekker testen tot het wel lukt...
        </div>

But it just doesn't show sad]]>
bromkikkertje Oct 13, 2011, 07:58 AM https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-396736
<![CDATA[Re: Need some help with a graphical issue]]> https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-396721 bromkikkertje Oct 13, 2011, 05:29 AM https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue?page=2#dis-post-396721 <![CDATA[Re: Need some help with a graphical issue]]> https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue#dis-post-396682 goldsky Oct 12, 2011, 08:13 PM https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue#dis-post-396682 <![CDATA[Re: Need some help with a graphical issue]]> https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue#dis-post-396592 bromkikkertje Oct 12, 2011, 06:18 AM https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue#dis-post-396592 <![CDATA[Re: Need some help with a graphical issue]]> https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue#dis-post-396591 bromkikkertje Oct 12, 2011, 06:16 AM https://forums.modx.com/thread/70578/need-some-help-with-a-graphical-issue#dis-post-396591