vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   vBulletin 4 Request - Separate Total posts/threads on Forumhome (https://vborg.vbsupport.ru/showthread.php?t=323603)

Skyrider 10-09-2016 11:18 AM

vBulletin 4 Request - Separate Total posts/threads on Forumhome
 
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:

PHP Code:

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

Quote:

Originally Posted by MarkFL (Post 2577053)
For a pure CSS solution, try this plugin, hooked at "parse_templates:

PHP Code:

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/20030221....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

1 Attachment(s)
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!


All times are GMT. The time now is 10:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00993 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete