From a3babf519090f8e652bbccc84848e5eb04656312 Mon Sep 17 00:00:00 2001 From: Angelo Rocha Date: Fri, 13 Jun 2014 21:38:18 -0300 Subject: [PATCH] Newbb 1.2 Final --- docs/changelog.txt | 5 + modules/newbb/newbb_thread.html | 134 ------------------ modules/newbb/newbb_viewforum.html | 195 --------------------------- modules/newbb/newbb_viewtopic.html | 209 ----------------------------- 4 files changed, 5 insertions(+), 538 deletions(-) delete mode 100644 modules/newbb/newbb_thread.html delete mode 100644 modules/newbb/newbb_viewforum.html delete mode 100644 modules/newbb/newbb_viewtopic.html diff --git a/docs/changelog.txt b/docs/changelog.txt index bfd2903..d894211 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,3 +1,8 @@ +1.02 2014-06-08 Final +-------------------- +- Update pt-br lang (Angelo Rocha) +- Add XOOPS Banners Support (Angelo Rocha) + 1.02 2014-06-08 Beta 2 -------------------- - Newbb index finished (Angelo Rocha) diff --git a/modules/newbb/newbb_thread.html b/modules/newbb/newbb_thread.html deleted file mode 100644 index ad5b0c2..0000000 --- a/modules/newbb/newbb_thread.html +++ /dev/null @@ -1,134 +0,0 @@ -<{if $forum_post_prefix === null }> - <{assign var=forum_post_prefix value="forumpost"}> -
-<{/if}> - -<{$topic_post.poster.link}> - -<{$topic_post.post_title}> -<{if $topic_post.post_id > 0}> - - #<{$topic_post.post_no}> - -<{/if}> - -<{if $topic_post.poster.uid gt -1}> - <{if $topic_post.poster.uid != 0}> - <{if $topic_post.poster.rank.title !=""}> - <{$topic_post.poster.rank.title}> - <{$topic_post.poster.rank.title}> - <{/if}> - - <{if $topic_post.poster.avatar != "blank.gif"}> - - <{else}> - <{$anonym_avatar}> - <{/if}> - - <{if $infobox.show}> - - <{$infobox.displayImage}> - - -
-
<{$smarty.const._MD_JOINED}>:
<{$topic_post.poster.regdate}>
- <{if $topic_post.poster.from}> - <{$smarty.const._MD_FROM}> - <{$topic_post.poster.from}> - <{/if}> - - <{if $topic_post.poster.groups}> - <{$smarty.const._MD_GROUP}> - <{foreachq item=group from=$topic_post.poster.groups}> - <{$group}> - <{/foreach}> - <{/if}> - - <{$smarty.const._MD_POSTS}>: - <{if $topic_post.poster.posts gt 0}> - - <{$topic_post.poster.posts}> - - <{else}> - 0 - <{/if}> - - <{if $topic_post.poster.digests gt 0}> - | <{$smarty.const._MD_DIGESTS}>: <{$topic_post.poster.digests}> - <{/if}> - - <{if $topic_post.poster.level}> - <{$topic_post.poster.level}> - <{/if}> - - <{if $topic_post.poster.status}> - <{$topic_post.poster.status}> - <{/if}> -
- <{/if}> - <{else}> -
<{$anonymous_prefix}><{$topic_post.poster.name}>
- <{/if}> - - <{else}> -   - <{/if}> - - <{$topic_post.post_text}> - - <{if $topic_post.post_attachment}> - <{$topic_post.post_attachment}> - <{/if}> - - <{if $topic_post.poster_ip}> - IP: <{$topic_post.poster_ip}> | - <{/if}> - - <{if $topic_post.poster.uid gt 0}> - <{$smarty.const._MD_POSTEDON}><{$topic_post.post_date}> - <{/if}> - - <{if $topic_post.post_edit}> - <{$topic_post.post_edit}> - <{/if}> - - <{if $topic_post.poster.uid gt -1}> - - <{else}> - - <{/if}> - - <{if $topic_post.post_signature}> - <{$topic_post.post_signature}> - <{/if}> - - <{if $topic_post.thread_action}> - <{foreachq item=btn from=$topic_post.thread_action}> - target="<{$btn.target}>"<{/if}>> - <{$btn.image}> - - <{/foreach}> - <{/if}> - - -<{if $mode gt 1 && $topic_post.poster.uid gt -1}> - - <{$smarty.const._MD_SPLIT_ONE}> - - - - <{$smarty.const._MD_SPLIT_TREE}> - - - - <{$smarty.const._MD_SPLIT_ALL}> - - -<{else}> - <{if $topic_post.thread_buttons}> - <{foreachq item=btn from=$topic_post.thread_buttons}> - <{$btn.image}> - <{/foreach}> - <{/if}> -<{/if}> - <{$p_up}> \ No newline at end of file diff --git a/modules/newbb/newbb_viewforum.html b/modules/newbb/newbb_viewforum.html deleted file mode 100644 index 6ce6651..0000000 --- a/modules/newbb/newbb_viewforum.html +++ /dev/null @@ -1,195 +0,0 @@ -<{$forum_index_title}> -<{$smarty.const._MD_FORUMHOME}> - -<{$category.title}> - <{if $parentforum}> - <{foreachq item=forum from=$parentforum}> - <{$forum.forum_name}> - <{/foreach}> - <{/if}> - - <{$forum_name}> - - <{if $forum_topictype}> <{$forum_topictype}><{/if}> - - <{if $forum_topicstatus}> - [<{$forum_topicstatus}>] - <{else}> - [ - <{$smarty.const._MD_DIGEST}> - ] - <{/if}> - -<{if $subforum}> - <{includeq file="db:newbb_viewforum_subforum.html"}> -<{/if}> - -<{if $mode gt 1}> -
-<{/if}> - -<{if $viewer_level gt 1}> - <{$forum_addpoll}> <{$forum_post_or_register}> - -<{if $mode gt 1}> - <{$smarty.const._ALL}>: - - - | -<{$smarty.const._MD_TYPE_VIEW}> - -<{else}> - <{$smarty.const._MD_TYPE_ADMIN}> | - <{$smarty.const._MD_TYPE_PENDING}> | - <{$smarty.const._MD_TYPE_DELETED}> | - <{$smarty.const._MD_TYPE_SUSPEND}> -<{/if}> - -<{else}> - <{$forum_addpoll}> <{$forum_post_or_register}> -<{/if}> - - -<{includeq file="db:newbb_viewforum_menu.html"}> - -<{$forum_pagenav|replace:'form':'div'|replace:'id="xo-pagenav"':''}> - -<{if $mode gt 1}> - <{$smarty.const._ALL}>: -<{else}> -   -<{/if}> - -<{$smarty.const._MD_TOPICS}> - -<{$smarty.const._MD_TOPICPOSTER}> -<{$smarty.const._MD_TOPICTIME}> -<{$smarty.const._MD_REPLIES}> -<{$smarty.const._MD_VIEWS}> - -<{if $rating_enable}> - <{$smarty.const._MD_RATINGS}> -<{/if}> - -<{$smarty.const._MD_LASTPOSTTIME}> - -<{if $sticky > 0}> - <{if $rating_enable}> - <{$smarty.const._MD_IMTOPICS}> - <{else}> - <{$smarty.const._MD_IMTOPICS}> - <{/if}> -<{/if}> - -<{foreachq name=loop item=topic from=$topics}> - -<{if $topic.stick AND $smarty.foreach.loop.iteration == $sticky+1}> - <{if $rating_enable}> - <{$smarty.const._MD_NOTIMTOPICS}> - <{else}> - <{$smarty.const._MD_NOTIMTOPICS}> - <{/if}> -<{/if}> - -
"> - -
- <{if $mode gt 1}> - - <{else}> - <{$topic.topic_folder}> - <{/if}> -
- - <{$topic.topic_icon}> - - <{$topic.topic_title}> - - <{$topic.attachment}> <{$topic.topic_page_jump}> - - <{$topic.topic_poster}> - <{$topic.topic_time}> - <{$topic.topic_replies}> - <{$topic.topic_views}> - - <{if $rating_enable}> - <{$topic.rating_img}> - <{/if}> - - <{$topic.topic_last_posttime}> - - <{$smarty.const._MD_BY}> <{$topic.topic_last_poster}> <{$topic.topic_page_jump_icon}> -
- -<{/foreach}> - -<{if $mode gt 1}> -
- -<{/if}> - -<{if $rating_enable}> - -<{else}> - -<{/if}> - -<{strip}> -
- <{$smarty.const._MD_SORTEDBY}> <{$forum_selection_sort}> <{$forum_selection_order}> <{$forum_selection_since}> - - - -
-<{/strip}> - -<{$forum_addpoll}> <{$forum_post_or_register}> - <{$forum_pagenav|replace:'form':'div'|replace:'id="xo-pagenav"':''}> - - <{$img_newposts}> = <{$smarty.const._MD_NEWPOSTS}> (<{$img_hotnewposts}> = <{$smarty.const._MD_MORETHAN}>) - <{$img_folder}> = <{$smarty.const._MD_NONEWPOSTS}> (<{$img_hotfolder}> = <{$smarty.const._MD_MORETHAN2}>) - <{$img_locked}> = <{$smarty.const._MD_TOPICLOCKED}> - <{$img_sticky}> = <{$smarty.const._MD_TOPICSTICKY}> - <{$img_digest}> = <{$smarty.const._MD_TOPICDIGEST}> - <{$img_poll}> = <{$smarty.const._MD_TOPICHASPOLL}> - -
- - - - - - - - [<{$smarty.const._MD_ADVSEARCH}>] -
- - <{if $rss_button}> - - <{$rss_button}> - - - NewBB Version <{$version/100}> - <{/if}> - -<{$forum_jumpbox}> - -<{foreachq item=perm from=$permission_table}> - <{$perm}> -<{/foreach}> - -<{if $online}> - <{includeq file="db:newbb_online.html"}> -<{/if}> -<{includeq file='db:newbb_notification_select.html'}> diff --git a/modules/newbb/newbb_viewtopic.html b/modules/newbb/newbb_viewtopic.html deleted file mode 100644 index b9a1deb..0000000 --- a/modules/newbb/newbb_viewtopic.html +++ /dev/null @@ -1,209 +0,0 @@ -
- <{$lang_forum_index}> - - <{$smarty.const._MD_FORUMHOME}> - - <{$category.title}> - <{if $parentforum}> - <{foreachq item=forum from=$parentforum}> - <{$forum.forum_name}> - <{/foreach}> - <{/if}> - - <{$forum_name}> - - <{$topic_title}> <{if $topicstatus}><{$topicstatus}><{/if}> - - <{if $tagbar}> - <{includeq file="db:tag_bar.html"}> - <{/if}> - - <{if $online}> - <{$smarty.const._MD_BROWSING}> - <{foreachq item=user from=$online.users}> - - <{if $user.level eq 2}> - <{$user.uname}> - <{elseif $user.level eq 1}> - <{$user.uname}> - <{else}> - <{$user.uname}> - <{/if}> - - <{/foreach}> - - <{if $online.num_anonymous}> - <{$online.num_anonymous}> <{$smarty.const._MD_ANONYMOUS_USERS}> - <{/if}> - <{/if}> - - <{if $viewer_level gt 1}> -
- <{if $mode gt 1}> -
- <{$smarty.const._ALL}>: - - - | - <{$smarty.const._MD_TYPE_VIEW}> - <{else}> - <{$smarty.const._MD_TYPE_ADMIN}> | - <{$smarty.const._MD_TYPE_PENDING}> | - <{$smarty.const._MD_TYPE_DELETED}> - <{/if}> -
- <{/if}> - - <{if $mode lte 1}> - <{if $topic_poll}> - <{if $topic_pollresult}> - <{includeq file="db:newbb_poll_results.html" poll=$poll}> - <{else}> - <{includeq file="db:newbb_poll_view.html" poll=$poll}> - <{/if}> - <{/if}> - <{/if}> - - <{$down}> - <{$smarty.const._MD_BOTTOM}> - <{$previous}><{$smarty.const._MD_PREVTOPIC}> - <{$next}><{$smarty.const._MD_NEXTTOPIC}> - - <{$forum_reply}> - <{$forum_addpoll}> - <{$forum_post_or_register}> - - - - - <{if $rating_enable && $forum_post && $forum_reply}> - - <{/if}> - - - - <{if $mode lte 1}> - -
- - - - - - - - -
- - <{/if}> - - <{$forum_page_nav|replace:'form':'div'|replace:'id="xo-pagenav"':''}> - - <{if $viewer_level gt 1 && $topic_status == 1}> - <{$smarty.const._MD_TOPICLOCK}> - <{/if}> - - <{foreachq item=topic_post from=$topic_posts}> - <{includeq file="db:newbb_thread.html" topic_post=$topic_post mode=$mode}> - <{foreachelse}> - <{$smarty.const._MD_ERRORPOST}> - <{/foreach}> - - <{if $mode gt 1}> - - <{/if}> - - <{$smarty.const._MD_FORUMHOME}> - <{$category.title}> - <{if $parentforum}> - <{foreachq item=forum from=$parentforum}> - <{$forum.forum_name}> - <{/foreach}> - <{/if}> - <{$forum_name}> - <{$topic_title}> <{if $topicstatus}><{$topicstatus}><{/if}> - - - <{$p_up}><{$smarty.const._MD_TOP}> - <{$previous}> - <{$smarty.const._MD_PREVTOPIC}> - - - <{$next}> - <{$smarty.const._MD_NEXTTOPIC}> - - - <{$forum_page_nav|replace:'form':'div'|replace:'id="xo-pagenav"':''}> - - <{$forum_reply}> - <{$forum_addpoll}> - <{$forum_post_or_register}> - - <{if $quickreply.show}> - Quick Reply - <{$quickreply.form}> - <{/if}> - - <{foreachq item=perm from=$permission_table}> - <{$perm}> - <{/foreach}> - - -
- - - - - - -
- [<{$smarty.const._MD_ADVSEARCH}>] -
- - <{$forum_jumpbox}> - - <{includeq file='db:newbb_notification_select.html'}> - - -
\ No newline at end of file