Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-13-2010, 12:13 AM
ps2wiz ps2wiz is offline
 
Join Date: Apr 2005
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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!
Reply With Quote
  #2  
Old 07-13-2010, 12:33 AM
Brandon_R Brandon_R is offline
 
Join Date: Aug 2009
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

learn HTML and CSS then come back.
Reply With Quote
  #3  
Old 07-13-2010, 12:41 AM
ps2wiz ps2wiz is offline
 
Join Date: Apr 2005
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brandon_R View Post
learn HTML and CSS then come back.
Thanks,

Has anyone else attempted something similar?
Reply With Quote
  #4  
Old 07-13-2010, 02:16 AM
Qwk86gn's Avatar
Qwk86gn Qwk86gn is offline
 
Join Date: Jan 2009
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brandon_R View Post
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!
Reply With Quote
  #5  
Old 07-13-2010, 03:08 AM
ps2wiz ps2wiz is offline
 
Join Date: Apr 2005
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #6  
Old 07-13-2010, 03:57 AM
Qwk86gn's Avatar
Qwk86gn Qwk86gn is offline
 
Join Date: Jan 2009
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #7  
Old 07-15-2010, 01:18 PM
cobaku cobaku is offline
 
Join Date: Oct 2005
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

altough this deletes last posts
it does not remove the last post column how do we do that.
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:38 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.03897 seconds
  • Memory Usage 2,217KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)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
  • 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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete