Jump to content

Download: Espada Premium - IPBFangorn (promotion for 3.4.4<)


Lawliet

Recommended Posts

  • Replies 55
  • Created
  • Last Reply

Issue with menu bar on 3.4.1


attachicon.gifmenubar.png

Not sure why this is happening as fresh install of skin and no edits

Same issue here and a little more...

post-126473-0-60182800-1357813000_thumb.

IP.Content - Recent Comments - The Line is out of bounds!

IP.Board and Content - Top Menu - No Img Buttons

IP.Board and Content - Board Rules show up twice

IP.Board - Quoted Posts - Dont show Tag from who the Quote came from

IP.Board - Privacy Policy - Standard Link missing at Footer

Many thanks in advance

Val.

Link to comment

Same issue here and a little more...

attachicon.gif10-01-2013 11-08-59.png

IP.Content - Recent Comments - The Line is out of bounds!

IP.Board and Content - Top Menu - No Img Buttons

IP.Board and Content - Board Rules show up twice

IP.Board - Quoted Posts - Dont show Tag from who the Quote came from

IP.Board - Privacy Policy - Standard Link missing at Footer

Many thanks in advance

Val.

Found the Problem with the Menubar....

It is IP.Content related and its the Hook for the Menubar -

IP.Content Menu Bar

The other part is that the Skin has generaly IP.Content issues - These need fixing!

- Article View

- Frontpage

- Wrappers for the different Blocks need allignment

- Font needs a little stretch / Letters too close to each other

Best regards

Val.

Link to comment

I have this problem.. there is missing part of website: http://postimage.org/image/7d4x8o3q3/full/

even if all hooks disabled

I think this is problem with your language package, not font.

Found the Problem with the Menubar....

It is IP.Content related and its the Hook for the Menubar -

IP.Content Menu Bar

The other part is that the Skin has generaly IP.Content issues - These need fixing!

- Article View

- Frontpage

- Wrappers for the different Blocks need allignment

- Font needs a little stretch / Letters too close to each other

Best regards

Val.

Grrr... that ip.conent :unsure: I'm working on it

Link to comment

I think i noticed why is this happening to me. If you click from the main forum page directly at topic name, forum automatically add #entryXXXX. But if i open the forum first and then at the topic name from current forum, forum is ok.

Link to comment

Hello all!

"Quick jump to last post in topic not properly displayed. The page is out of monitor. Problem only shows up if you have in url /topicName/#entryXXX"

"When you click on the main page about this already does not move."

Bug fixed

re-download and re-install

Link to comment
  • 2 weeks later...
  • 1 month later...
  • 4 months later...
  • 2 weeks later...

I have another problem with the theme, I can't move, lock, pin, detele topics. With the dafult theme it's works, e even disabled all my hooks.

espada.png

Hello

Sorry, but this is old skin and at the moment I'm creating new.

I will help you.

Go to ACP - > Skins -> Espada Premium -> Forum View -> forumIndexTemplate

Replace ALL CONTENT to:

{parse js_module="forums"}
<script type="text/javascript">
//<![CDATA[
//Search Setup
ipb.vars['search_type'] = 'forum';
ipb.vars['search_type_id'] = {$this->request['showforum']};
ipb.templates['topic_rename'] = new Template("<input type='text' id='#{inputid}' value='#{value}' class='input_text' size='50' maxlength='{$this->settings['topic_title_max_len']}' /> <input type='submit' value='{$this->lang->words['rename_topic_update']}' class='input_submit' id='#{submitid}' /> <a href='#' id='#{cancelid}' class='cancel' title='{$this->lang->words['cancel']}'>{$this->lang->words['cancel']}</a>");
var markerURL  = ipb.vars['base_url'] + "app=forums&module=ajax&section=markasread&i=1"; // Ajax URL so don't use &amp;
var unreadIcon = "<img src='{$this->settings['img_url']}/f_icon_read.png' />";
 
ipb.forums.modPerms   = [];
<if test="$this->memberData['g_is_supmod']">
ipb.forums.modPerms['approve'] = 1;
ipb.forums.modPerms['delete'] = 1;
ipb.forums.modPerms['hide'] = 1;
ipb.forums.modPerms['unhide'] = 1;
ipb.forums.modPerms['pin'] = 1;
ipb.forums.modPerms['unpin'] = 1;
ipb.forums.modPerms['open'] = 1;
ipb.forums.modPerms['close'] = 1;
ipb.forums.modPerms['move'] = 1;
ipb.forums.modPerms['merge'] = 1;
<else />
<if test="isset( $this->memberData['forumsModeratorData'][ $forum_data['id'] ] )">
ipb.forums.modPerms['approve'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['topic_q']};
ipb.forums.modPerms['delete'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['delete_topic']};
ipb.forums.modPerms['hide'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['bw_mod_soft_delete']};
ipb.forums.modPerms['unhide'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['bw_mod_un_soft_delete']};
ipb.forums.modPerms['pin'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['pin_topic']};
ipb.forums.modPerms['unpin'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['unpin_topic']};
ipb.forums.modPerms['open'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['open_topic']};
ipb.forums.modPerms['close'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['close_topic']};
ipb.forums.modPerms['move'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['move_topic']};
ipb.forums.modPerms['merge'] = {$this->memberData['forumsModeratorData'][ $forum_data['id'] ]['split_merge']};
</if>
</if>
 
ipb.templates['topic_moderation'] = new Template("<div id='comment_moderate_box' class='ipsFloatingAction' style='display: none'><span class='desc'>{$this->lang->words['f_comment_action_count']} </span><select id='tactInPopup' class='input_select'></select>&nbsp;&nbsp;<input type='button' class='input_submit' id='submitModAction' value='{$this->lang->words['comments_act_go']}' /></div>");
//]]>
</script>
<div class='rame'>
<if test="watchismember:|:$this->memberData['member_id']">
<if test="hasFollowData:|:$other_data['follow_data']">
{$other_data['follow_data']}
</if>
</if>
<h1 class='ipsType_pagetitle'>{$forum_data['name']}</h1>
<div class='ipsType_pagedesc forum_rules'>
<if test="rules:|:$forum_data['show_rules']">
<if test="rulesinline:|:$forum_data['show_rules'] == 2">
<strong>{$forum_data['rules_title']}</strong>
{$forum_data['rules_text']}
</if>
<if test="ruleslink:|:$forum_data['show_rules'] == 1">
<a href='{parse url="app=forums&amp;module=forums&amp;section=rules&amp;f={$forum_data['id']}" base="public"}' title='{$this->lang->words['view_forum_rules']}'>{$forum_data['rules_title']}</a>
</if>
<else />
{$forum_data['description']}
</if>
</div></div>
<br />
<if test="hasannouncements:|:is_array( $announce_data ) AND count( $announce_data )">
<table class='ipb_table topic_list hover_rows' summary='{$this->lang->words['forum_topic_list']} "{$forum_data['name']}"' id='announcements'>
<foreach loop="announcements:$announce_data as $aid => $adata">
<tr class='row2 announcement' id='arow_{$adata['announce_id']}'>
<td>
<php>$_seoTitle = $adata['announce_seo_title'] ? $adata['announce_seo_title'] : "%%{$adata['announce_title']}%%";</php>
{parse replacement="t_announcement"}
<h4>
<a href="{parse url="showannouncement={$adata['announce_id']}&amp;f={$forum_data['id']}" seotitle="{$_seoTitle}" template="showannouncement" base="public"}" title='{$this->lang->words['view_announcement']}'>{$adata['announce_title']}</a>
</h4>&nbsp;
<span class='desc'>{$this->lang->words['posted_by']} {parse template="userHoverCard" group="global" params="$adata"}
<if test="announcedates:|:$adata['announce_start'] AND $adata['announce_start'] != '--'">, {$adata['announce_start']}</if>
</span>
</td>
</tr>
</foreach>
</table>
<br />
</if>
<!-- __-SUBFORUMS-__ -->
<if test="hassubforums:|:is_array( $sub_forum_data ) AND count( $sub_forum_data )">
<div class='category_block block_wrap'>
<h3 class='maintitle'>{$this->lang->words['sub_forum_title']}</h3>
<div class='ipsBoks table_wrap'>
<div class='ipsBox_container'>
<table class='ipb_table' summary="{$this->lang->words['cat_subforums']} '{$forum_data['name']}'">
<foreach loop="subforums:$sub_forum_data as $_data">
<if test="subforumdata:|:is_array( $_data['forum_data'] ) AND count( $_data['forum_data'] )">
<foreach loop="forums:$_data['forum_data'] as $forum_id => $forum_data">
<if test="forumRedirect:|:$forum_data['redirect_on']">
<tr class='redirect_forum' id='f_{$forum_data['id']}'>
<td class='col_c_icon'>
<img src='{$this->settings['img_url']}/f_redirect.png' />
</td>
<td <if test="canSeeLastInfoRedirect:|:$this->memberData['gbw_view_last_info']">colspan='2'</if> class='col_c_forum'>
<h4><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$forum_data['name']}'>{$forum_data['name']}</a></h4>
<p class='desc'>{$forum_data['description']}</p>
</td>
<td class='desc'>
<ul class='last_post ipsType_small'>
<li class='desc lighter'><em>{parse format_number="$forum_data['redirect_hits']"} {$this->lang->words['rd_hits']}</em></li>
</ul>
</td>
</tr>
<else />
<tr class='<if test="$forum_data['_has_unread']">unread</if>'>
<td class='col_c_icon'>
<if test="$forum_data['_has_unread']">
<a id='forum_img_{$forum_data['id']}' href="{parse url="app=forums&amp;module=forums&amp;section=markasread&amp;marktype=forum&amp;forumid={$forum_data['id']}&amp;returntoforumid={$this->request['f']}&amp;i=1" base="public"}" data-tooltip="{$this->lang->words['bi_markread']}" class='forum_marker'><img src='{$this->settings['img_url']}/f_icon.png' /></a>
<script type='text/javascript'>
ipb.global.registerMarker( "forum_img_{$forum_data['id']}", "{$forum_data['img_new_post']}", markerURL + "&forumid={$forum_data['id']}" );
</script>
<else />
<img src='{$this->settings['img_url']}/f_icon_read.png' />
</if>
</td>
<td class='col_c_forum'>
<h4>
<if test="hasQueuedAndCanSeeIcon:|:!empty($forum_data['_has_queued_and_can_see_icon'])">
<a href='{parse url="showforum={$forum_data['id']}&amp;modfilter=unapproved" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}' title='{$this->lang->words['view_unapproved']}' class='ipsBadge ipsBadge_orange' data-tooltip="{parse expression="sprintf( $this->lang->words['f_queued'], $forum_data['queued_topics'], $forum_data['queued_posts'])"}" style='vertical-align: top'>{$this->lang->words['f_queued_badge']}</a>
</if>
<a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$forum_data['name']}'>{$forum_data['name']}</a>
</h4>
 
<if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']">
<br />
<ol class='ipsList_inline ipsType_small subforums' id='subforums_{$forum_data['id']}'>
<foreach loop="subforums:$forum_data['subforums'] as $__id => $__data">
<if test="showSubForumsLit:|:$__data[3]"><li class='unread'><else /><li></if>
<a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$__data[1]}'>{$__data[1]}</a><if test="isNotLast:|: empty($__data[4] )">,</if>
</li>
</foreach>
</ol>
</if>
 
<p class='desc __forum_desc ipsType_small'>{$forum_data['description']}</p>
</td><div class="auu">
<td class='col_c_stats ipsType_small'>
<ul>
 
<span class="stats_number"><li><strong>{$forum_data['topics']}</strong></span>
<span class="stats_text">{$this->lang->words['topics']}</li></span>
 
</ul>
</td>
<td class='col_c_stats ipsType_small'>
<ul>
 
<span class="stats_number"><li><strong>{$forum_data['posts']}</strong></span> 
<span class="stats_text">{$this->lang->words['replies']}</li></span>
</ul>
</td></div>
<if test="canSeeLastInfoSubs:|:$this->memberData['gbw_view_last_info']">
<td class='col_c_post'>
<if test="hideLastInfo:|:$forum_data['hide_last_info']">
<ul class='last_post ipsType_small'>
<li class='desc lighter'><em>{$this->lang->words['f_protected']}</em></li>
</ul>
<else />
<if test="hideTopicInTitle:|:$forum_data['_hide_last_date']">
{parse template="userSmallPhoto" group="global" params="array('member_id' => $forum_data['last_poster_id'], 'members_seo_name' => $forum_data['seo_last_name'], 'pp_small_photo' => $forum_data['pp_small_photo'], 'alt' => '' )"}
<else />
{parse template="userSmallPhoto" group="global" params="array('member_id' => $forum_data['last_poster_id'], 'members_seo_name' => $forum_data['seo_last_name'], 'pp_small_photo' => $forum_data['pp_small_photo'], 'alt' => sprintf( $this->lang->words['bindex_userphoto_alt'], $forum_data['last_title'], $forum_data['members_display_name'] ) )"}
</if>
<ul class='last_post ipsType_small'>
<if test="!$forum_data['last_id']">
<li class='desc lighter'><em>{$this->lang->words['f_none']}</em></li>
<else />
<li>{$forum_data['last_topic_title']}</li>
<if test="lastPosterID:|:$forum_data['last_poster_id']">
<li>{$this->lang->words['by_ucfirst']} {parse template="userHoverCard" group="global" params="$forum_data"}</li>
</if>
<if test="hideDateUrl:|:$forum_data['_hide_last_date']">
<li class='desc lighter blend_links'>{parse date="$forum_data['last_post']" format="DATE"}</li>
<else />
<li class='desc lighter blend_links'><a href='{parse url="showtopic={$forum_data['last_id']}&amp;view=getlastpost" base="public" template="showtopic" seotitle="{$forum_data['seo_last_title']}"}' title='{$this->lang->words['view_last_post']}'>{parse date="$forum_data['last_post']" format="DATE"}</a></li>
</if>
</if>
</ul>
</if>
</td>
</if>
</tr>
</if>
</foreach>
</if>
</foreach>
</table>
</div>
</div>
</div>
<br /><br />
</if>
<if test="showtopics:|:$forum_data['sub_can_post']">
<div class='topic_controls clearfix'>
{$forum_data['SHOW_PAGES']}
<ul class='topic_buttons'>
<if test="usercanpost:|:$forum_data['_user_can_post']">
<li><a href='{parse url="module=post&amp;section=post&amp;do=new_post&amp;f={$forum_data['id']}" base="publicWithApp"}' title='{$this->lang->words['topic_start']}' accesskey='s'>{$this->lang->words['topic_start']}</a></li>
<else />
<li class='disabled'><span><if test="isGuestPostTopicTop:|: ! $this->memberData['member_id']">{$this->lang->words['forum_no_start_topic_guest']}<else />{$this->lang->words['forum_no_start_topic']}</if></span></li>
</if>
<if test="moderationDropdownLink:|:$this->memberData['is_mod'] == 1">
<li class='non_button'>
<a href='#' id='forum_mod_options' class='ipbmenu'>{$this->lang->words['forum_management']}</a>
</li>
</if>
<if test="markRead:|:$this->memberData['member_id'] || $this->settings['topic_marking_guests']">
<li class='non_button'>
<a data-clicklaunch="forumMarkRead" data-fid="{$forum_data['id']}" href='{parse url="app=forums&amp;module=forums&amp;section=markasread&amp;marktype=forum&amp;forumid={$forum_data['id']}&amp;returntoforumid={$forum_data['id']}" base="public"}' title='{$this->lang->words['mark_as_read']}'><img src='{$this->settings['img_url']}/icon_check.png' /> &nbsp;{$this->lang->words['mark_as_read']}</a>
</li>
</if>
</ul>
 
 
</div>
 
