Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications

Reply
 
Thread Tools
Split posts/treads like vb3 Details »»
Split posts/treads like vb3
Version: 1.3, by peugeot405 peugeot405 is offline
Developer Last Online: May 2023 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 4.2.x Rating:
Released: 06-26-2013 Last Update: 08-04-2013 Installs: 8
Template Edits
 
No support by the author.

This mod splits posts/threads on forumhome and forumdisplay like on a vb3 forum.

This has been asked a lot here on vbulletin.org. So here it is. Enjoy.

changelog:

v1.0
initial release

v1.1
updated the css code

v1.2
updated 1 more css code

v1.3
updated the css code

Two files are included in the zip-file:
  • split_threads_post_like_vb3_v_1_3.txt for new install
  • split_threads_post_like_vb3_upgrade_v_1_2_to_v_1_3 .txt to update from v1.2 to v1.3

Download Now

File Type: zip split_threads_post_like_vb3_v_1_3.zip (2.3 KB, 80 views)

Screenshots

File Type: jpg forumhome-before.jpg (47.6 KB, 0 views)
File Type: jpg forumhome-after.jpg (37.5 KB, 0 views)
File Type: jpg forumdisplay-before.jpg (59.4 KB, 0 views)
File Type: jpg forumdisplay-after.jpg (36.6 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 08-05-2013, 11:57 AM
peugeot405's Avatar
peugeot405 peugeot405 is offline
 
Join Date: Feb 2010
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

They are in the file. I have them before me.

anyway it's working now.
Reply With Quote
  #13  
Old 08-05-2013, 11:59 AM
stevieb stevieb is offline
 
Join Date: Apr 2005
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peugeot405 View Post
They are in the file. I have them before me.

anyway it's working now.
weird how it didn't add when I copied pasted.... but you're right it is there!

Thanks again, top bloke and amazing support
Reply With Quote
  #14  
Old 08-05-2013, 12:01 PM
stevieb stevieb is offline
 
Join Date: Apr 2005
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stevieb View Post
can the "last post" column be moved further to the right? Maybe by another 150px approx?
last question then I'll donate to you - if you PM your paypal address please
Reply With Quote
  #15  
Old 08-05-2013, 12:22 PM
peugeot405's Avatar
peugeot405 peugeot405 is offline
 
Join Date: Feb 2010
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stevieb View Post
can the "last post" column be moved further to the right? Maybe by another 150px approx?
find following :

Code:
.forumbit_post .foruminfo {
    clear: right;
    float: left;
    min-height: 48px;
    min-width: 30%;
    width: 41.2%;
}
replace with:

Code:
.forumbit_post .foruminfo {
    clear: right;
    float: left;
    min-height: 48px;
    min-width: 30%;
    width: 54.2%;
}
find following:

Code:
.forumbit_post .forumrow .forumlastpost {
    float: left;
    font-size: 12px;
    height: 31px;
    padding: 7.5px 0 0;
    width: 33.6%;
}
replace with:

Code:
.forumbit_post .forumrow .forumlastpost {
    float: left;
    font-size: 12px;
    height: 31px;
    padding: 7.5px 0 0;
    width: 20.6%;
}
find following:

Code:
.forumbit_nopost .forumhead .forumtitle {
    font-size: 13px;
    min-width: 30%;
    width: 50.2%;
}
replace with:

Code:
.forumbit_nopost .forumhead .forumtitle {
    font-size: 13px;
    min-width: 30%;
    width: 64.8%;
}
find following:

Code:
.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
    width: 33.2%;
}
replace with:

Code:
.forumbit_nopost .forumhead span.forumlastpost, .forumbit_post .forumhead span.forumlastpost {
    width: 18.2%;
}
Reply With Quote
  #16  
Old 08-05-2013, 12:33 PM
stevieb stevieb is offline
 
Join Date: Apr 2005
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ooops nope - take a look at index page
Reply With Quote
  #17  
Old 08-05-2013, 12:34 PM
stevieb stevieb is offline
 
Join Date: Apr 2005
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the titles have gone perfectly, just not the actual threads - but based on the position of the titles, that is perfect
Reply With Quote
  #18  
Old 08-05-2013, 12:35 PM
peugeot405's Avatar
peugeot405 peugeot405 is offline
 
Join Date: Feb 2010
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you forgot a part:


find following :

Code:
.forumbit_post .foruminfo {
    clear: right;
    float: left;
    min-height: 48px;
    min-width: 30%;
    width: 41.2%;
}
replace with:

Code:
.forumbit_post .foruminfo {
    clear: right;
    float: left;
    min-height: 48px;
    min-width: 30%;
    width: 54.2%;
}
Reply With Quote
  #19  
Old 08-05-2013, 12:38 PM
stevieb stevieb is offline
 
Join Date: Apr 2005
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peugeot405 View Post
you forgot a part:


find following :
You ARE the man - well done. Please tell me how to donate and help say thanks for all your time and support. Highly recommended.

Thank you.
Reply With Quote
Благодарность от:
peugeot405
  #20  
Old 08-05-2013, 12:41 PM
peugeot405's Avatar
peugeot405 peugeot405 is offline
 
Join Date: Feb 2010
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just one more change:

find following:

Code:
.forumbit_nopost .forumhead .forumtitle {
    font-size: 13px;
    min-width: 30%;
    width: 64.8%;
}
replace with:

Code:
.forumbit_nopost .forumhead .forumtitle {
    font-size: 13px;
    min-width: 30%;
    width: 64.6%;
}
then it's perfect.
Reply With Quote
  #21  
Old 08-05-2013, 12:44 PM
stevieb stevieb is offline
 
Join Date: Apr 2005
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by peugeot405 View Post
oops, forgot something myself
Quote:
Originally Posted by peugeot405 View Post
just one more change:

then it's perfect.
Indeed it is perfect - thank you.

Ok, tell me how to donate
Reply With Quote
Reply

Thread Tools

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 06:34 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.05160 seconds
  • Memory Usage 2,347KB
  • Queries Executed 29 (?)
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
  • (12)bbcode_code
  • (6)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • 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
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete