8
@ukandrewf :
your link is outdated SVN.
the true link is this:
http://svn.code.sf.net/p/xoops/svn/XoopsModules/newbb/branches/@flipse:
Quote:
Some lay-out issues popped up, like replacing my buttons by automatically generated ones, the forum layout was totally out of tune
I think it is one of the few features i add because many people want to have css3 button rather than image buttons.
I made css3 buttons default but everybody can simply back to the image buttons. there are clear instructions in newbb/docs/readme.txt
if you need image buttons you can go to newbb/include/display.php and comment those lines.
$displayText['p_delete'] =
$displayText['p_reply'] =
$displayText['p_quote'] =
$displayText['p_edit'] =
$displayText['p_report'] =
$displayText['t_new'] =
$displayText['t_poll'] =
$displayText['t_qr'] =
$displayText['t_qr_expand'] =
$displayText['t_reply'] =
//$displayText['online'] =
//$displayText['offline'] =
//$displayText['new_subforum'] =
$displayText['p_bann'] =
other than these buttons i didnt change the layout. I even release the full div template set with different folder name "templates_fulldiv_opacity"
Also you should clear caches after upgrade in xoops -> admin -> system -> maintenance.
I would be glad to hear your other layout issues with irmtfan branch.
Quote:
Irmftan's branch is basically Alfred's branch with several bug fixes.
they are more than several and most of them are come from 3 or 4 years ago. I think at least 100 bugs are fixed and 10 of them are really serious. sooner or later all of them must be fixed in any other branches.
I hope Alfred could review them.