<if test="moderationDropdownMenu:|:$this->memberData['is_mod'] == 1">
<ul class='ipbmenu_content' id='forum_mod_options_menucontent' style='display: none'>
<li><a href='{parse url="showforum={$forum_data['id']}&amp;modfilter=unapproved" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}' title='{$this->lang->words['mod_unapproved']}'>{$this->lang->words['mod_unapproved']}</a></li>
<li><a href='{parse url="showforum={$forum_data['id']}&amp;modfilter=hidden" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}' title='{$this->lang->words['mod_hidden']}'>{$this->lang->words['mod_hidden']}</a></li>
<if test="$this->memberData['g_is_supmod']">
<li><a href='{parse url="app=forums&amp;module=moderate&amp;section=moderate&amp;do=prune_start&amp;f={$forum_data['id']}&amp;auth_key={$this->member->form_hash}" base="public"}' title='{$this->lang->words['mod_prumemovetopics']}'>{$this->lang->words['mod_prumemovetopics']}</a></li>
</if>
</ul>
</if>
<div class='ipsFilterbar maintitle'>
<if test="topicsismod:|:$this->memberData['is_mod'] == 1">
<span class='right'>
<input type='checkbox' id='tmod_all' class='input_check' title='{$this->lang->words['topic_select_all']}' value='1' />
&nbsp;
</span>
</if>
 
