vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Troubleshooting / "How do I..." Questions

 
 
Thread Tools Display Modes
  #1  
Old 10-10-2004, 06:42 PM
theMusicMan's Avatar
theMusicMan theMusicMan is offline
Senior Member
 
Join Date: May 2004
Posts: 491
Default Post in News forum but not on Portal page

Is there a way via template conditionals that I can create a post in the News category but then for it NOT to appear on the CMPS home page...?
__________________
John
www.theMouthPiece.com - Brass music discussion
www.reflectingme.com - gallery
  #2  
Old 10-10-2004, 09:06 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Post in News forum but not on Portal page

In your news.php file look for:

$counter++

Right below that add:

PHP Code:
if (in_array($news['postid'], array(X,Y,Z)))
{
continue;

(Replace X,Y,Z with the postid(s) that you want to exclude.)
  #3  
Old 10-11-2004, 04:10 AM
theMusicMan's Avatar
theMusicMan theMusicMan is offline
Senior Member
 
Join Date: May 2004
Posts: 491
Default Re: Post in News forum but not on Portal page

Thanks Brian.... should the 'continue;' be there?
__________________
John
www.theMouthPiece.com - Brass music discussion
www.reflectingme.com - gallery
  #4  
Old 10-11-2004, 08:51 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Post in News forum but not on Portal page

Yes... That's telling it that if the postid is in that array to continue to the next one without going any further.
  #5  
Old 10-11-2004, 11:22 AM
theMusicMan's Avatar
theMusicMan theMusicMan is offline
Senior Member
 
Join Date: May 2004
Posts: 491
Default Re: Post in News forum but not on Portal page

Thanks Brian...
__________________
John
www.theMouthPiece.com - Brass music discussion
www.reflectingme.com - gallery
 


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
News Digest Module Morrus Feedback & Suggestions 7 06-05-2005 07:29 PM
How to get to main forum from portal page? Megadeuce Troubleshooting / "How do I..." Questions 17 02-22-2005 09:39 AM


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

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.