vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Miscellaneous Hacks - TW7S - Remove Legend and Permissions Boxes from FORUMHOME FORUMDISPLAY and SHOWTHREAD (https://vborg.vbsupport.ru/showthread.php?t=254239)

toon79 12-02-2010 12:28 PM

Great additions, should be an option already

OurCouponHome 12-02-2010 03:11 PM

Thanks!!! Those were driving me crazy!!

kylek 12-02-2010 05:35 PM

Thank you!

preemz10314 12-02-2010 09:19 PM

worked great, marked as installed. helped trim the fat. Thanks.

Fergal C 12-04-2010 08:08 AM

Thanks installed. Mostly it works great, but for some reason it is not removing the icon boxes from my "Forum Display" it removes all the other icon boxes but not that one. My theme is slightly customised.

Any ideas on how I can remove the icons from "Forum Display"?

Thanks!

sisterhood 12-04-2010 08:54 AM

Perfect!" THX

samiro 12-04-2010 11:28 AM

Perfect idea
but this is not working at all in 4.1.
nothing happend !

Boofo 12-04-2010 11:44 AM

Posting permissions still shows in the newreply.

MoreLinux 12-04-2010 02:37 PM

Quote:

Originally Posted by Boofo (Post 2129175)
Posting permissions still shows in the newreply.

Add
Code:

#forumrules,
like this
Code:

/* TW7S - Remove Legend and Permissions Boxes */
#usercp_content #forum_icon_legend, #wgo_legend, #forumrules, .forum_info .options_block_container, .thread_info .options_block_container  {
display:none;
}
/* TW7S - Remove Legend and Permissions Boxes */

it doesn't remove the "Posting Permissions" header, but the body is gone.

Edit: The header can be removed in forumrules. Just remove the line
Code:

<h4 class="blockhead">{vb:rawphrase posting_rules}</h4>

Alec W 12-04-2010 09:38 PM

Thanks


All times are GMT. The time now is 06:02 PM.

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.04412 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete