Welcome back!
Quote:
Originally Posted by GrendelKhan{TSU
hey hey long time over here.
ok weird problem/bug
1. no matter what I do I can't get the enlarged original pic to work. it worked once and used to work long time ago, but ever since the last few updates: LDM posts the thumbs, but no magnifying glass and no full size image (which is too bad as that was good seo for me  )
I haven't made any template edits or extra mod (all via ldm admin)
any ideas what could be causing the problem?
|
Which linkbit are you using? If you are using the standard (Modern) linkbit, check that these lines appear about 20 lines into the links_linkbit template
Code:
<if condition="$linkimgmag">
<br />
<div style="margin-top:3px"><span class="smallfont">$linkimgmag</span></div>
</if>
Also check that the links_imgmag template exists and looks like this:
Code:
<if condition="$linkimg">
<a href="$RESIZE_SCRIPT.php?linkid=$linkid&size=<if condition="$links_defaults[link_imagemagsize]">$links_defaults[link_imagemagsize]<else />0</if>" rel="lightbox[show]" target="_blank" title="$vbphrase[ll_enlarge_thumb]">
<if condition="$ldm_icon_cache['magnify']"><img border="0" src="$ldm_icon_cache[magnify]" alt="$vbphrase[ll_enlarge_thumb]" /><else />[+]</if></a>
</if>
Quote:
Originally Posted by GrendelKhan{TSU
2. also, found a bug.... once you choose "only for this category" for an upload... you can't get it back to "for all categories".
|
You means the 'display order' setting? I can't reproduce this problem.