Advertisement
Leaderboard
-
in all areas
- All areas
- Ideas
- Ideas comments
- Positions
- Position Comments
- Position Reviews
- Blog Entries
- Blog Comments
- Bugs
- Bug Comments
- Bug Reviews
- Features
- Feature Comments
- Feature Reviews
- Suggestions
- Suggestion Comments
- Suggestion Reviews
- Releases
- Release Comments
- Release Reviews
- FAQs
- FAQ Comments
- FAQ Reviews
- Files
- File Comments
- File Reviews
- Topics
- Posts
- Status Updates
- Status Replies
-
Custom Date
-
All time
February 14 2013 - February 22 2025
-
Year
February 22 2024 - February 22 2025
-
Month
January 22 2025 - February 22 2025
-
Week
February 15 2025 - February 22 2025
-
Today
February 22 2025
-
Custom Date
03/02/2013 - 03/02/2013
-
All time
Popular Content
Showing content with the highest reputation on 03/02/2013 in all areas
-
2 points
-
Found the fix... 3 hours of using the Dev tool I located "comment_moderate_box" and followed it to forumindextemplate located in Forum View. Fix: #1 Navigate: ACP -> Look & Feel -> Templates -> Forum View -> Forumindextemplate #2 CTRL + A and delete the contents of the fourmindextemplate template. #3 Copy & Paste the following: {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§ion=markasread&i=1"; // Ajax URL so don't use & 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> <input type='button' class='input_submit' id='submitModAction' value='{$this->lang->words['comments_act_go']}' /></div>");//]]></script><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&module=forums&section=rules&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><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']}&f={$forum_data['id']}" seotitle="{$_seoTitle}" template="showannouncement" base="public"}" title='{$this->lang->words['view_announcement']}'>{$adata['announce_title']}</a> </h4> <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='ipsBox 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&module=forums&section=markasread&marktype=forum&forumid={$forum_data['id']}&returntoforumid={$this->request['f']}&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']}&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> <td class='col_c_stats ipsType_small'> <ul> <li><strong>{$forum_data['topics']}</strong> {$this->lang->words['topics']}</li> <li><strong>{$forum_data['posts']}</strong> {$this->lang->words['replies']}</li> </ul> </td> <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']}&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&section=post&do=new_post&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> <li class='non_button'> <a data-clicklaunch="forumMarkRead" data-fid="{$forum_data['id']}" href='{parse url="app=forums&module=forums&section=markasread&marktype=forum&forumid={$forum_data['id']}&returntoforumid={$forum_data['id']}" base="public"}' title='{$this->lang->words['mark_as_read']}'><img src='{$this->settings['img_url']}/icon_check.png' /> {$this->lang->words['mark_as_read']}</a> </li> </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']}&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']}&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&module=moderate&section=moderate&do=prune_start&f={$forum_data['id']}&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' /> </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']}&st={$this->request['st']}&sort_key=last_post&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']}&st={$this->request['st']}&sort_key=start_date&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']}&st={$this->request['st']}&sort_key=posts&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']}&st={$this->request['st']}&sort_key=views&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']}&st={$this->request['st']}&sort_key={$this->request['sort_key']}&sort_by={$this->request['sort_by']}&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']}&st={$this->request['st']}&sort_key={$this->request['sort_key']}&sort_by={$this->request['sort_by']}&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']}&st={$this->request['st']}&sort_key={$this->request['sort_key']}&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']}&st={$this->request['st']}&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='ipsBox'> <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'> </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&section=post&do=new_post&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' /> <div id='forum_footer' class='statistics 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' /> {$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'> <h4 class='statistics_head'>{parse expression="sprintf( $this->lang->words['active_users_titlef'], $active_user_data['stats']['total'] )"}</h4> <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> ^ This is the default IP.Board skin template. It should not effect your skin. #4 Save #5 Enjoy Please remember this is for Forumview moderation box, not topic view. Topic view moderation box fix:2 points
-
SEO Software Features Below is a list of the powerful SEO features you get with this ultimate SEO Software: -Automatic account creation at the top social bookmarking, and web 2.0 properties -Automatic email verification -Submits your content and builds links from over 800 link sources and growing – automatically -Automatically creates RSS feeds from all of your links and submits them to RSS directories – building backlinks to your backlinks on autopilot -Automatically create sites on close to 50 powerful web 2.0 properties AND fill them with your content and links with push button automation (it even does the captcha breaking and account verification for you!) -Creates profiles with backlinks on over 700 high PR forums -Creates super powerful “link wheels” on demand -Makes RSS feeds out of your content and blasts it to the top RSS directories, creating links for you at every single post -Submits your spun articles to directories quickly and effortlessly -And a lot more powerful Seach Engine Optimization features… Info: http://rankbuilder.comDownload:http://depositfiles.com/files/3btbtkn831 point
-
goto: ACP > LOOK and FEEL > your skin click on it > TOPIC VIEW > TOPICVIEW TEMPLATE and replace this code ipb.templates['post_moderation'] = new Template("<div id='comment_moderate_box' class='ipsFloatingAction' style='display: none'><span class='desc'>{$this->lang->words['comment_action_count']} </span><select id='tactInPopup' class='input_select'><option value='approve'>{$this->lang->words['cpt_approve']}</option><option value='delete'>{$this->lang->words['cpt_hide']}</option><option value='sundelete'>{$this->lang->words['cpt_undelete']}</option><option value='deletedo'>{$this->lang->words['cpt_delete']}</option><option value='merge'>{$this->lang->words['cpt_merge']}</option><option value='split'>{$this->lang->words['cpt_split']}</option><option value='move'>{$this->lang->words['cpt_move']}</option></select> <input type='button' class='input_submit' id='submitModAction' value='{$this->lang->words['comments_act_go']}' /></div>"); replace with: ipb.topic.modPerms = []; <if test="$this->memberData['g_is_supmod']"> ipb.topic.modPerms['approve'] = 1; ipb.topic.modPerms['delete'] = 1; ipb.topic.modPerms['hide'] = 1; ipb.topic.modPerms['unhide'] = 1; ipb.topic.modPerms['merge'] = 1; ipb.topic.modPerms['split'] = 1; ipb.topic.modPerms['move'] = 1; <else /> <if test="isset( $this->memberData['forumsModeratorData'][ $forum['id'] ] )"> ipb.topic.modPerms['approve'] = {$this->memberData['forumsModeratorData'][ $forum['id'] ]['post_q']}; ipb.topic.modPerms['delete'] = {$this->memberData['forumsModeratorData'][ $forum['id'] ]['delete_post']}; ipb.topic.modPerms['hide'] = {$this->memberData['forumsModeratorData'][ $forum['id'] ]['bw_mod_soft_delete']}; ipb.topic.modPerms['unhide'] = {$this->memberData['forumsModeratorData'][ $forum['id'] ]['bw_mod_un_soft_delete']}; ipb.topic.modPerms['merge'] = {$this->memberData['forumsModeratorData'][ $forum['id'] ]['split_merge']}; ipb.topic.modPerms['split'] = {$this->memberData['forumsModeratorData'][ $forum['id'] ]['split_merge']}; ipb.topic.modPerms['move'] = {$this->memberData['forumsModeratorData'][ $forum['id'] ]['split_merge']}; </if> </if> ipb.templates['post_moderation'] = new Template("<div id='comment_moderate_box' class='ipsFloatingAction' style='display: none'><span class='desc'>{$this->lang->words['comment_action_count']} </span><select id='tactInPopup' class='input_select'><option value='approve'>{$this->lang->words['cpt_approve']}</option><option value='delete'>{$this->lang->words['cpt_hide']}</option><option value='sundelete'>{$this->lang->words['cpt_undelete']}</option><option value='deletedo'>{$this->lang->words['cpt_delete']}</option><option value='merge'>{$this->lang->words['cpt_merge']}</option><option value='split'>{$this->lang->words['cpt_split']}</option><option value='move'>{$this->lang->words['cpt_move']}</option></select> <input type='button' class='input_submit' id='submitModAction' value='{$this->lang->words['comments_act_go']}' /></div>"); goto: ACP > LOOK and FEEL > your skin click on it > FORUM VIEW > FORUMINDEX TEMPLATE find this should be near the top though 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> <input type='button' class='input_submit' id='submitModAction' value='{$this->lang->words['comments_act_go']}' /></div>"); and replace it with 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> <input type='button' class='input_submit' id='submitModAction' value='{$this->lang->words['comments_act_go']}' /></div>"); Screen Shots: Forum View Screen Shots: Topic View1 point
-
Alright, lets say that you are a blithering idiot and you completely forgot your ACP password after a wild party or something regarding that or anything else, but who knows. Anyhow in this tutorial I'll teach you how to get access back to your ACP and reset your password to something more appropriate for you brain. Alright, lets start off. Things you'll need: [*]FileZilla FTP Client ( or anyother ) [*]Access to FTP [*]A Brain Things you'll need to do, in order to get your access back. First off, you will need to change your ACP's like to something completely random. For this tutorial's purpose, we'll name it "webflakecake". ------------------------------------------------------------------------------------------------------------- < SKIP THIS IF YOU KNOW HOW TO CHANGE YOUR ACP'S LINK > ------------------------------------------------------------------------------------------------------------- Now if you don't know how to change your ACP's link you can do one of the following: The Harder Way: Go to your FTP client, login and go to /public_html & rename the admin dir, for test purposes we'll rename the admin dir to "webflakecake". Once admin dir is renamed go to "initdata.php" and right click then view/edit. Once "initdata.php" is opened press CTRL+F and type in if ( !defined( 'CP_DIRECTORY' ) ) and hit enter. Once you've found that, under it you should see { define( 'CP_DIRECTORY', 'admin' );} Now where it says admin ( AS DEFAULT ) rename that to something else, for this tutorial's purpose, we'll rename it to "webflakecake". Now close it and save it. Once you've done that your ACP link SHOULD be changed. Now test it before we continue. The Easy Way: Go to your FTP client, login and go to /public_html & rename the admin dir, for test purposes we'll rename the admin dir to "webflakecake". Now go to /public_html again and create a new file called "constants.php" Once that file is created, open it and add the following: <?phpdefine( 'CP_DIRECTORY', 'admin' ); Now where it says admin rename it to the thing you renamed your ACP dir to. And that was "webflakecake". So we will rename the admin to "webflakecake". Close it and press save. And viola! Your ACP dir/link SHOULD be changed, now before we continue check it, and see if it works. ------------------------------------------------------------------------------------------------------------- < SKIP THIS IF YOU KNOW HOW TO CHANGE YOUR ACP'S LINK > ------------------------------------------------------------------------------------------------------------- Ok, now your ACP's link/dir is changed. Now you will need to remove the ACP's login, or should I say "BYPASS" it.. either way will do. To do so, do the following: Open: admin/sources/base/ipsRegistry.php and find: $validationStatus = self::member()->sessionClass()->getStatus();$validationMessage = self::member()->sessionClass()->getMessage(); Replace with: $validationStatus = true;#self::member()->sessionClass()->getStatus();$validationMessage = self::member()->sessionClass()->getMessage();self::$handles['member']->setMember(1); Replace the number 1 with the desired member ID to log in with all the time. After doing that, your ACP login SHOULD be disabled or removed. Now once that is done, head over to Members tab and find your profile, click on it. Now where it says, "Password" next to it, you should see a Pencil, click on that and type in your new password and re-type in your new password. And that SHOULD change your pass. Once that is done, your account should be restored and you should have access to ACP. BUT WAIT! You forgot to REMOVE the bypass for your ACP login. Even though the ACP's link is something completely random, there is always a creepy risk. To add the login back to your ACP, go to admin/sources/base/ipsRegistry.php and find: $validationStatus = true;#self::member()->sessionClass()->getStatus();$validationMessage = self::member()->sessionClass()->getMessage();self::$handles['member']->setMember(1); Replace With: $validationStatus = self::member()->sessionClass()->getStatus();$validationMessage = self::member()->sessionClass()->getMessage(); Close and save it. And that should bring back the ACP protection, as in login back. I hope this tutorial helped you guys. If you like this tut give me a +1, that wouldn't hurt . If I've done anything wrong in the tut, please mention in the comment section below so i can check on it, or you could PM me. Either way will do. Anyways, have a nice day and good luck! Tutorial made my me (Exterminator), completely from scratch. If you are going to use this tutorial, please give me some credit.1 point
-
Hi im KingKongCaliber, But you can call me Austin. If you need any help with C#,C++,Java or anything else to fret to Drop me a personal message as long, As you don't spam my inbox ill be fine :{1 point
-
How many websites do you have? Last night I was talking to a personal friend of mine over a cup of coffee. He asked me this question, and without blinking I answered, "One." He leaned back, narrowed his eyes and crossed his arms over his chest and said, "I thought you had more. Why don't you have more?" I went on to explain to him that, in my opinion, if someone is like me - one is pretty much all they can handle. Oh sure, I could open ten websites a week if I wanted to. They might even look good. But there's no way I could ever make them amount to anything. I went on to tell him that websites are a lot of work. Most people can make a decent looking website in a few hours. But it takes patience, time, dedication - and even a little bit of luck to develop it into something great. That's just me. I know some people who can run more than one successful websites at a time. I honestly don't understand how they do it. I know it is beyond the realm of possibilities for me. A friend of mine has a son who is in high school, and he has seven websites open right now. Of course, none of these sites have any actual activity on them. He has some talent - but he just builds sites for the fun of building them. It's a hobby for him. There's nothing wrong with that.1 point
-
Just some of my work. Some animated. http://i890.photobucket.com/albums/ac108/GWAVE-23-xDoWx/muky_soldier_sig.gif http://i890.photobucket.com/albums/ac108/GWAVE-23-xDoWx/gwave_bbad_sig.jpg http://i890.photobucket.com/albums/ac108/GWAVE-23-xDoWx/pacman_sig.jpg http://i890.photobucket.com/albums/ac108/GWAVE-23-xDoWx/jimmeeh_sig_gwave23.jpg http://i890.photobucket.com/albums/ac108/GWAVE-23-xDoWx/priceyboy_halo4_gwave23.jpg1 point
-
In your skin's ipb_styles.css, find : table.ipb_table .subforums { margin: 2px 0 3px 5px; padding-left: 20px; background: url({style_images_url}/subforum_stem.png ) no-repeat left 4px;} table.ipb_table .subforums li.unread { font-weight: bold; } and replace with this: table.ipb_table .subforums { margin: 2px 0 3px 0px; padding-left: 0px; overflow: hidden;}table.ipb_table .subforums li{ background: url({style_images_url}/subforum_nonew.png) no-repeat left 3px; width: 38%; padding: 1px 17px 4px; margin: 0; float: left;}table.ipb_table .subforums li.unread { font-weight: bold; background-image: url({style_images_url}/subforum_new.png);} Save. Then upload the attached images to your skin's style_images folder and you're done.1 point
-
create a file in the root of you forum called .htaccess and add the following in it: <IfModule mod_rewrite.c>Options -MultiViewsRewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} .*.(jpeg|jpg|gif|png)$RewriteCond %{REQUEST_FILENAME} !-fRewriteRule . /public/404.php [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule>1 point
-
1 point
-
I wouldn't normally respond to a topic like this (pointless), but I've had the opportunity to talk/work with Justin on several occasions both here, and on FC. He is one of the most generous, earnest, and sincere guys I've ever had the pleasure to encounter in any sort of online community environment -- to say that his departure isn't a 'big deal' is naive. Have a look around WebFlake, you'll gain some perspective on how integral he was to the community. It's a shame seeing that he left as abruptly as he did, but I'm not privy to the facts surrounding his departure. In any event, I say we continue on and not allow his share of the hard-work go to waste.1 point
-
That only works if the max memory allowed is 128M. @amon only if you have a reseller shared account or a vps/dedi.1 point
-
Log all search engine visits: yes or no This is up to you. It doesn't improve SEO or something, it just logs the search engine visits so you can see what search engines visit your forum. In my website, i have this enabled Show search engine in the active users list: yes or no The same as above but i have this disabled. Redirect to new friendly URL format: yes or no Yes, this improves SEO URL type: path info or query string Doesn't really matter. Use query string if friendly URLs don't work. Use .htaccess mod_rewrite: yes or no Yes and follow the instructions, which are in the description of this setting. Board index page title: Do you need to type something? My forum name? This is what will be shown in the browser's title when you are browsing the board index page. Meta description: what is, do not know how to translate This is a small description for your website and it will be shown in search results of search engines like google. Meta keywords: what is, do not know how to translate A list of keywords that are related to your website. Helps SEO.1 point
-
In the conf_global.php add this line of code after <?php ini_set('memory_limit', '128M'); Will be like this:1 point
-
It can't .. But if you are using cpanel/whm to set the php settings and then changing it by editing the php.ini then if the host has to restart the server or the httpd service it could be changed back to original.1 point
-
Well if you uploaded the IPB to /forums it will redirect there upon accessing www.example.com. You could try changing the board URL in config_global.php. public_html > /forums > Download config_global.php > Open in favorite text editor > $INFO['board_url']='http://yoursitehere.com';1 point
-
This error means that the host has the php max memory set to 32M and IPB needs 128M to run properly. If it is a free host you can ask them to set it to 128Meg and see what they say.1 point
-
Certainly fine! I just wanted you to know that people aren't so willing on the Internet, haha.1 point
-
Glad to see you found a solution - you should consider posting this in IPB Tutorials for easy reference.1 point
-
1 point
-
1 point
-
1 point