vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v3.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 08-13-2008, 04:52 PM
Greek76 Greek76 is offline
Member
 
Join Date: Sep 2006
Posts: 74
Default Prevent notices from showing on Vba page

How can I prevent the notice manager from showing on my Vba page? I dont want my welcome guest message to show on Vba only on my forum I want to show it. Thanks
Reply With Quote
  #2  
Old 08-13-2008, 05:22 PM
PhilMcKrackon's Avatar
PhilMcKrackon PhilMcKrackon is offline
Senior Member
 
Join Date: Apr 2008
Posts: 523
Default

Quote:
Originally Posted by Greek76 View Post
How can I prevent the notice manager from showing on my Vba page? I dont want my welcome guest message to show on Vba only on my forum I want to show it. Thanks
Strange, I don't get the guest welcome message on any of my VBA pages. It only shows on the forums.
Reply With Quote
  #3  
Old 08-13-2008, 06:29 PM
Greek76 Greek76 is offline
Member
 
Join Date: Sep 2006
Posts: 74
Default

Are you using the newest versino of VBA?
Reply With Quote
  #4  
Old 08-13-2008, 06:33 PM
PhilMcKrackon's Avatar
PhilMcKrackon PhilMcKrackon is offline
Senior Member
 
Join Date: Apr 2008
Posts: 523
Default

Quote:
Originally Posted by Greek76 View Post
Are you using the newest versino of VBA?
vBadvanced CMPS 3.0.1 vBadvanced Content Management & Portal System
vBulletin 3.7.2
Reply With Quote
  #5  
Old 08-14-2008, 10:59 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Quote:
Originally Posted by Greek76 View Post
How can I prevent the notice manager from showing on my Vba page? I dont want my welcome guest message to show on Vba only on my forum I want to show it. Thanks
Try editing your 'navbar' template and replace this line:
PHP Code:
<if condition="$notifications_total"
With this:
PHP Code:
<if condition="$notifications_total AND THIS_SCRIPT != 'adv_index'"
Reply With Quote
  #6  
Old 08-14-2008, 06:38 PM
Greek76 Greek76 is offline
Member
 
Join Date: Sep 2006
Posts: 74
Default

Hey Bryan thanks for your response but in my navbar my code looks like this..

Code:
<if condition="$show['notifications'] AND $show['popups']">
			<div><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total </strong></span></div>
			<script type="text/javascript"> vBmenu.register("notifications"); </script>
Where exactly would I add that?
Reply With Quote
  #7  
Old 08-15-2008, 02:45 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

<if condition="$show['notifications'] AND $show['popups'] AND THIS_SCRIPT != 'adv_index'">
Reply With Quote
  #8  
Old 08-15-2008, 03:11 PM
Greek76 Greek76 is offline
Member
 
Join Date: Sep 2006
Posts: 74
Default

That didnt work Brian. Any other ideas?
Reply With Quote
  #9  
Old 08-15-2008, 03:16 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Did you make sure to add the closing </if> tag after the code for the notices?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Disable Notices On vBa pages kalypsoweb Modifications (version 3.x & 2.x) 4 05-04-2009 09:40 PM
Dyna Suggestion - Notices zacarias Feedback & Suggestions 0 07-16-2008 02:37 PM
Notices with VB3.7 Bigsbydapicka Troubleshooting & Problems 25 07-15-2008 01:23 PM
Subscribed entries not sending email notices techmonkey Bugs From 1.0.0 6 03-04-2008 11:41 AM
Prevent <img> tags from being parsed to [img]??? cleck673 "How Do I..." Questions 2 08-03-2006 01:01 AM


All times are GMT -4. The time now is 03:21 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.