Skip to content

Commit

Permalink
Update to 1.03 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
angelorocha committed Nov 15, 2014
1 parent 969270d commit d17c835
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 51 deletions.
37 changes: 7 additions & 30 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
1.03 2014-11-14 Beta 3
--------------------
- Update Bootstrap vertion to 3.3.1
- Update pm and profile extension templates files

1.03 2014-07-28 Beta 2
--------------------
- Update Bootstrap version to 3.2.0
- Fix grid layout
- Finish Newbb View Forum
- Finish NewBB View Subforum
- Other minors Adjusts

1.03 2014-06-19 Beta 1
--------------------
1.03 2014-11-15 Final
-------------------
- Support to newbb module (Angelo Rocha)
- Update Bootstrap vertion to 3.3.1 (Angelo Rocha)
- Update pm and profile extension template files (Angelo Rocha)
- Fix grid layout (Angelo Rocha)
- Other minors Adjusts (Angelo Rocha)
- Add Masonry Cascading grid layout library - http://masonry.desandro.com/ (Angelo Rocha)
- New news module grid (Angelo Rocha)
- Add grid function in js.js (Angelo Rocha)
Expand All @@ -25,16 +17,10 @@
--------------------
- Update pt-br lang (Angelo Rocha)
- Add XOOPS Banners Support (Angelo Rocha)

1.02 2014-06-08 Beta 2
--------------------
- Newbb index finished (Angelo Rocha)
- Add Newbb viewtopic template (Angelo Rocha)
- Add Newbb viewforum template (Angelo Rocha)
- Add newbb_viewforum_subforum template (Angelo Rocha)

1.02 2014-06-04 Beta 1
--------------------
- Add newbb template - Developing... (Angelo Rocha)
- Add language support (Angelo Rocha)
- Some bug fix in PM template (Angelo Rocha)
Expand Down Expand Up @@ -64,23 +50,14 @@
- Bootstrap Upgraded to 3.1.0 (Angelo Rocha)
- Add xoops.css to folder theme (removed reset) (Angelo Rocha)
- Many css ajusts (Angelo Rocha)

1.01 Beta 3 2014-01-29
-------------------
- Add xoopstube templates (Heyula)
- Add news templates (Angelo Rocha)
- Fixed HTML5 in IE 8 (Angelo Rocha)
- Fixed Reponsive Layout IE 8 (Angelo Rocha)

-1.01 Beta 2 2014-01-18
-------------------
- Add TDMDownloads template (Angelo Rocha)
- Add Publisher templates (Bleekk)
- Add XOOPS Faq template (Heyula)
- Add Obituairies template (Heyula)

1.01 Beta 1 2014-xx-xx
-------------------
- changed/added pictures (mamba)
- added /docs folder (mamba)

Expand Down
5 changes: 5 additions & 0 deletions js/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jQuery(document).ready(function($){
$(".xoopsform").find('input[type="submit"]').addClass("btn btn-primary");
$(".newbb-links").find('span').removeClass('forum_icon forum_button');
});

jQuery(document).ready(function($){
$('.newbb-thread-attachment').find('br').remove();
$('.newbb-thread-attachment').find('hr').remove();
})
12 changes: 8 additions & 4 deletions modules/newbb/newbb_thread.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<{assign var=forum_post_prefix value="forumpost"}>
<div id="<{$forum_post_prefix}>0"></div>
<{/if}>
<div class="col-md-3 text-center newbb-user-data">
<div class="col-sm-3 col-md-3 text-center newbb-user-data">
<{$topic_post.poster.link}>

<{if $topic_post.poster.uid gt -1}>
Expand Down Expand Up @@ -89,7 +89,7 @@
<strong><{$topic_post.post_title}></strong>

<{if $topic_post.post_id > 0}>
<a id="<{$forum_post_prefix}><{$topic_post.post_id}>" href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?post_id=<{$topic_post.post_id}>" title="<{$topic_post.post_no}>" class="btn btn-primary btn-xs pull-right">
<a id="<{$forum_post_prefix}><{$topic_post.post_id}>" href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?post_id=<{$topic_post.post_id}>" title="<{$topic_post.post_no}>" class="newbb-post-anchor">
#<{$topic_post.post_no}>
</a>
<{/if}>
Expand All @@ -98,7 +98,9 @@
<{$topic_post.post_text}>

<{if $topic_post.post_attachment}>
<div class="newbb-thread-attachment">
<{$topic_post.post_attachment}>
</div>
<{/if}>

<{if $topic_post.post_edit}>
Expand All @@ -108,13 +110,15 @@
<{/if}>

<{if $topic_post.post_signature}>
<{$topic_post.post_signature}>
<div class="newbb-user-signature">
<{$topic_post.post_signature}>
</div>
<{/if}>
</div>
</div><!-- .newbb-thread -->

<div class="clearfix newbb-links mb10">
<div class="col-md-6 nompl">
<div class="col-md-6 nompl hidden-xs">
<{if $topic_post.thread_action}>
<{foreachq item=btn from=$topic_post.thread_action}>
<a href="<{$btn.link}>&amp;post_id=<{$topic_post.post_id}>" title="<{$btn.name}>" <{if $btn.target}>target="<{$btn.target}>"<{/if}>>
Expand Down
22 changes: 11 additions & 11 deletions modules/newbb/newbb_viewforum.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,16 @@
<div class="newbb-topiclist-loop">
<div class="newbb-topiclist-header clearfix">
<div class="col-xs-6 col-sm-6 col-md-3"><a href="<{$h_topic_link}>" title="<{$smarty.const._MD_TOPICS}>"><{$smarty.const._MD_TOPICS}></a></div>
<div class="col-md-2 visible-lg"><a href="<{$h_poster_link}>" title="<{$smarty.const._MD_TOPICPOSTER}>"><{$smarty.const._MD_TOPICPOSTER}></a></div>
<div class="col-md-2 visible-lg"><a href="<{$h_publish_link}>" title="<{$smarty.const._MD_TOPICTIME}>"><{$smarty.const._MD_TOPICTIME}></a></div>
<div class="col-md-1 visible-lg"><a href="<{$h_reply_link}>" title="<{$smarty.const._MD_REPLIES}>"><{$smarty.const._MD_REPLIES}></a></div>
<div class="col-md-1 visible-lg"><a href="<{$h_views_link}>" title="<{$smarty.const._MD_VIEWS}>"><{$smarty.const._MD_VIEWS}></a></div>
<div class="col-md-2 visible-lg visible-md"><a href="<{$h_poster_link}>" title="<{$smarty.const._MD_TOPICPOSTER}>"><{$smarty.const._MD_TOPICPOSTER}></a></div>
<div class="col-md-2 visible-lg visible-md"><a href="<{$h_publish_link}>" title="<{$smarty.const._MD_TOPICTIME}>"><{$smarty.const._MD_TOPICTIME}></a></div>
<div class="col-md-1 visible-lg visible-md"><a href="<{$h_reply_link}>" title="<{$smarty.const._MD_REPLIES}>"><{$smarty.const._MD_REPLIES}></a></div>
<div class="col-md-1 visible-lg visible-md"><a href="<{$h_views_link}>" title="<{$smarty.const._MD_VIEWS}>"><{$smarty.const._MD_VIEWS}></a></div>

<{if $rating_enable}>
<div class="col-md-1 visible-lg"><a href="<{$h_rating_link}>" title="<{$smarty.const._MD_RATINGS}>"><{$smarty.const._MD_RATINGS}></a></div>
<{/if}>

<div class="col-xs-6 col-sm-6 col-md-2"><a href="<{$h_date_link}>" title="<{$smarty.const._MD_LASTPOSTTIME}>"><{$smarty.const._MD_LASTPOSTTIME}></a></div>
<div class="<{if $rating_enable}>col-xs-6 col-sm-6 col-md-2<{else}>col-xs-6 col-sm-6 col-md-3<{/if}>"><a href="<{$h_date_link}>" title="<{$smarty.const._MD_LASTPOSTTIME}>"><{$smarty.const._MD_LASTPOSTTIME}></a></div>
</div><!-- .newbb-topiclist-header -->

<{if $sticky > 0}>
Expand All @@ -150,7 +150,7 @@
<{/if}>
<{/if}>
-->
<div class="<{if $rating_enable}>col-xs-6 col-sm-6 col-md-3<{else}>col-xs-6 col-sm-6 col-md-4<{/if}>">
<div class="col-xs-6 col-sm-6 col-md-3">
<span>
<{if $mode gt 1}>
<input type="checkbox" name="topic_id[]" id="topic_id[<{$topic.topic_id}>]" value="<{$topic.topic_id}>">
Expand All @@ -166,12 +166,12 @@

<!-- <{$topic.attachment}> <{$topic.topic_page_jump}> -->

