Skip to content

Commit

Permalink
Merge pull request #91 from mambax7/master
Browse files Browse the repository at this point in the history
5.01 Beta2
  • Loading branch information
mambax7 authored Jan 28, 2021
2 parents 3ccf5b8 + b8776b1 commit aefc670
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions EXTRA/themes/xbootstrap/modules/newbb/newbb_index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@
<div class="col-sm-6 col-md-6">
<{if $forum.subforum|default:false}>
<div class="<{if $forum.forum_read|default:0 eq 1 }>forum-read<{else}>forum-new2<{/if}> pull-left">
<{$forum.forum_folderforum_read|default:'' }>
<{$forum.forum_folder|default:'' }>
</div>
<{else}>
<div class="<{if $forum.forum_read|default:0 eq 1 }>forum-read<{else}>forum-new2<{/if}> pull-left">
<{$forum.forum_folderforum_read|default:'' }>
<{$forum.forum_folder|default:'' }>
</div>
<{/if}>

Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<h5>5.01 Beta 2 [2021-01-28]</h5> Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1
<hr>
- Added to make jump ICON, jump and scroll to the correct "last post" (BigKev73)
- Added addition modifications to make "last post" links scroll to correct location on page (BigKev73)
- Added additional changes for scrolling to last post (BigKev73)
- fix when trying to permanately delete a deleted post reports no selection made. (BigKev73)
- Changes to fix logic issues with creating thumbnails, setting the thumbnail path and setting the img_info string (BigKev73)

<h5>5.01 Beta 1 [2021-01-26]</h5> Dev: XOOPS 2.5.11, PHP 7.4.14, PHP 8.0.1
<hr>
- Facebook UI Style Rating (xd9527/mamba)
Expand Down
4 changes: 2 additions & 2 deletions xoops_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

$modversion = [
'version' => 5.01,
'module_status' => 'Beta 1',
'release_date' => '2021/01/26',
'module_status' => 'Beta 2',
'release_date' => '2021/01/28',
'name' => _MI_NEWBB_NAME,
'description' => _MI_NEWBB_DESC,
'help' => 'page=help',
Expand Down

0 comments on commit aefc670

Please sign in to comment.