<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
        <title>Fish4Divers | Social Networking 4 Divers | Forums</title>

        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <meta http-equiv="pragma" content="no-cache" />
        <meta http-equiv="cache-control" content="no-cache" />
        <meta http-equiv="imagetoolbar" content="no" />

        <meta name="MSSmartTagsPreventParsing" content="true" />
        <meta name="distribution" content="GLOBAL" />
        <meta name="Language" content="en" />
        <meta name="No-Cache" content="True" />
        <meta name="copyright" content="2011 Fish 4 Divers" />
        <meta name="author" content="Iceberg Creative [http://www.icebergcreative.com/]" />


        <link rel='stylesheet' type='text/css' media='all' href='http://www.fish4divers.com/index.php?css=f4d/site_css.v.1295603044' />
        <script type="text/javascript" src="/js/common.js"></script>
        <script src="/mint/?js" type="text/javascript"></script>

	</head>

	<body >

		<div id="container">

			<!-- Mini Navigation -->
			<div id="header-mininav-container">
				<div class="floatright"><img src="/images/global/header-bubbles-left.gif" alt="" /></div>
				<div id="header-mininav"><a href="http://www.fish4divers.com/index.php">Home</a> &nbsp;|&nbsp; <a href="http://www.fish4divers.com/index.php/f4d/about/">About FISH 4 DIVERS</a> &nbsp;|&nbsp; <a href="http://www.fish4divers.com/index.php/f4d/contact/">Contact Us</a></div>
				<div class="floatright"><img src="/images/global/header-bubbles-right.gif" alt="" /></div>
				<div class="clear_both"></div>
			</div>
			<!-- WEBSITE -->
			<div id="site">
				<!-- Mast -->
				<div id="header-main">
					<table width="100%" border="0" cellspacing="0" cellpadding="0" class="header">
						<tr class="header-top">
              <td rowspan="2" align="left" valign="top" class="header-logo"><a href="http://www.fish4divers.com/index.php"><img src="/images/global/logo.gif" alt="Fish 4 Divers" title="Fish 4 Divers" border="0" /></a></td>
                <td align="left" valign="middle" class="hearder-columna">Not a member? &nbsp;<a href="http://www.fish4divers.com/index.php/f4d/join/"><img src="/images/global/header-join.gif" alt="Join Now!" border="0" align="absmiddle" /></a> &nbsp;|&nbsp; <a href="http://www.fish4divers.com/index.php/f4d/features/">Membership Features</a></td>

							<td align="right" valign="middle" class="hearder-columnb">
                <div class="advert-banner">
                
  <a href="http://www.fish4divers.com/index.php/advertisers/"><img src="/images/ads/top_half_banner.png" alt="" style="margin:2px 0 2px 0;"/></a>


                </div>
                
								
              </td>
						</tr>
						<tr class="header-bottom">
							<td align="left" valign="middle" class="hearder-columna">
		            <div class='header-search-box'>
<form method="post" action="http://www.fish4divers.com/index.php"  enctype="multipart/form-data" >
<div class='hiddenFields'>
<input type="hidden" name="ACT" value="19" />
<input type="hidden" name="XID" value="cd43f2b36d515b004939d206bc76f014f3ef4f5d" />
<input type="hidden" name="RP" value="search/results" />
<input type="hidden" name="NRP" value="" />
<input type="hidden" name="RES" value="" />
<input type="hidden" name="status" value="" />
<input type="hidden" name="weblog" value="reviews" />
<input type="hidden" name="search_in" value="" />
<input type="hidden" name="where" value="all" />
<input type="hidden" name="site_id" value="1" />
</div>



<input type="text" name="keywords" id="keywords" class="header-search-query" /><input value='submit' name="search" type="image" class="header-search" src="/images/global/header-search.gif" alt="Search" align="top" />

</form>
</div>
<div class='forgot-password'><a href="http://www.fish4divers.com/index.php/member/forgot_password/">Lost password?</a></div>
							</td>
							<td align="right" valign="middle" class="hearder-columnb">
							  <form method="post" action="http://www.fish4divers.com/index.php"  enctype="multipart/form-data" >
<div class='hiddenFields'>
<input type="hidden" name="XID" value="005327ce215aa3ae6045f5dc0c448d8530b94210" />
<input type="hidden" name="ACT" value="9" />
<input type="hidden" name="RET" value="f4d/afterlogin" />
<input type="hidden" name="site_id" value="1" />
</div>



