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)

greenpoochie 08-19-2011 11:39 PM

Brilliant! Thank you!

misericorde 09-01-2011 04:40 AM

Very Nice Thank you

Merci Infiniment,

Nominated and Installed https://vborg.vbsupport.ru/external/2011/09/19.gif

Bye

hanhdn 09-07-2011 03:02 PM

Quote:

Originally Posted by fxwoody (Post 2151862)
Thanks! something less to see that is not useful ;)

If i can add something. in the "forumrules" as mentinned by Morelinux

simply change it to this:

HTML Code:

<!---h4 class="blockhead">{vb:rawphrase posting_rules}</h4--->
This way, if you want to put it back on, you will still have the code in the template ;)

Tks all! :)

Quote:

Originally Posted by MoreLinux (Post 2129230)
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>

Thank you very much. It works fine

ibeteck 09-15-2011 01:07 PM

Thank you, now my forum looks cleaner.

dallibose 09-23-2011 03:09 AM

works great..thank you so much

abonk 10-10-2011 03:48 PM

edited...works fine :)

Bob Meta 10-10-2011 11:44 PM

I get this error message when I try to update "additional.css":

(Templates) Failed to write css files. Please make sure that the directory 'clientscript/vbulletin_css' is writable.Done.

Any idea what may be wrong?

VBUsers 10-19-2011 05:02 AM

is this updated ?

Orakk 10-19-2011 09:31 AM

Works fine for me on 417.

Cheers

VBUsers 10-27-2011 04:06 AM

not working for me on 4.1.7 and I have a custom theme.

Orakk 10-27-2011 04:50 AM

Should have mentioned we are using stock style only. All worn out with monthly edits so we don't bother with custom styles any more.

KatieMae 11-14-2011 07:58 PM

Installed in a custom 4.1.7 and works great. Thanks!

K!nG 11-22-2011 02:56 AM

Just to mention working fine on 4.1.8 :) Thanks

kizy 11-27-2011 10:40 PM

me too, vb4.1.8 look good. thank you much!

OldSchoolDSL 12-09-2011 12:01 AM

Installed on

4.1.8 and 4.1.9 Beta 1

All working

K!nG 12-17-2011 12:31 AM

Working on 4.1.9

Thanks :)

vBNinja 12-23-2011 08:19 PM

great mod!

how can i make it so it removed all of them except for the Icon Legend on the FORUMDISPLAY

thanks

OldSchoolDSL 12-28-2011 06:13 AM

Notice: This will need to be updated for 4.1.10

Only Forum Home works. Everything else continues to be visible as though this isn't even applied.

doc fluty 01-04-2012 03:57 AM

4.1.9 - works great.

MyCTaK 01-04-2012 07:19 PM

Thank you!

Is it possible to add "Thread Display Options"?

illusioNtEk 01-28-2012 05:05 PM

awesome! works fine with 4.1.10

ToddDuquette 01-30-2012 02:21 AM

Doesn't work for me.:(

OldSchoolDSL 01-30-2012 02:30 AM

Quote:

Originally Posted by ToddDuquette (Post 2294053)
Doesn't work for me.:(

I wonder....

This wasn't exactly working for me either, until I placed this at the very end of additional.css

... Now if you've not added this at the button (nothing below it, not even an empty line), try doing so. If it works suddenly as it did with me, my theory of this needing to be last to load (code placement) will be correct.

Its working fine for me now 4.1.10 :)

Winter Sonata 02-03-2012 08:53 PM

all works but not on the forumdisply page ..

mine is 4.1.10

although I added it at the very bottom of the additional.css file ?

Any ideas ?

OldSchoolDSL 02-03-2012 09:12 PM

Quote:

Originally Posted by Winter Sonata (Post 2295828)
all works but not on the forumdisply page ..


mine is 4.1.10

although I added it at the very bottom of the additional.css file ?

Any ideas ?

I got your PM

What else do you have in your additional.css And what theme (style) are you using?

Winter Sonata 02-03-2012 11:51 PM

I"m using the default style and nothing is the template but just 2 lines to enhance the avatar looks.

THanks alot for your kind reply!

OldSchoolDSL 02-04-2012 01:37 AM

Quote:

Originally Posted by Winter Sonata (Post 2295885)
I"m using the default style and nothing is the template but just 2 lines to enhance the avatar looks.

THanks alot for your kind reply!

Can you please be so kind as to share those two lines or link the modification you're using for it?

I'm wondering if there is a conflict some how.

Also what other modifications do you have installed?

Winter Sonata 02-04-2012 07:08 PM

Those are the 2 lines :
Code:

a.postuseravatar img,.primary img{border:1px solid #D5D5D5;background:white;padding:4px;-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.1);box-shadow:0px 2px 2px rgba(0,0,0,0.1);border-image:initial;}
a.postuseravatar img:hover,.primary img:hover{border:1px solid #7D7D7D;-moz-box-shadow:0px 0px 5px #999;-webkit-box-shadow:0px 0px 5px #999;box-shadow:0px 0px 5px #999;}

and I use many modification and they are essential for my board

ClErK1991 02-07-2012 05:25 PM

thanks, marked as install :)

wayne.richards@ 02-11-2012 10:24 PM

Fantastic! Works A Treat!

Scyther 02-28-2012 09:11 AM

works perfect..Good job bro!!
Installed and 5 stars!!

(Good bye unnecessary VB legends!! Phew!)

RedHotChili 03-01-2012 07:29 PM

Quote:

Originally Posted by Scyther (Post 2304157)
works perfect..Good job bro!!
Installed and 5 stars!!

(Good bye unnecessary VB legends!! Phew!)

^^ What he said.

Thanks! :up:

joyboy2001 03-17-2012 07:29 PM

this is cool ... but it removes these boxes for all users ... I want to remove them only for guests and let them be there for the logged in users ...

How do I do that?

draver 03-26-2012 07:57 AM

It works very well. The best thing, it would make the changes, but only for guests.

hohleweg 03-27-2012 03:26 PM

Hey
Great but i want only "delete"
the "Posting Promissions"

what is the code?
Greetings Jo

hohleweg 03-31-2012 04:34 PM

*push
thanks

K!nG 05-09-2012 01:17 AM

Hmmmm not working on 4.1.12 using custom theme "gray folio" by "vbinspired" any update ? Thanks

trackpads 05-28-2012 12:08 AM

Very nice!

ProFifaLeagues 06-14-2012 08:43 AM

Working fine on 4.2 thank you!

nofat.co.nz 06-15-2012 01:50 PM

Quote:

Originally Posted by MoreLinux (Post 2129230)
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>

cool thanks :D works perfectly in 4.1.12 :D


All times are GMT. The time now is 12:58 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.01360 seconds
  • Memory Usage 1,794KB
  • 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
  • (7)bbcode_code_printable
  • (1)bbcode_html_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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