<ul class='ipsList_inline ipsType_small'>
<li <if test="ka_last_post:|:$this->request['sort_key'] == 'last_post' and $this->request['sort_by'] == 'Z-A'">class='active'</if>><a href='{parse url="showforum={$forum_data['id']}&amp;st={$this->request['st']}&amp;sort_key=last_post&amp;sort_by=Z-A" base="public" seotitle="{$forum_data['name_seo']}" template="showforum"}' rel='nofollow'>{$this->lang->words['sort_recent']}</a></li>
<li <if test="ka_start_date:|:$this->request['sort_key'] == 'start_date' and $this->request['sort_by'] == 'Z-A'">class='active'</if>><a href='{parse url="showforum={$forum_data['id']}&amp;st={$this->request['st']}&amp;sort_key=start_date&amp;sort_by=Z-A" base="public" seotitle="{$forum_data['name_seo']}" template="showforum"}' rel='nofollow'>{$this->lang->words['sort_start']}</a></li>
<li <if test="ka_replies:|:$this->request['sort_key'] == 'posts' and $this->request['sort_by'] == 'Z-A'">class='active'</if>><a href='{parse url="showforum={$forum_data['id']}&amp;st={$this->request['st']}&amp;sort_key=posts&amp;sort_by=Z-A" base="public" seotitle="{$forum_data['name_seo']}" template="showforum"}' rel='nofollow'>{$this->lang->words['sort_replies']}</a></li>
<li <if test="ka_viewed:|:$this->request['sort_key'] == 'views' and $this->request['sort_by'] == 'Z-A'">class='active'</if>><a href='{parse url="showforum={$forum_data['id']}&amp;st={$this->request['st']}&amp;sort_key=views&amp;sort_by=Z-A" base="public" seotitle="{$forum_data['name_seo']}" template="showforum"}' rel='nofollow'>{$this->lang->words['sort_views']}</a></li>
<li <if test="$this->request['sort_by'] == 'A-Z' or !in_array( $this->request['sort_key'], array( 'last_post', 'start_date', 'posts', 'views' ) )">class='active'</if>><a href='#forum_filter_menucontent' id='forum_filter'>{$this->lang->words['sort_custom']} <img src="{$this->settings['img_url']}/useropts_arrow.png" /></a></li>
<if test="answerLink:|:$this->registry->class_forums->answerTopicsEnabled( $forum_data['id'] )">
<li <if test="ka_viewed:|:isset($this->request['answered'])">class='active'</if>><a href="#filter_answered_menucontent" id='filter_answered'>{$this->lang->words['tmenu_answered_link']} <img src="{$this->settings['img_url']}/useropts_arrow.png" /></a></li>
</if>
</ul>
</div>
<if test="answerMenu:|:$this->registry->class_forums->answerTopicsEnabled( $forum_data['id'] )">
<ul id='filter_answered_menucontent' class='ipbmenu_content' style='display: none'>
<li><a href='{parse url="showforum={$forum_data['id']}&amp;st={$this->request['st']}&amp;sort_key={$this->request['sort_key']}&amp;sort_by={$this->request['sort_by']}&amp;answered=true" base="public" seotitle="{$forum_data['name_seo']}" template="showforum"}' rel='nofollow'>{$this->lang->words['tmenu_answered']}</a></li>
<li><a href='{parse url="showforum={$forum_data['id']}&amp;st={$this->request['st']}&amp;sort_key={$this->request['sort_key']}&amp;sort_by={$this->request['sort_by']}&amp;answered=false" base="public" seotitle="{$forum_data['name_seo']}" template="showforum"}' rel='nofollow'>{$this->lang->words['tmenu_unanswered']}</a></li>
<li><a href='{parse url="showforum={$forum_data['id']}&amp;st={$this->request['st']}&amp;sort_key={$this->request['sort_key']}&amp;sort_by={$this->request['sort_by']}" base="public" seotitle="{$forum_data['name_seo']}" template="showforum"}' rel='nofollow'>{$this->lang->words['tmenu_show_all']}</a></li>
</ul>
<script type='text/javascript'>
new ipb.Menu( $('filter_answered'), $('filter_answered_menucontent'), { stopClose: true } );
</script>
</if>
<div id='forum_filter_menucontent' class='ipbmenu_content ipsPad' style='display: none'>
<form id='filter_form' action="{parse url="showforum={$forum_data['id']}&amp;st={$this->request['st']}&amp;changefilters=1" base="public" seotitle="{$forum_data['name_seo']}" template="showforum"}" method="post">
<strong>{$this->lang->words['filter_type']}</strong><br />
<select name="topicfilter" id='topic_filter' class='input_select'>{$footer_filter['topic_filter']}</select>
<br /><br />
 