<script type="text/javascript">
	var cUsername = 'username';
	var cPassword = 'password';

	function setupLogin() {
		setTimeout("clearLogins();", 1000);
	}
	
	function clearLogins()
	{
		usernameExit();
		passwordExit();
	}
	
	function usernameEnter()
	{
		var un = document.getElementById('username');
		
		if (un.value == cUsername)
		{
			un.value = '';
		}
	}
	
	function usernameExit()
	{
		var un = document.getElementById('username');
		
		if (un.value == '')
		{
			un.value = cUsername;
		} 
	}
	
	function passwordEnter()
	{
		var pw = document.getElementById('password');
		
		if (pw.value == cPassword)
		{
			pw.value = '';		
			pw.type = 'password';	
		}
	}
	
	function passwordExit()
	{
		var pw = document.getElementById('password');
		
		if (pw.value == '')
		{
			pw.value = cPassword;	
			pw.type = 'text';	
		}
	}	
</script>

<img src="/images/global/header-login.gif" alt="Log In" align="absmiddle" />
<input name="username" type="text" class="header-username" id="username" value="" maxlength="32" size="25" onfocus="usernameEnter();" onblur="usernameExit();"/>
<input type="password" name="password" id="password" value="" maxlength="32" class="header-password"  size="25" onfocus="passwordEnter();" onblur="passwordExit();"/>
<input name="submit" type="image" src="/images/global/header-login-go.gif" alt="Go" align="top" />

<script type="text/javascript">
  window.onload = setupLogin();
  //setupLogin();
</script>

</form>
	
							</td>
						</tr>
				  </table>
				</div>

				<!-- Global Navigation -->
				<div id="menu-members">
					<!-- International/language selector. Take out if only launching with UK to begin with -->
					<div class="floatright" style="margin-top: 4px;">

					</div>
                                        <ul>
  <li><a href="http://www.fish4divers.com/index.php/member/search/"><img src="/images/global/menu/search-divers.jpg" alt="Meet other divers" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/forums/"><img src="/images/global/menu/forum.jpg" alt="Forum" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/directory/"><img src="/images/global/menu/dive-directory.jpg" alt="Diving Club Directory" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/reviews/"><img src="/images/global/menu/reviews.jpg" alt="Reviews" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/classifieds/"><img src="/images/global/menu/classifieds.jpg" alt="Classifieds" border="0" /></a></li><li><a href="http://www.fish4divers.com/index.php/member/snapper/"><img src="/images/global/menu/snapper-gallery.jpg" alt="Snapper Gallery" border="0" /></a></li>
</ul>
                                        
				</div>
                                
				<div id="menu-base"></div>
				
				<!-- Call to Action -->
				<!-- Call to action -->

<div id="cta">

	<p>A social networking site for scuba divers. Meet like-minded people who share your passion for diving.<br /><a href="http://www.fish4divers.com/index.php/f4d/join/">Click here to join today. For free!!!</a></p>

</div>

				<!-- Content Area -->
				<div id="content">

<div id="content-left3col">
<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Forum</title>
    <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/" />
    <link rel="self" type="application/atom+xml" href="http://www.fish4divers.com/index.php/forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2011</rights>
    <generator uri="http://expressionengine.com/" version="1.6.4">ExpressionEngine</generator>
    <id>tag:fish4divers.com,2011:02:06</id>


    <entry>
      <title>Change to Forum layout</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/665/" />      
      <id>tag:fish4divers.com,2011:index.php/forums/viewthread/.665</id>
      <published>2011-01-18T22:22:43Z</published>
      <updated></updated>
      <author><name>Dive Leader Shaun</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all
</p>
<p>
The Forums will soon be displayed slightly differently.
</p>
<p>
Each main Forum will be collapsed/minimised by default with a marker in each Forum header to indicate when a new post has to made to a thread inside. Hopefully it will make it easier as all the forums can be seen at once and you will be able to see which ones have been updated or had comments made. 
</p>
<p>
When the change happens if you have any feedback on this or any aspects of the site good or bad please let me know.
</p>
<p>
Regards
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>New server</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/628/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.628</id>
      <published>2010-10-17T13:32:52Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all
