File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 142142 <div class =" col-sm-6 col-md-6" >
143143 <{ if $forum .subforum|default :false } >
144144 <div class =" <{ if $forum .forum_read|default :0 eq 1 } >forum-read<{ else } >forum-new2<{ /if } > pull-left" >
145- <{ $forum .forum_folderforum_read |default :' ' } >
145+ <{ $forum .forum_folder |default :' ' } >
146146 </div >
147147 <{ else } >
148148 <div class =" <{ if $forum .forum_read|default :0 eq 1 } >forum-read<{ else } >forum-new2<{ /if } > pull-left" >
149- <{ $forum .forum_folderforum_read |default :' ' } >
149+ <{ $forum .forum_folder |default :' ' } >
150150 </div >
151151 <{ /if } >
152152
Original file line number Diff line number Diff line change 1+ <h5>5.01 Beta 2 [2021-01-28]</h5> Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1
2+ <hr>
3+ - Added to make jump ICON, jump and scroll to the correct "last post" (BigKev73)
4+ - Added addition modifications to make "last post" links scroll to correct location on page (BigKev73)
5+ - Added additional changes for scrolling to last post (BigKev73)
6+ - fix when trying to permanately delete a deleted post reports no selection made. (BigKev73)
7+ - Changes to fix logic issues with creating thumbnails, setting the thumbnail path and setting the img_info string (BigKev73)
8+
19<h5>5.01 Beta 1 [2021-01-26]</h5> Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1
210<hr>
311- Facebook UI Style Rating (xd9527/mamba)
Original file line number Diff line number Diff line change 1515
1616$ modversion = [
1717 'version ' => 5.01 ,
18- 'module_status ' => 'Beta 1 ' ,
19- 'release_date ' => '2021/01/26 ' ,
18+ 'module_status ' => 'Beta 2 ' ,
19+ 'release_date ' => '2021/01/28 ' ,
2020 'name ' => _MI_NEWBB_NAME ,
2121 'description ' => _MI_NEWBB_DESC ,
2222 'help ' => 'page=help ' ,
You can’t perform that action at this time.
0 commit comments