Skip to content

Commit aefc670

Browse files
authored
Merge pull request #91 from mambax7/master
5.01 Beta2
2 parents 3ccf5b8 + b8776b1 commit aefc670

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

EXTRA/themes/xbootstrap/modules/newbb/newbb_index.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@
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

docs/changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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)

xoops_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
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',

0 commit comments

Comments
 (0)