Results 1 to 7 of 7
-
29th Aug 2011, 01:54 PM #1OPMemberWebsite's:
WarezDownloads.us Crackcentral.co.ukSkin edit
Hi guys am using animate skin on my IPB 3.1.4
Preview: http://devilarts.info/
I like to be have the forum background like
http://www.ipbforumskins.com/skindem...tingNewSkin=18 (animate for 3.2)
I want to change forum backgroung from
To
Thanks..AJ Blacklisted Reviewed by AJ Blacklisted on . Skin edit Hi guys am using animate skin on my IPB 3.1.4 Preview: http://devilarts.info/ I like to be have the forum background like http://www.ipbforumskins.com/skindemo/index.php?&k=880ea6a14ea49e853634fbdc5015a024&settingNewSkin=18 (animate for 3.2) I want to change forum backgroung from http://i.imgur.com/SXeSc.png To http://i.imgur.com/dtsx9.png Rating: 5
-
30th Aug 2011, 10:19 PM #2Respected Member
Since it is a custom skin we would need to see what is in the forum->forumIndexTemplate
under
<div class='category_block block_wrap'>
-
31st Aug 2011, 03:03 AM #3OPMemberWebsite's:
WarezDownloads.us Crackcentral.co.ukCode:<div class='category_block block_wrap'> <div class='box'><h3 class='maintitle'>{$forum_data['name']} {$this->lang->words['sub_forum_title']}</h3><div class='inset_row inset_padding'> <table cellspacing='0' class='ipb_table' summary="{$this->lang->words['cat_subforums']} '{$forum_data['name']}'"> <tr class='header'> <th scope='col' class='col_c_icon'> </th> <th scope='col' class='col_c_forum'>{$this->lang->words['cat_name']}</th> <th scope='col' class='col_c_stats stats'>{$this->lang->words['forum_stats']}</th> <th scope='col' class='col_c_post'>{$this->lang->words['last_post_info']}</th> </tr> <!-- / CAT HEADER --> <foreach loop="subforums:$sub_forum_data as $_data"> <if test="subforumdata:|:is_array( $_data['forum_data'] ) AND count( $_data['forum_data'] )"> {parse striping="catTable" classes="row1,row2"} <foreach loop="forums:$_data['forum_data'] as $forum_id => $forum_data"> <if test="isredirect:|:$forum_data['redirect_on']"> <tr class='{parse striping="catTable"} redirect_forum'> <td class='altrow forum_icon_idx'>{parse replacement="f_redirect"}<div></div></td> <td> <h4><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$this->lang->words['goto_forum']}'>{$forum_data['name']}</a></h4> <p class='desc' style='padding-top: 3px;'>{$forum_data['description']}</p> </td> <td colspan='2'> {$this->lang->words['rd_hits']}: {parse format_number="$forum_data['redirect_hits']"} </td> </tr> <else /> <tr class='{parse striping="catTable"}'> <td class='altrow forum_icon_idx'> <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']}" base="public"}" title="{$this->lang->words['bi_markread']}" class='forum_marker'>{parse replacement="{$forum_data['img_new_post']}"}</a> <script type='text/javascript'> ipb.global.registerMarker( 'forum_img_{$forum_data['id']}', "{$forum_data['img_new_post']}", markerURL + "&forumid={$forum_data['id']}" ); </script><div></div>
-
31st Aug 2011, 03:06 AM #4OPMemberWebsite's:
WarezDownloads.us Crackcentral.co.ukSome More Data
Code:<td> <h4><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$this->lang->words['goto_forum']}'>{$forum_data['name']}</a></h4> <p class='desc' style='padding-top: 3px;'>{$forum_data['description']}</p> <if test="showsubforums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']"> <h5 class='hide'>{$this->lang->words['subforums']}</h5> <ol class='subforums' id='subforums_{$forum_data['id']}'> <foreach loop="sub_subforums:$forum_data['subforums'] as $__id => $__data"> <if test="showSubForumsLit:|:$__data[3]"><li class='newposts'><else /><li></if><a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li> </foreach> </ol> </if> <!-- Skinnote: Clean up queued stuff --> <if test="seequeuedicon:|:$forum_data['_has_queued_and_can_see_icon']"> <em class='moderated'><a href='{parse url="showforum={$forum_data['id']}&modfilter=all" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}' title='{$this->lang->words['view_unapproved']}'>{parse expression="sprintf( $this->lang->words['f_queued'], $forum_data['queued_topics'], $forum_data['queued_posts'])"}</a></em> </if> </td> <td class='altrow stats'> <ul> <li>{$forum_data['topics']} {$this->lang->words['topics']}</li> <li>{$forum_data['posts']} {$this->lang->words['replies']}</li> </ul> </td> <td nowrap='nowrap'> <ul class='last_post'> <if test="hidelastinfo:|:$forum_data['hide_last_info']"> <li>{$this->lang->words['f_protected']}</li> <else /> <li><strong>{$this->lang->words['in_last_topic']} {$forum_data['last_topic_title']}</strong></li> <li> {$this->lang->words['forum_by']} <if test="lastpostername:|:isset($forum_data['last_poster_name']) AND $forum_data['last_poster_name']"> <if test="lastposterid:|:$forum_data['last_poster_id']"> <a href='{parse url="showuser={$forum_data['last_poster_id']}" seotitle="{$forum_data['seo_last_name']}" template="showuser" base="public"}'>{$forum_data['last_poster_name']}</a>{parse template="user_popup" group="global" params="$forum_data['last_poster_id'],$forum_data['seo_last_name']"} <else /> {$this->settings['guest_name_pre']}{$forum_data['last_poster_name']}{$this->settings['guest_name_suf']} </if> <else /> {$this->lang->words['f_none']} </if> <span class='topic_date'><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="LONG"}</a></span> </li> </if> </ul> </td> </tr> </if> </foreach> </if> </foreach> </table><div class='inset_row inset_padding'> </div>
-
1st Sep 2011, 12:11 AM #5Respected Member
OK to remove subforums like your picture change this:
PHP Code:<if test="showsubforums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']">
PHP Code:<if test="showsubforums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND count( $forum_data['subforums'] ) > 1000000 AND $forum_data['show_subforums']">
in your current skin.
-
1st Sep 2011, 04:31 PM #6OPMemberWebsite's:
WarezDownloads.us Crackcentral.co.uk
-
1st Sep 2011, 05:26 PM #7Respected Member
Unless your topics have more than a million posts it should have worked.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
(vB 4.1.3) (Edit Required) Edit from code box
By champ_007_bond in forum vBulletinReplies: 0Last Post: 15th Dec 2011, 08:20 PM -
vBulletin Skin Edit
By gmaister22 in forum vBulletinReplies: 2Last Post: 17th Aug 2011, 12:51 PM -
[Selling] Selling vBulletin Skins | $20 Flat/Skin | 3 copies/Skin |
By Skords in forum Completed TransactionsReplies: 8Last Post: 24th Oct 2010, 01:46 PM -
[Selling] Vbulletin Premium Skin - 10$ Only (Cheapest Skin) And Best Ever Sold in KWWH
By gameexpert in forum Completed TransactionsReplies: 12Last Post: 27th Aug 2010, 05:27 PM -
Free vBulletin Skin to WCDDL Skin Converstion* Limited Offer
By Plutost in forum Webmaster DiscussionReplies: 6Last Post: 2nd Jun 2009, 12:59 PM
themaLeecher - leech and manage...
Version 4.94 released. Open older version (or...