vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Remove welcome messages from CMS (https://vborg.vbsupport.ru/showthread.php?t=270154)

chrayres 09-13-2011 01:09 AM

Remove welcome messages from CMS
 
Hey folks. I've been trying different methods for some time now to no avail. The newest post I found was in 2009, so that's a bit old and I assume things have changed some since then.

I'm looking to remove the welcome message that says:
  • "Welcome the the Site Title. Welcome user, be sure to check out the FAQ..."

Can someone point me in the right direction? Thanks!

Mooff 09-13-2011 07:38 AM

I am assuming you want the notices to show up on your forum, but not on your cms.

I do not know it there is an elegant way, a brutal way would be adding this into the vbcms.css template:
Code:

.notices
{
  display:none !important;
}

(it should be gone then, code is untested though)

chrayres 09-13-2011 10:50 AM

Thanks Mooff, I'll give it a go.. By the way, how do I edit the vbcms.css template? Is it something in the admincp or the actual files that I uploaded?

Mooff 09-13-2011 11:16 AM

In the admincp -> styles&templates

chrayres 09-13-2011 12:03 PM

Roger. I'll poke around. Appreciate it.

--------------- Added [DATE]1315919256[/DATE] at [TIME]1315919256[/TIME] ---------------

OK, I added that to the css and it didn't remove it. Not a problem right now though, so I'll let this one go until later. It's a minor thing that I can put off til later. Thanks!


All times are GMT. The time now is 06:57 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.01024 seconds
  • Memory Usage 1,711KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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