vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Deleting columns? (https://vborg.vbsupport.ru/showthread.php?t=246424)

ps2wiz 07-13-2010 12:13 AM

Deleting columns?
 
Could someone please help me out here.

I want to delete the last two columns when viewing the forum listings, the Last Reply column, and the Thread / Post Count column

Would anyone know exactly which templates to edit, and approximately what code to remove?

Thanks in advance!

Brandon_R 07-13-2010 12:33 AM

learn HTML and CSS then come back.

ps2wiz 07-13-2010 12:41 AM

Quote:

Originally Posted by Brandon_R (Post 2068321)
learn HTML and CSS then come back.

Thanks,

Has anyone else attempted something similar?

Qwk86gn 07-13-2010 02:16 AM

Quote:

Originally Posted by Brandon_R (Post 2068321)
learn HTML and CSS then come back.

This is a discussion section for vB Design and Graphics, so he is trying to learn. One of the best ways to learn is to ask questions.

ps2wiz

Try this and see if it works.

Find template: forumhome_forumbit_level2_post


Find and remove these lines of code:

Code:

        <h4 class="nocss_label">{vb:rawphrase forum_statistics}:</h4>
        <ul class="forumstats td">
            <li>{vb:rawphrase threads}: {vb:raw forum.threadcount}</li>
            <li>{vb:rawphrase posts}: {vb:raw forum.replycount}</li>
        </ul>
        <div class="forumlastpost td">
            <h4 class="lastpostlabel">{vb:rawphrase last_post}:</h4>
            <div>
                {vb:raw forum.lastpostinfo}
            </div>
        </div>

To remove the "Last Post" in the forumhead try this.

Find template: forumhome_forumbit_level1_nopost

Find and remove this line of code:
Code:

<span class="forumlastpost">{vb:rawphrase last_post}</span>
If you run into to trouble then just revert the templates. As you can see the phrases are pretty simple to figure out. I just tried it quickly on a test site and it seemed to work.

Good luck!

ps2wiz 07-13-2010 03:08 AM

Steve,

Thanks a lot, that did the trick beautifully!

However, a small little hiccup for any others that might come across this thread and attempt the same. This will not work on forums that do not have a directory. Basically, if this option is checked "Act as Forum" to yes for any particular forum without it being inside a parent forum then the above modification will ignore it. So, you'll have to have all your forums in directories which all of my public ones were so it did not really affect me.

Once again, thank you!

Qwk86gn 07-13-2010 03:57 AM

Ah yes, you can still remove the same thing when the forum has no parent. Remove the same lines of code from:

forumhome_forumbit_level2_nopost & forumhome_forumbit_level1_post

cobaku 07-15-2010 01:18 PM

altough this deletes last posts
it does not remove the last post column how do we do that.


All times are GMT. The time now is 01:51 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.01984 seconds
  • Memory Usage 1,725KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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