PDA

View Full Version : vBulletin 4 Request - Separate Total posts/threads on Forumhome


Skyrider
10-09-2016, 11:18 AM
I looked google all over, but thus far I can only find unanswered requests for this. Anyone happens to know how exactly to separate the the total posts/threads on forumhome in to their own column?

Skyrider
10-17-2016, 08:29 PM
No one has an idea / link for this? So many requests for this (from what I can find) yet no one attempted to do it?

MarkFL
10-18-2016, 02:10 AM
For a pure CSS solution, try this plugin, hooked at "parse_templates:

if (in_array(THIS_SCRIPT, array('index', 'forumdisplay')))
{
$template_hook['headinclude_css'] .= '<style>.forumbit_post .foruminfo {width: 50% !important;} .forumbit_post .forumstats, .forumbit_post .forumstats_2 {width: 15% !important; min-width: 175px;} .forumbit_post .forumstats li, .forumbit_post .forumstats_2 li {display: inline-block !important; width: 80px; text-align: left !important; padding: 0 !important;} .forumthreadpost {position: relative; left: -10%;}</style>';
}

Skyrider
10-18-2016, 05:43 AM
For a pure CSS solution, try this plugin, hooked at "parse_templates:

if (in_array(THIS_SCRIPT, array('index', 'forumdisplay')))
{
$template_hook['headinclude_css'] .= '<style>.forumbit_post .foruminfo {width: 50% !important;} .forumbit_post .forumstats, .forumbit_post .forumstats_2 {width: 15% !important; min-width: 175px;} .forumbit_post .forumstats li, .forumbit_post .forumstats_2 li {display: inline-block !important; width: 80px; text-align: left !important; padding: 0 !important;} .forumthreadpost {position: relative; left: -10%;}</style>';
}
Thanks, though that appears to make the post/thread count be posted next to each other rather than having separated columns.

I'm aiming for this:

https://web.archive.org/web/20030221235355/http://forum.esforces.com/

MarkFL
10-18-2016, 06:04 AM
I wasn't sure what you wanted, but that would require template(s) to be edited (either auto or manual).

Skyrider
10-18-2016, 08:18 AM
I apologize, should have given an example straight away. What I've done so far: (see attachment)

Just unable to get posts/threads into separated columns.

Stratis
10-18-2016, 08:33 AM
Like this ?
https://vborg.vbsupport.ru/showthread.php?t=299530
https://vborg.vbsupport.ru/showthread.php?t=299531

Skyrider
10-18-2016, 08:45 AM
*twitch*..

Love you.. why couldn't find that on my own? >_>, ugh.. thanks!