Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
ForumHome Editing Details »»
ForumHome Editing
Version: 1.00, by muratcan25 muratcan25 is offline
Developer Last Online: Oct 2014 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.x Rating:
Released: 07-24-2010 Last Update: Never Installs: 4
Template Edits
Code Changes  
No support by the author.

vBulletin ForumHome Editing

************ English installation*******************

Live DEMO: MuRaTCaN - 25

Installation**
(Danger ! : Of the BACKUP TEMPLATE BELOW PLEASE BEFORE YOU BEGIN PROCESSING)

Search in templates

Forumhome

Find

Code:
<!-- main -->
...
(Select all of the code in this search)
...
<!-- /main -->
Replace with the following

PHP Code:
<!-- main MuRaTCaN -->
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
thead>
    <
tr align="center">
      <
td class="thead">&nbsp;</td>
      <
td class="thead" width="60%" align="$stylevar[left]">$vbphrase[forum]</td>
      <
td class="thead"  width="40%">$vbphrase[last_post]</td>
      <if 
condition="$vboptions['showmoderatorcolumn']">
      <
td class="thead">$vbphrase[moderator]</td>
      </if>
    </
tr>
</
thead>
$forumbits
<tbody>
    <
tr>
        <
td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
            <
a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
                <if 
condition="$vboptions['forumleaders']">&nbsp; &nbsp;
            <
a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
            </
strong></div></td>
    </
tr>
</
tbody>
</
table>
$forumhome_markread_script
<!-- /main MuRaTCaN --> 
Search in templates
forumhome_forumbit_level2_post
Find

Delete all

Add all of the following

PHP Code:
<!-- forumhomeduzen-MuRaTCaN -->
<
tr align="center">
    <
td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]/></td>
    <
td class="alt1Active" align="$stylevar[left]id="f$forum[forumid]">
        <
div>
            <
a rel="nofollow" href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
            <if 
condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
        </
div>
        <if 
condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
        <if 
condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>


        <if 
condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>


<
td class="alt2" width="600">
$forum[lastpostinfo]
<
br/>
$vbphrase[threads]:&nbsp;$forum[threadcount] ~~
$vbphrase[posts]:&nbsp;$forum[replycount]
</
td>

</
tr>
$childforumbits
<!-- /forumhomeduzen-MuRaTCaN --> 

**************** T?RK?E KURULUM ****************
Kurulum**
(?NEMLİ NOT: İŞLEME BAŞLAMADAN ?NCE L?TFEN ŞABLONLARIN YEDEKLERİNİ ALIN DAHA SONRA SİTEM GİTTİ DİYE DERT YANMAYIN)

Forumhome Şablonunda Bulun
Code:
<!-- main -->
...
(Bu Aradaki Kodların Hepsini Se?in
...
<!-- /main -->
T?m Main Kod Arasındaki Kodları SE?in ve Aşağidaki İle Değiştirin
PHP Code:
<!-- main MuRaTCaN -->
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
thead>
    <
tr align="center">
      <
td class="thead">&nbsp;</td>
      <
td class="thead" width="60%" align="$stylevar[left]">$vbphrase[forum]</td>
      <
td class="thead"  width="40%">$vbphrase[last_post]</td>
      <if 
condition="$vboptions['showmoderatorcolumn']">
      <
td class="thead">$vbphrase[moderator]</td>
      </if>
    </
tr>
</
thead>
$forumbits
<tbody>
    <
tr>
        <
td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
            <
a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
                <if 
condition="$vboptions['forumleaders']">&nbsp; &nbsp;
            <
a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
            </
strong></div></td>
    </
tr>
</
tbody>
</
table>
$forumhome_markread_script
<!-- /main MuRaTCaN --> 
daha sonra gine Admincp > stil ve Temalar > Temalarda Ariyoruz

forumhome_forumbit_level2_post

Şablonunu Bulup İ?indeki T?m Kodlari Silip Aşağidaki Kodları Ekliyoruz
PHP Code:
<!-- forumhomeduzen-MuRaTCaN -->
<
tr align="center">
    <
td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]/></td>
    <
td class="alt1Active" align="$stylevar[left]id="f$forum[forumid]">
        <
div>
            <
a rel="nofollow" href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
            <if 
condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
        </
div>
        <if 
condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
        <if 
condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>


        <if 
condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>


<
td class="alt2" width="600">
$forum[lastpostinfo]
<
br/>
$vbphrase[threads]:&nbsp;$forum[threadcount] ~~
$vbphrase[posts]:&nbsp;$forum[replycount]
</
td>

</
tr>
$childforumbits
<!-- /forumhomeduzen-MuRaTCaN --> 

Keyifli Kullanım ve D?zenlemeler
Demo: MuRaTCaN - 25
Hazırlayan: MuRaTCaN #|# http://mp3cagi.org /.biz
Kaynak: vBulletin ForumHome D?zenleme (Temaya Şekil verme Hazır Kodlar) - Mp3Cagi.Org


*********** Caps Screen / Default Theme **********

Default Tema G?r?nt?s?





Please Click to Mark as Installed

Screenshots

File Type: jpg forumhomeduzenidefault.jpg (23.3 KB, 0 views)
File Type: jpg screen english.JPG (52.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 07-26-2010, 01:14 AM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

WTF ..... Lol
Reply With Quote
  #3  
Old 07-27-2010, 03:30 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll take 2!

lol
Reply With Quote
  #4  
Old 08-03-2010, 11:59 AM
MichaelDance MichaelDance is offline
 
Join Date: Dec 2009
Location: Warwickshire, UK
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dont get whats it do, change etc :s
Reply With Quote
  #5  
Old 08-04-2010, 05:29 AM
oldfan's Avatar
oldfan oldfan is offline
 
Join Date: Jul 2004
Posts: 813
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RobbieZ View Post
WTF ..... Lol

+1

hahahaha
Reply With Quote
  #6  
Old 08-04-2010, 08:14 AM
echo1990 echo1990 is offline
 
Join Date: Jan 2009
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think it changes it so that the posts and topics columns are now under the latest topic, leaving only two columns??
Reply With Quote
  #7  
Old 10-07-2010, 04:09 PM
togebi33's Avatar
togebi33 togebi33 is offline
 
Join Date: Dec 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bad style
Reply With Quote
  #8  
Old 11-21-2010, 09:03 PM
DiLaRa's Avatar
DiLaRa DiLaRa is offline
 
Join Date: Jul 2009
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Murat can ablası şunu detaylı bi acıklama yaparak anlatırmısın .Güzel bir şeye benziyor ama bu uygulama ne gibi bir faydası olacak onu anlayamadım ...
Reply With Quote
  #9  
Old 11-25-2010, 04:44 AM
FreshFroot's Avatar
FreshFroot FreshFroot is offline
 
Join Date: Jul 2005
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not bad. It saves you an extra 2 columns, but it creates a larger height for all forum columns now.

Can be good for smaller forums.
Reply With Quote
  #10  
Old 11-26-2010, 01:02 PM
avsunforum avsunforum is offline
 
Join Date: Feb 2008
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much Muratcan
Teşekk?rler Muratcan
Dilara Forum anasayfa g?r?n?m değişikliği vb 4 surumun tarzı ama guzel yapmış muratcan faydası g?rsellik
forumdısplay değiştiricekmısın muratcan?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:27 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07341 seconds
  • Memory Usage 2,402KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete