<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Banner associated with a specific forum</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Banner associated with a specific forum]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 03 Apr 2026 22:03:37 +0000</pubDate>
  <lastBuildDate>Fri, 31 Oct 2003 15:33:44 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=6849</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Banner associated with a specific forum : No need for a head banging session....]]></title>
   <link>https://forums.webwiz.net/banner-associated-with-a-specific-forum_topic6849_post34046.html#34046</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 6849<br /><strong>Posted:</strong> 31&nbsp;October&nbsp;2003 at 3:33pm<br /><br /><P>No need for a head banging session.&nbsp; It's actually quite simple to do.</P><P><IMG src="http://www.caribbeanchoice.com/forums/smileys/orange-brickwall.gif" border="0">&nbsp; Let the smilie do all the head banging for you. <IMG src="https://forums.webwiz.net/smileys/smiley4.gif" border="0"></P>]]>
   </description>
   <pubDate>Fri, 31 Oct 2003 15:33:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/banner-associated-with-a-specific-forum_topic6849_post34046.html#34046</guid>
  </item> 
  <item>
   <title><![CDATA[Banner associated with a specific forum : Many thanks just whats needed,...]]></title>
   <link>https://forums.webwiz.net/banner-associated-with-a-specific-forum_topic6849_post33984.html#33984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=10744">Gemma Fairchild</a><br /><strong>Subject:</strong> 6849<br /><strong>Posted:</strong> 31&nbsp;October&nbsp;2003 at 9:34am<br /><br />Many thanks just whats needed, head banging on desk session coming up <IMG alt=Wink border=0 &#111;nclick="AddSmileyIc&#111;n'smileys/smiley2.gif'" src="http://forums.webwiz.net/smileys/smiley2.gif" border="0">]]>
   </description>
   <pubDate>Fri, 31 Oct 2003 09:34:11 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/banner-associated-with-a-specific-forum_topic6849_post33984.html#33984</guid>
  </item> 
  <item>
   <title><![CDATA[Banner associated with a specific forum : I used this trick on my forum...]]></title>
   <link>https://forums.webwiz.net/banner-associated-with-a-specific-forum_topic6849_post33909.html#33909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 6849<br /><strong>Posted:</strong> 31&nbsp;October&nbsp;2003 at 12:08am<br /><br /><P>I used this trick on my forum to display different navigation on the left hand side based on which forum you are in.&nbsp; Our site is pretty big.&nbsp; Some of the forums are related to a specific section of our site and we wanted to make it easy to go from, for example, the <A href="http://www.caribbeanchoice.com/recipes/" target="_blank">recipe section</A> of the site to the <A href="http://www.caribbeanchoice.com/forums/forum_topics.asp?FID=2" target="_blank">recipe forum</A> in the forums.</P><P>To see what I am talking about, view the <A href="http://www.caribbeanchoice.com/forums/forum_topics.asp?FID=2" target="_blank">recipe forum</A> on our site, and then view the <A href="http://www.caribbeanchoice.com/forums/forum_topics.asp?FID=6" target="_blank">news &amp; current events forum</A>.&nbsp; Visit any post in those forums as well.&nbsp; Notice that they have slightly different navigation based on what forum you are in.&nbsp; Also notice that if you go to the <A href="http://www.caribbeanchoice.com/recipes/" target="_blank">recipe section</A>, it has similar navigation as the <A href="http://www.caribbeanchoice.com/forums/forum_topics.asp?FID=2" target="_blank">recipe forum</A>.</P><P>Here is the code that I used&nbsp;for that.&nbsp; It was placed in the header include where I wanted the custom navigation to appear.</P><P><table width="99%"><tr><td><pre class="BBcode"><BR>&lt;% If intForumID = 1 Then %&gt;<BR>&lt;!-- #include virtual=/carnival/include/carnival_menu.asp --&gt;<BR>&lt;% End If %&gt;<BR>&lt;% If intForumID = 6 Then %&gt;<BR>&lt;!-- #include virtual=/news/include/news_menu.asp --&gt;<BR>&lt;% End If %&gt;<BR>&lt;% If intForumID = 2 Then %&gt;<BR>&lt;!-- #include virtual=/recipes/include/recipes_menu.asp --&gt;<BR>&lt;% End If %&gt;<BR></pre></td></tr></table></P><P><FONT size=1>This is an example and the paths above are fake.</FONT></P><P>You could do the same thing with your banners as well.&nbsp; Just use the IF THEN statements like I did above and it will work out.</P><P>This method works in 7.01.&nbsp; I haven't tested it in 7.5, although the concept would be the same.&nbsp; It should work.&nbsp; I doubt borg would change the name of the variables between 7.01 and 7.5.</P><P>I'm upgrading to 7.5 this weekend, so if what I posted above doesn't work in 7.5, I'll let you know.</P>]]>
   </description>
   <pubDate>Fri, 31 Oct 2003 00:08:51 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/banner-associated-with-a-specific-forum_topic6849_post33909.html#33909</guid>
  </item> 
  <item>
   <title><![CDATA[Banner associated with a specific forum : if FID = 46 then response write(or...]]></title>
   <link>https://forums.webwiz.net/banner-associated-with-a-specific-forum_topic6849_post33806.html#33806</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2334">Badaboem</a><br /><strong>Subject:</strong> 6849<br /><strong>Posted:</strong> 30&nbsp;October&nbsp;2003 at 11:54am<br /><br /><P>if FID = 46 then response write&nbsp;(or use&nbsp;file include) etc. </P><P>It's fairly simple to do. </P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 30 Oct 2003 11:54:35 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/banner-associated-with-a-specific-forum_topic6849_post33806.html#33806</guid>
  </item> 
  <item>
   <title><![CDATA[Banner associated with a specific forum : Hi all, I was just wondering...]]></title>
   <link>https://forums.webwiz.net/banner-associated-with-a-specific-forum_topic6849_post33797.html#33797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=10744">Gemma Fairchild</a><br /><strong>Subject:</strong> 6849<br /><strong>Posted:</strong> 30&nbsp;October&nbsp;2003 at 10:43am<br /><br /><P>Hi all,</P><P>I was just wondering if it's possible to display a banner when a specific forum is opened? </P><P>i.e when say forum/forum_topics.asp?FID=46 opens it displays a banner specific to this forum. Just wondering where to start, sorry if this has come up before but couldn't find anything on it.</P>]]>
   </description>
   <pubDate>Thu, 30 Oct 2003 10:43:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/banner-associated-with-a-specific-forum_topic6849_post33797.html#33797</guid>
  </item> 
 </channel>
</rss>