237
Yes Roby73.
Im in the middle of creation of a new full div template set for newbb and i find some bugs that remain even from 3.08.
I will solve them one by one sooner or later.
you can see i correct the prev and next buttons. but i dont solve the up button yet.
I need to know the community idea what is better looking.
1- having UP - PREV - NEXT icons only
2- having UP(icon) UP(link) - PREV(icon) PREV(link) - NEXT(icon) NEXT(link) (the current look)
also please pay attention:
1- do not add a new smarty for up.
The current smarty is this:
$xoopsTpl->assign('p_up', newbb_displayImage('up',_MD_TOP));
we will use this:
<{$p_up}>
Quote:
But the next and previous topic button don't work with seo rewrite on.
Nice finding.
All links should have the full URL to work in all conditions.
it is better to add this:
<{$xoops_url}>/modules/<{$xoops_dirname}>/
i will update the irmtfan branch today with some corrections.