<strong>{$this->lang->words['filter_sort']}</strong><br />
<select name="sort_key" id='sort_by' class='input_select'>{$footer_filter['sort_by']}</select>
<br /><br />
 
<strong>{$this->lang->words['filter_direction']}</strong><br />
<select name="sort_by" id='direction' class='input_select'>{$footer_filter['sort_order']}</select>
<br /><br />
 
<strong>{$this->lang->words['filter_time']}</strong><br />
<select name="prune_day" id='time_frame' class='input_select'>{$footer_filter['sort_prune']}</select>
<br /><br />
 
<input type='checkbox' value='1' name='remember' class='input_check' id='remember_filter' /> <label for='remember_filter'>{$this->lang->words['remember_options']}</label>
<br /><br />
 
<input type="submit" value="{$this->lang->words['sort_submit']}" class="input_submit" />
</form>
</div>
<script type='text/javascript'>
new ipb.Menu( $('forum_filter'), $('forum_filter_menucontent'), { stopClose: true } );
</script>
<div class='ipsBoks'>
<div class='ipsBox_container'>
<table class='ipb_table topic_list hover_rows <if test="topicsismod:|:$this->memberData['is_mod'] == 1">is_mod</if>' summary='{$this->lang->words['forum_topic_list']} "{$forum_data['name']}"' id='forum_table'>
<tr class='header hide'>
<th scope='col' class='col_f_icon'>&nbsp;</th>
<th scope='col' class='col_f_topic'>{$this->lang->words['forum_topic']}</th>
<th scope='col' class='col_f_starter short'>{$this->lang->words['forum_started_by']}</th>
<th scope='col' class='col_f_views stats'>{$this->lang->words['forum_stats']}</th>
<if test="canSeeLastInfoHeader:|:$this->memberData['gbw_view_last_info']"><th scope='col' class='col_f_post'>{$this->lang->words['forum_last_post_info']}</th></if>
<if test="topicsismod:|:$this->memberData['is_mod'] == 1">
<th scope='col' class='col_f_mod short'><input type='checkbox' id='tmod_all' class='input_check' title='{$this->lang->words['topic_select_all']}' value='1' /></th>
</if>
</tr> 
<!-- BEGIN TOPICS -->
<if test="hastopics:|:is_array( $topic_data ) AND count( $topic_data )">
<foreach loop="topics:$topic_data as $tid => $data">
{parse template="topic" group="forum" params="$data, $forum_data, $other_data, $inforum"}
</foreach>
<else />
<tr> 
<if test="notopicsspan:|:$this->memberData['is_mod'] == 1">
<td colspan='6' class='no_messages'>
<else />
<td colspan='5' class='no_messages'>
</if>
{$this->lang->words['no_topics']}
</td>
</tr>
</if>
</table>
<if test="hastopics:|:$other_data['hasMore']">
<div id='more_topics' style='display: none'>
<a href='#' id='forum_load_more'>{$this->lang->words['load_more_topics']}</a>
</div>
<script type='text/javascript'>
ipb.forums.fetchMore = {
'f': parseInt("{$this->request['showforum']}") ,
'page': parseInt("{$this->request['page']}"),
'sort_by': "{$this->request['sort_by']}",
'sort_key': "{$this->request['sort_key']}",
'topicfilter': "{$this->request['topicfilter']}",
'prune_day': "{$this->request['prune_day']}",
'max_topics': "{$this->settings['display_max_topics']}"
};
</script>
</if>
</div>
</div>
 
