vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   End-User Options - Welcome Headers: Template System Messages & Settings to Drive Participation (https://vborg.vbsupport.ru/showthread.php?t=231387)

frogster 12-28-2009 02:39 PM

Originally Posted by frogster
Is there anyway to only show the non-registered notice on the forum and not the cms?

Quote:

Originally Posted by Ted S (Post 1940089)
Absolutely. At the top of the welcome_headers template you will see a condition with THIS_SCRIPT mentioned, you can use this to change what scripts are not shown the welcome headers.


Ted or any other helpful person,

Not sure if you can help with this but would you be able to tell me what coding I would have to input there in order for the message not to show on the CMS section? Sorry I know nothing about coding and thanks in advance.

Maria

Ted S 12-28-2009 04:40 PM

Quote:

Originally Posted by frogster (Post 1940457)
Not sure if you can help with this but would you be able to tell me what coding I would have to input there in order for the message not to show on the CMS section? Sorry I know nothing about coding and thanks in advance.

Sure, in the template welcome_headers change:

Code:

<vb:if condition="$vboptions[wlhon] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login'">
To:

Code:

<vb:if condition="$vboptions[wlhon] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login' AND THIS_SCRIPT != 'blog' ">

Trek 12-28-2009 09:20 PM

Tagged.

This looks cool, I was unaware of anything other than announcements and notices, so I'll have to look into this more. =)

halkum 12-30-2009 05:00 AM

Will update my installation tomorrow, but can you start adding a version change log to the main description. I hate when I upgrade only to find it changed something that wasn't a drastic need for me at the time.

Ted S 12-31-2009 06:05 AM

Quote:

Originally Posted by halkum (Post 1942185)
Will update my installation tomorrow, but can you start adding a version change log to the main description. I hate when I upgrade only to find it changed something that wasn't a drastic need for me at the time.

Yup. After I get all the other mods upgraded and stop people complaining about that... :D

jGas 02-24-2010 07:22 PM

thanks ted! i really need it :D

ged 02-26-2010 03:45 PM

1 Attachment(s)
A little question, how can I remove this?

Ted S 02-26-2010 07:21 PM

Quote:

Originally Posted by ged (Post 1992096)
A little question, how can I remove this?

Turn off that message in the Welcome Headers options.

ged 02-26-2010 07:52 PM

I deleted the default guest notification from Notifications menu and problem solved. :)

nci 02-27-2010 10:11 AM

Nice work.


All times are GMT. The time now is 01: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.01063 seconds
  • Memory Usage 1,734KB
  • 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
  • (4)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
  • (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