I have ubb 6.5.2.0 and photopost 5.14
on the line "Show UBB Code" at the showphoto.php the code display is:
Code:
Content visible to verified customers only.
the think is that I'm not using the medium size. At least all my /medium folders are empty.
I could find this line of code at showphoto.tmpl
<span class="{$Style['small']}"><b>{$Globals['pp_lang']['ubbcode']}:</b> <input type="text" name="ubb" value="$showcode" size="80">
by that line I assume that I need to edit $showcode
but I have no idea where this variable is set.
Can any one help me pointing the right direction to fix the ubb code display?
PS: if I remove the "/medium/" from the line below
Code:
Content visible to verified customers only.
the images display fine.
Thank you