<br />
<div class='topic_controls clear'>
{$forum_data['SHOW_PAGES']}
<ul class='topic_buttons'>
<if test="bottomusercanpost:|:$forum_data['_user_can_post']">
<li><a href='{parse url="module=post&amp;section=post&amp;do=new_post&amp;f={$forum_data['id']}" base="publicWithApp"}' title='{$this->lang->words['topic_start']}' rel='nofollow' accesskey='s'>{$this->lang->words['topic_start']}</a></li>
<else />
<li class='disabled'><span><if test="isGuestPostTopic:|: ! $this->memberData['member_id']">{$this->lang->words['forum_no_start_topic_guest']}<else />{$this->lang->words['forum_no_start_topic']}</if></span></li>
</if>
</ul>
</div>
<br class='clear' /> 
<h4 class='statistics_head'>{parse expression="sprintf( $this->lang->words['active_users_titlef'], $active_user_data['stats']['total'] )"}</h4>
<div id='forum_footer' class='statistics-forum clear clearfix'>
<if test="hasmoderators:|:is_array( $mod_data ) AND count( $mod_data )">
<div id='forum_led_by' class='right ipsType_small'>
<img src='{$this->settings['img_url']}/icon_users.png' /> &nbsp;{$this->lang->words['forum_led_by']}
<foreach loop="moderators:$mod_data as $p => $r">
<a href='{$r[0]}' title='{$this->lang->words['view_profile']}'>{$r[1]}</a><if test="moderatorpopup:|:$r[2]"></if><if test="moderatorscomma:|:$p + 1 != count( $mod_data )">,</if>
</foreach>
</div>
</if>
<if test="showactiveusers:|:is_array( $active_user_data ) AND count( $active_user_data )">
<div id='forum_active_users' class='active_users stats_list'>
<p class='statistics_brief'>{parse expression="sprintf( $this->lang->words['active_users_detail'], $active_user_data['stats']['members'], $active_user_data['stats']['guests'], $active_user_data['stats']['anon'] )"}</p>
<br />
<ul class='ipsList_inline'>
<if test="hasactiveusers:|:is_array( $active_user_data['names'] ) AND count( $active_user_data['names'] )">
{parse expression="implode( ', ', $active_user_data['names'] )"}
</if>
</ul>
</div>
</if> 
</div>
</if>
<br class='clear' />
 
<div id='delPopUp' style='display:none'>
<h3 class='bar'>{$this->lang->words['dlt_title']}</h3>
<div class='general_box'>
<form action='#{removeUrl}' method='POST'>
<strong>{$this->lang->words['dlt_remove_from_view']}</strong>
<p class='desc'>{$this->lang->words['dlt_remove_from_view_desc']}</p>
<p style='padding:4px 0px 4px 0px'>{$this->lang->words['dlt_reason']} <input type='text' name='deleteReason' id='delPop_reason' value='' style='width:65%' /> <input type='submit' class='input_submit' value='{$this->lang->words['dlt_remove']}' /></p>
</form>
<div style='#{permaDelete}padding-top:5px'>
<strong>{$this->lang->words['dlt_delete_from_topic']}</strong>
<p class='desc'>{$this->lang->words['dlt_delete_from_topic_desc']}</p>
<p style='padding:4px 0px 4px 0px'><input type='button' class='input_submit' onclick="window.location='#{permaUrl}';" value='{$this->lang->words['dlt_delete_now']}' /></p>
</div>
</div>
</div>
<if test="moderationform:|:$this->memberData['is_mod'] == 1">
<form id='modform' class='right' method="post" action="{parse url="" base="public"}">
<input type="hidden" name="app" value="forums" />
<input type="hidden" name="module" value="moderate" />
<input type="hidden" name="section" value="moderate" />
<input type="hidden" name="do" value="topicchoice" />
<input type="hidden" name="st" value="{$this->request['st']}" />
<input type="hidden" name="f" value="{$forum_data['id']}" />
<input type="hidden" name="auth_key" value="{$this->member->form_hash}" />
<input type="hidden" name="modfilter" value="{$this->request['modfilter']}" />
<input type="hidden" value="{$this->request['selectedtids']}" id='selectedtids' name="selectedtids" />
<input type="hidden" name="tact" id="tact" value="" />
</form>
</if>
<select style='display:none' id='multiModOptions'>
<if test="hasMultiModeratorOptions:|:is_array( $multi_mod_data ) AND count( $multi_mod_data )">
<foreach loop="mm:$multi_mod_data as $mm_data">
<option value="t_{$mm_data[0]}">{$mm_data[1]}</option>
</foreach>
</if>
</select>

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...