TinyPortal
Development => Feedback => Bugs/Errors => Topic started by: G6Cad on October 26, 2008, 08:28:24 AM
TinyPortal�>� Forum�>� Development�>� Support�>� Installation�>� Manual Upgrade from 1.0.5 to 1.0.6
Is what i see in the linktree area of tinyportal to day.
Also see them in the post and board options areas
Reply �|� Notify �|� Mark unread �|� Send this topic �|� Print
Move Topic �|� Remove Topic �|� Lock topic �|� Set topic sticky �|� Merge Topics �|� Link to Calendar �|� Delete Selected
missing image on the maintabs / mirrortabs in the style sheet ?
Wrong encoding on a edit I made earlier. :P :)
An easy one then :D
So what's the fix to the issue? I'm having the same problem with my boards...
Thats more of an SMF question as the links and linktree for the forum are their department.
Thank you. ;)
No, its a theme issue, not SMF..the code bit in index.template of imPulse theme that looks like this:
// Don't show a separator for the last one.
if ($link_num != count($context['linktree']) - 1)
echo ' » ';
should be:
// Don't show a separator for the last one.
if ($link_num != count($context['linktree']) - 1)
echo ' » ';
Thanks Bloc...will that work for the Epsilon theme?
Yes, it should work fine there too.
Thanks....and Happy New Year.