<div class="col-md-2 visible-lg"><label class="label label-info"><span class="glyphicon glyphicon-user"></span> <{$topic.topic_poster}></label></div>
<div class="col-md-2 visible-lg"><{$topic.topic_time}></div>
<div class="col-md-1 visible-lg text-center"><{$topic.topic_replies}></div>
<div class="col-md-1 visible-lg text-center"><{$topic.topic_views}></div>
<div class="col-md-2 visible-lg visible-md"><label class="label label-info"><span class="glyphicon glyphicon-user"></span> <{$topic.topic_poster}></label></div>
<div class="col-md-2 visible-lg visible-md"><{$topic.topic_time}></div>
<div class="col-md-1 visible-lg visible-md text-center"><{$topic.topic_replies}></div>
<div class="col-md-1 visible-lg visible-md text-center"><{$topic.topic_views}></div>
<{if $rating_enable}><div class="col-md-1 visible-lg"><{$topic.rating_img}></div><{/if}>
<div class="col-xs-6 col-sm-6 col-md-2"><{$topic.topic_last_posttime}> <{$smarty.const._MD_BY}> <{$topic.topic_last_poster}> <{$topic.topic_page_jump_icon}></div>
<div class="<{if $rating_enable}>col-xs-6 col-sm-6 col-md-2<{else}>col-xs-6 col-sm-6 col-md-3<{/if}>"><{$topic.topic_last_posttime}> <{$smarty.const._MD_BY}> <{$topic.topic_last_poster}> <{$topic.topic_page_jump_icon}></div>

</div><!-- .newbb-topiclist-itens -->
<{/foreach}>
Expand Down
8 changes: 4 additions & 4 deletions modules/newbb/newbb_viewtopic.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<{$forum_addpoll}>
</div>

<div class="col-sm-6 col-md-6 text-right">
<div class="col-sm-6 col-md-6 text-right hidden-xs">
<a id="threadtop"></a>
<a class="btn btn-info" href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?order=<{$order_current}>&amp;topic_id=<{$topic_id}>&amp;forum=<{$forum_id}>&amp;move=prev" title="<{$smarty.const._MD_PREVTOPIC}>">
<span class="glyphicon glyphicon-circle-arrow-left"></span>
Expand Down Expand Up @@ -191,7 +191,7 @@

<div class="newbb-viewtopic-footer">
<div class="row mb10">
<div class="col-sm-5 col-md-5">
<div class="col-sm-5 col-md-5 hidden-xs">
<a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/reply.php?topic_id=<{$topic_id}>" title="<{$smarty.const.THEME_FORUM_REPLY}>" class="btn btn-primary"><{$smarty.const.THEME_FORUM_REPLY}></a>

<{if $viewer_level gt 1}>
Expand All @@ -207,11 +207,11 @@
<{$forum_addpoll}>
</div>

<div class="xoopsform col-sm-4 col-md-4">
<div class="xoopsform col-sm-5 col-md-5">
<{$forum_jumpbox}>
</div>

<div class="col-sm-3 col-md-3 text-right">
<div class="col-sm-2 col-md-2 text-right nompl hidden-xs">
<a id="threadbottom"></a>
<a class="btn btn-info" href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewtopic.php?order=<{$order_current}>&amp;topic_id=<{$topic_id}>&amp;forum=<{$forum_id}>&amp;move=prev" title="<{$smarty.const._MD_PREVTOPIC}>">
<span class="glyphicon glyphicon-circle-arrow-left"></span>
Expand Down
10 changes: 8 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ ul.tdm-new-download-block li:last-child{border-bottom: none;}
.newbb-quick-reply textarea{max-height: 150px; width: 100%;}

.newbb-forum-title{}
.newbb-forum-title strong{font-size: 1.5em; color: #BBB;}
.newbb-forum-title a.btn{color: #FFF;}

.newbb-subforum{}
Expand All @@ -339,9 +340,14 @@ ul.tdm-new-download-block li:last-child{border-bottom: none;}
.newbb-topiclist-itens.even{background: #FAFAFA;}
.newbb-topiclist-itens.odd{background: #F6F6F6;}

.newbb-thread{background: #FAFAFA; border: 1px solid #EEE;}
.newbb-thread{background: #EEE; border: 1px solid #DADADA;}
.newbb-post-anchor{background: #09C; color: #FFF; position: absolute; right: 0; top: 0; padding: 3px; font-size: 0.8em;}
.newbb-user-signature{position: absolute; bottom: 0; left: 0; border-top: 1px dotted #DADADA; width: 100%; color: #BBB; font-style: italic; padding:5px;}
.newbb-thread-attachment{margin-top: 20px;}
.newbb-thread-attachment strong,
.newbb-thread-attachment small{display: block;}
.newbb-user-data{}
.newbb-message-area{position: relative;}
.newbb-message-area{position: relative; padding-bottom: 40px; padding-left: 0;}
.newbb-topic-id{position: absolute; bottom: 0; right: 0;}
.newbb-links{margin-top: 5px; border-bottom: 1px dotted #E6E6E6; padding-bottom: 2px;}

Expand Down

0 comments on commit d17c835

Please sign in to comment.