</p>
<p>
Sorry if you noticed any disruption logging on lately but the site has moved to a new server with greener credentials. 
</p>
<p>
Do you think it has made the site faster?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>IMPROVED CHATROOM</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/614/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.614</id>
      <published>2010-09-03T07:59:38Z</published>
      <updated></updated>
      <author><name>dawn</name></author>
      <content type="html">
      <![CDATA[
        <p>Well I have just been in the chatroom as it has had some improvements made! I found it to be much faster.....there are some cool new gadgets.......read the help section to find out about even more things that you can do.... Verdict: couple of things to sort out but it was really enjoyable! <img src="http://www.fish4divers.com/images/smileys/lol.gif" width="19" height="19" alt="LOL" style="border:0;" />
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>how do i get the best out of this site&#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/612/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.612</id>
      <published>2010-08-31T18:31:55Z</published>
      <updated></updated>
      <author><name>Scubapete1501</name></author>
      <content type="html">
      <![CDATA[
        <p>Being that i live in sunny Sussex by the sea, how can i make the most out of this site????
</p>
<p>
Pete
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Still can&#8217;t see who has said hi after I get an email notice! This is VERY frustrating so what&#8217;s going on!!</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/559/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.559</id>
      <published>2010-05-21T22:00:41Z</published>
      <updated></updated>
      <author><name>kelsa</name></author>
      <content type="html">
      <![CDATA[
        <p>Same thing still happening&#8230;
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Site changes</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/562/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.562</id>
      <published>2010-05-26T23:24:24Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all
</p>
<p>
After listening to feedback the forums will be undergoing some changes over next next few weeks. So if you have any thoughts or suggestions on what you would like to see or on the layout of the site as a whole please let me know everything will be considered to improve your site. 
</p>
<p>
Best wishes
</p>
<p>
Shaun
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Advertiser links not working</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/537/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.537</id>
      <published>2010-04-07T23:52:50Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all 
</p>
<p>
If you are tyring to access the advertiser links there is a minor issue in that there are two http in the address. This is being sorted out but if you click on the link and then remove one of the http in the address bar of your browser it will work. 
</p>
<p>
Sorry for the inconvenience. 
</p>
<p>
Fish4Divers
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Unable to see who has said &#8216;Hi&#8217;&#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/538/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.538</id>
      <published>2010-04-08T22:33:47Z</published>
      <updated></updated>
      <author><name>kelsa</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all
</p>
<p>
Just to say that I&#8217;ve had a few &#8216;hi&#8217; messages lately but been unable to see who they are from. any ideas why this is?? And if you have said hi to me recently, please don&#8217;t take it personal if I haven&#8217;t replied, I just don&#8217;t see who you are! Maybe send me a message instead so I can be sure to get it...?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Spammers&#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/520/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.520</id>
      <published>2010-03-24T05:28:06Z</published>
      <updated></updated>
      <author><name>Scubapete1501</name></author>
      <content type="html">
      <![CDATA[
        <p>I may be wrong and most likely am, but there seems to be a lot of new members to the site, and they were all born in 2010??? whats that about???
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>problems&#63;&#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/472/" />      
      <id>tag:fish4divers.com,2010:index.php/forums/viewthread/.472</id>
      <published>2010-02-13T05:15:35Z</published>
      <updated></updated>
      <author><name>Scubapete1501</name></author>
      <content type="html">
      <![CDATA[
        <p><span style="font-size:14px;"></span><span style="color:purple;"></span>
<br />
Please can someone tell me why the site seems to have become slow lately?
<br />
Also i do not seem to be getting any personal messages am i really that unpopular????
</p>
<p>
Pete
</p>
      ]]>
      </content>
    </entry>


</feed>
<div class='adverts-body'>

</div>
</div>


					<div class="clear_both"></div>
				</div>

				<!-- Sign Off -->
				<div id="signoff">
					<p><a href="http://www.fish4divers.com/index.php/f4d/about/">About us</a> | <a href="http://www.fish4divers.com/index.php/f4d/terms/">Disclaimer &amp; terms of use</a> | <a href="http://www.fish4divers.com/index.php/f4d/contact/">Contact us</a> | <a href="http://www.fish4divers.com/index.php/advertisers/">Advertising Info</a></p>
					<p>&#169; <strong>2012 FISH 4 DIVERS</strong> | <a href="http://www.icebergcreative.com/" target="_blank" style="color: #008fe0;">Web Site & Graphic Design</a> by Iceberg Creative</p>
					<p><a href="http://www.facebook.com/group.php?gid=21166668231" title="Find Fish4Divers on Facebook"><img src="/images/global/facebook-follow.gif" alt="Find Fish 4 Divers on Facebook"></a></p>
                                        <p>Fish4Divers.com is a registered company in England and Wales.  No. 6665283.  22, Victoria Road, St Austell, PL25 4QD</p>
				</div>

			</div>

			<!-- SKYSCRAPER -->
			<div id="skyscraper">
      <div class="advert-banner">

<a href="http://www.rescuean.com/" target="_blank">
<img src="http://www.fish4divers.com/images/uploads/reviews/ce61661c271c01c1bae48606ec0f45c8.gif" width="120" height="600" alt="" title=""  />
</a>


</div>
			</div>
			<div class="clear_both"></div>

		</div>
<script type=”text/javascript”>
var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
document.write(unescape(”%3Cscript src=’” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));
</script>
<script type=”text/javascript”>
var pageTracker = _gat._getTracker(“UA-1643618-8”);
pageTracker._initData();
pageTracker._trackPageview();
</script>
	</body>
</html>
