<!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="2008 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.1259950076' />
        <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="8374fa9328667b2f1f5ec5af567aecb03f486c53" />
<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="92cf036bb07feee4ac319198fce332eae429a709" />
<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>

				<!-- 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) 2010</rights>
    <generator uri="http://expressionengine.com/" version="1.6.4">ExpressionEngine</generator>
    <id>tag:fish4divers.com,2010:09:04</id>


    <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-21T15: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>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-31T11: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>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-26T16: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-07T16: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-08T15: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-23T22: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-12T21: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>

    <entry>
      <title>Suggestions To improve the Site.</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/334/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.334</id>
      <published>2009-11-22T16:56:42Z</published>
      <updated></updated>
      <author><name>dawn</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi guys in talks with the website designer....so if anyone has any suggestions to improve the site or any difficulties please send me a message asap! <img src="http://www.fish4divers.com/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" />
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>The Ticks &#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/333/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.333</id>
      <published>2009-11-22T11:54:23Z</published>
      <updated>2009-12-02T00:29:38Z</updated>
      <author><name>aerodive</name></author>
      <content type="html">
      <![CDATA[
        <p>what about the ticks then?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Site and Fish4divers.com Questions &#63;&#63;&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.fish4divers.com/index.php/forums/viewthread/326/" />      
      <id>tag:fish4divers.com,2009:index.php/forums/viewthread/.326</id>
      <published>2009-11-21T13:41:58Z</published>
      <updated></updated>
      <author><name>Shaun (Picto)</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all
</p>
<p>
If you have any Questions about the Site or Fish4divers.com please use this thread and I will get back to you as soon as possible. 
</p>
<p>
Any other Questions like: If a tree falls in the middle of the forest and nobody is around does it still make a noise will take me longer to answer <img src="http://www.fish4divers.com/images/smileys/lol.gif" width="19" height="19" alt="LOL" style="border:0;" /> 
</p>
<p>
Alternatively send me a private message.
</p>
<p>
Shaun
</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>2010 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.scuba-fish.com/" target="_blank">
<img src="http://www.fish4divers.com/images/uploads/reviews/abed48c9b687e0e38c955020bcbb53e7.png" width="120" height="600" alt="SCUBAFISH - Scuba Diving Dive School Ko Lanta Thailand. Eco-friendly PADI 5 Star IDC Dive Resort & Retail Centre Lanta Thailand" title="SCUBAFISH - Scuba Diving Dive School Ko Lanta Thailand. Eco-friendly PADI 5 Star IDC Dive Resort & Retail Centre Lanta Thailand"  />
</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>