1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

phpbb3.0.6 forum, Avatars for members other than adm only show up on "view Profile"

Discussion in 'PHP' started by IanT, Feb 28, 2010.

  1. IanT

    IanT Well-Known Member

    Messages:
    503
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    #21
    okay...one thing I found... when I view source in a message body window... I see this when I go into a post that I made:

    (I downloaded an avatar)

    <!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" dir="ltr" lang="en-us" xml:lang="en-us">
    <head>
     
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    <meta http-equiv="content-language" content="en-us" />
    <meta http-equiv="content-style-type" content="text/css" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta http-equiv="Page-Enter" content="blendTrans(Duration=0.5)" />
    <meta http-equiv="Page-Exit" content="blendTrans(Duration=0.5)" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <meta name="resource-type" content="document" />
    <meta name="distribution" content="global" />
    <meta name="copyright" content="Florida Bodywork Forum feat. phpBB Group" />
    <meta name="abstract" content="" />
    <meta name="description" content="" />
    <meta name="keywords" content="" />
     
    <title>Florida Bodywork Forum &bull; View topic - How did you get into bodywork as a profession?</title>
     
    <!--
        phpBB style name:          SkyLine
        Based on style:            subSilver, subSilver2 and SkyLineBlue/Green/Grey/Orange
        Original author:           Tom Beddard ( http://www.subBlue.com/ ) and Volize ( http://www.volize.com/ )
        Converted / Redesigned by: MartectX ( http://styles.martectx.de/ )
     
        NOTE: This page was generated by phpBB, the free open-source bulletin board package.
              The phpBB Group is not responsible for the content of this page and forum.
              For more information about phpBB please visit http://www.phpbb.com.
    -->
     
    <link rel="stylesheet" href="./styles/SkyLineBlue/theme/stylesheet.css" type="text/css" />
     
    <script type="text/javascript"> 
    // <![CDATA[
     
    	if (0)
    	{
    		popup('./ucp.php?i=pm&amp;mode=popup', 400, 225, '_phpbbprivmsg');
    	}
     
     
    function popup(url, width, height, name)
    {
    	if (!name)
    	{
    		name = '_popup';
    	}
     
    	window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
    	return false;
    }
     
    function jumpto()
    {
    	var page = prompt('Enter the page number you wish to go to:', '1');
    	var per_page = '';
    	var base_url = '';
     
    	if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
    	{
    		if (base_url.indexOf('?') == -1)
    		{
    			document.location.href = base_url + '?start=' + ((page - 1) * per_page);
    		}
    		else
    		{
    			document.location.href = base_url.replace(/&amp;/g, '&') + '&start=' + ((page - 1) * per_page);
    		}
    	}
    }
     
    /**
    * Find a member
    */
    function find_username(url)
    {
    	popup(url, 760, 570, '_usersearch');
    	return false;
    }
     
    /**
    * Mark/unmark checklist
    * id = ID of parent container, name = name prefix, state = state [true/false]
    */
    function marklist(id, name, state)
    {
    	var parent = document.getElementById(id);
    	if (!parent)
    	{
    		eval('parent = document.' + id);
    	}
     
    	if (!parent)
    	{
    		return;
    	}
     
    	var rb = parent.getElementsByTagName('input');
    	
    	for (var r = 0; r < rb.length; r++)
    	{
    		if (rb[r].name.substr(0, name.length) == name)
    		{
    			rb[r].checked = state;
    		}
    	}
    }
     
     
     
    // ]]>
    </script>
     
    </head>
    <body class="ltr">
     
    <a name="top"></a>
     
    <div id="wrapbody">
     
    <div id="verytop"></div>
     
    <div id="wrapheader">
     
    	<div id="headertop">
    		<div id="logo"><a href="./index.php"><img src="./styles/SkyLineBlue/imageset/site_logo.jpg" width="182" height="109" alt="" title="" /></a></div>
     
    		<div id="register">
    			
    		</div>
     
    		<div id="banner"><div style="height: 20px;"></div>
    			<h1>Florida Bodywork Forum</h1>
    			<span class="gen"><a class="sitedescription" href="./index.php" onmouseover="this.style.cursor='text'" style="text-decoration: none;">A Forum for Massage and Bodywork Professionals In Florida To Network, Teach, and Learn.</a></span>
    		</div>
     
    		<div id="menudiv">
    			<table id="menubar" cellspacing="0">
    			<tr>
    				<td width="2%"><img src="./images/spacer.gif" width="182" height="1" alt="*" /></td>
     
    				<td width="7%"><a href="./index.php"><img src="./styles/SkyLineBlue/imageset/en_us/button_home.gif" alt="Home" /></a></td>
    				<td width="2%"><img src="./styles/SkyLineBlue/theme/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
     
    				<td width="7%"><a href="./faq.php"><img src="./styles/SkyLineBlue/imageset/en_us/button_faq.gif" alt="FAQ" /></a></td>
    				<td width="2%"><img src="./styles/SkyLineBlue/theme/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
     
    				
    					<td width="10%"><a href="./search.php"><img src="./styles/SkyLineBlue/imageset/en_us/button_search.gif" alt="Advanced search" /></a></td>
    					<td width="2%"><img src="./styles/SkyLineBlue/theme/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
    				
    						<td width="10%"><a href="./memberlist.php"><img src="./styles/SkyLineBlue/imageset/en_us/button_memberlist.gif" alt="View complete list of members" /></a></td>
    						<td width="2%"><img src="./styles/SkyLineBlue/theme/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
    					
    						<td width="10%"><a href="./ucp.php"><img src="./styles/SkyLineBlue/imageset/en_us/button_settings.gif" alt="Settings" /></a></td>
    						<td width="2%"><img src="./styles/SkyLineBlue/theme/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
    						
    								<td width="10%"><a href="./ucp.php?i=pm&amp;folder=inbox"><img src="./styles/SkyLineBlue/imageset/en_us/button_privatemsgs.gif" alt="Private messaging" /></a></td>
    							
    							<td width="2%"><img src="./styles/SkyLineBlue/theme/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
    						
    						<td width="10%"><a href="./ucp.php?mode=logout&amp;sid=cb2b9e93f666669e328278df87c46794"><img src="./styles/SkyLineBlue/imageset/en_us/button_logout.gif" alt="Logout" /></a></td>
    					
     
    				<td width="5%" align="right"><img src="./styles/SkyLineBlue/theme/images/panel_2_cap.gif" width="22" height="28" alt="*" /></td>
    			</tr>
    			</table>
    		</div>
    	</div>
     
    	<div id="headerbottom">
    	
    	<div id="search-box">
    		<form method="post" id="topic-search" action="./search.php?t=12">
    			<input class="inputbox search tiny"  type="text" name="keywords" id="search_keywords" size="22" value="Search this topic…" onclick="if(this.value=='Search this topic…')this.value='';" onblur="if(this.value=='')this.value='Search this topic…';" />
    			<input class="button1" type="submit" value="Search" />
    			<input type="hidden" value="12" name="t" />
    			<input type="hidden" value="msgonly" name="sf" />
    		</form>
    		<div class="lupe"></div>
    	</div>
     
     
    	</div>
     
    </div>
     
    <div id="wrapcentre">
     
    	<table width="100%" cellspacing="0">
    	<tr valign="top">
    		<td class="gensmall" width="25%">
    			Last visit was: Mon Mar 01, 2010 12:09 pm<br />It is currently Mon Mar 01, 2010 12:41 pm
    			
    		</td>
     
    		
    			<td align="center" valign="middle"><h2><a class="titles" href="./viewtopic.php?f=7&amp;t=12&amp;start=0">How did you get into bodywork as a profession?</a></h2></td>
    		
    			<td class="gensmall" width="20%" align="right">
    			
    				<a href="./search.php?search_id=newposts">View new posts</a><br />
    				<a href="./search.php?search_id=egosearch">View your posts</a><br />
    			
    			<a href="./search.php?search_id=active_topics">View active topics</a>
    			</td>
    		
    	</tr>
    	</table>
     
    	<br clear="all" />
    	<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
    	<tr>
    		<td class="row1">
    			<p class="breadcrumbs"><a href="./index.php">Board index</a> » <a href="./viewforum.php?f=13">Therapeutic Massage &amp; Bodywork Forum</a> » <a href="./viewforum.php?f=7">The Therapeutic Massage Forum</a></p>
    			<p class="datetime">All times are UTC - 6 hours [ <abbr title="Daylight Saving Time">DST</abbr> ]</p>
    		</td>
    	</tr>
    	</table>
    	<br clear="all" />
     
    <div id="pageheader">
     
    </div>
     
    <div id="pagecontent">
     
    	<table width="100%" cellspacing="1">
    	<tr>
    		<td align="left" valign="middle" nowrap="nowrap">
    		<a href="./posting.php?mode=post&amp;f=7"><img src="./styles/SkyLineBlue/imageset/en_us/button_topic_new.gif" alt="Post new topic" title="Post new topic" /></a>&nbsp;<a href="./posting.php?mode=reply&amp;f=7&amp;t=12"><img src="./styles/SkyLineBlue/imageset/en_us/button_topic_reply.gif" alt="Reply to topic" title="Reply to topic" /></a>
    		</td>
    		
    			<td class="nav" valign="middle" nowrap="nowrap">&nbsp;Page <strong>1</strong> of <strong>1</strong><br /></td>
    			<td class="gensmall" nowrap="nowrap">&nbsp;[ 1 post ]&nbsp;</td>
    			<td class="gensmall" width="100%" align="right" nowrap="nowrap"></td>
    		
    	</tr>
    	</table>
     
    	<table class="tablebg" width="100%" cellspacing="1">
    	<tr>
    		<td class="cat">
    			<table width="100%" cellspacing="0">
    			<tr>
    				<td class="nav" nowrap="nowrap">&nbsp;
    				<a href="./viewtopic.php?uid=2&amp;f=7&amp;t=12&amp;watch=topic&amp;start=0&amp;hash=0086b7a0" title="Subscribe topic">Subscribe topic</a> | <a href="./viewtopic.php?f=7&amp;t=12&amp;start=0&amp;bookmark=1&amp;hash=0086b7a0" title="Bookmark topic">Bookmark topic</a> | <a href="./viewtopic.php?f=7&amp;t=12&amp;start=0&amp;view=print" title="Print view">Print view</a> | <a href="./memberlist.php?mode=email&amp;t=12" title="E-mail friend">E-mail friend</a>
    				</td>
    				<td class="nav" align="right" nowrap="nowrap"><a href="./viewtopic.php?f=7&amp;t=12&amp;view=previous">Previous topic</a> | <a href="./viewtopic.php?f=7&amp;t=12&amp;view=next">Next topic</a>&nbsp;</td>
    			</tr>
    			</table>
    		</td>
    	</tr>
     
    	</table>
     
     
    	<div class="tablediv"></div>
    	<table class="tablebg" width="100%" cellspacing="1">
    	
    		<tr>
    			<th>Author</th>
    			<th>Message</th>
    		</tr>
    	<tr class="row1">
    			<td style="background: url('./styles/SkyLineBlue/theme/images/user_online_row1.gif') no-repeat center center;" align="center" valign="middle">
    				<a name="p12"></a>
    				<b class="postauthor" style="color: #AA0000">IanT</b>
    			</td>
    			<td class="zeropadsmall" width="100%" height="25">
    				<table width="100%" cellspacing="0">
    				<tr>
    				
    				<td class="gensmall" width="100%">&nbsp;<a href="./viewtopic.php?p=12#p12"><img src="./styles/SkyLineBlue/imageset/icon_post_target.gif" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Thu Feb 25, 2010 5:42 pm&nbsp;</td>
    				<td class="gensmall" valign="top" nowrap="nowrap"><a href="./posting.php?mode=quote&amp;f=7&amp;p=12"><img src="./styles/SkyLineBlue/imageset/en_us/icon_post_quote.gif" alt="Reply with quote" title="Reply with quote" /></a> <a href="./posting.php?mode=edit&amp;f=7&amp;p=12"><img src="./styles/SkyLineBlue/imageset/en_us/icon_post_edit.gif" alt="Edit post" title="Edit post" /></a> <a href="./report.php?f=7&amp;p=12"><img src="./styles/SkyLineBlue/imageset/en_us/icon_post_report.gif" alt="Report this post" title="Report this post" /></a>&nbsp;</td>
    				</tr>
    				</table>
    			</td>
    		</tr>
    		
    		<tr class="row1">
     
    			<td valign="top" class="profile">
    				<table cellspacing="0" cellpadding="0" align="center" width="150">
    			
    				<tr>
    					<td class="postdetails">Site Admin</td>
    				</tr>
    			
    				<tr>
    					<td class="postdetails"><img src="./download/file.php?avatar=2_1267465245.jpg" width="100" height="71" alt="User avatar" /></td>
    				</tr>
    			
    				</table>
     
    				<span class="postdetails">
    					<br /><b>Joined:</b> Thu Feb 25, 2010 2:03 am<br /><b>Posts:</b> 14<br /><b>Location:</b> Lake Mary, FL
    				</span>
     
    			</td>
    			<td valign="top">
    				<table width="100%" cellspacing="5">
    				<tr>
    					<td>
    					
     
    						<div class="postbody">Bodywork is not only a profession and career... it is a lifestyle. <br /><br />How did you get into the Bodywork profession?<br /><br />I will start...<br /><br />&quot;I am but a candle lit by the flame of the eternal sun&quot;<br /><br />After moving down to FL from NY, Graduating from UCF with a B.S. in Psychology and consequently deciding that I did not want to follow the Psychology path further... I moved to Bradenton to be closer to the beach. It was sort of the path of least resistance. I had been working full time in the Restaurant industry and was loathing it... I wanted to break free from the industry and pursue a career I enjoyed. After a few months of living here I met someone who had attended the Sarasota School of Massage Therapy who got me very interested in the program. I called up and went to the school to check it out, and decided to go for it.<br /><br />All of my life I have enjoyed working with my hands. I was raised in a health-conscious household which eventually led me to research Natural Healing as a profession (and producing my own soaps, lotions and millions of other DIY projects). I remember massaging my Mother and her friends since I was about 9 years old, I remember how good people used to feel after I would massage them; smiling and thankful. I remember how good that made me feel...I had the ability to help someone feel good. That was a powerful realization for me! <br /><br /> I could not be happier now, it feels so wonderful to be doing something now that makes a difference. Every day that I practice I have the potential to make someone's day! How awesome is THAT! <br /><br />.<br /><br />This is most definitely only the beginning. I have plans to further my education in the Natural and Holistic health fields, possibly Acupuncture and Naturopathy.<br /><br />Alright.... so that was my story of what made me decide to get into bodywork, now its your turn!</div>
     
    					
    						<span class="postbody"><br />_________________<br /><a href="http://www.baybreezebodyworks.com" class="postlink">Massage in Lake Mary</a> | <a href="http://www.pubalgia.info" class="postlink">Information about Groin Pain, Gilmore's Groin and Pubalgia.</a> |<br /> <a href="Http://www.SMFtutorials.com" class="postlink">Soap and Craft Making Tutorials</a></span>
    					<br clear="all" /><br />
     
    					</td>
    				</tr>
    				</table>
    			</td>
    		</tr>
     
    		<tr class="row1">
     
    			<td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
    			<td>
    				<div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=2"><img src="./styles/SkyLineBlue/imageset/en_us/icon_user_profile.gif" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=12"><img src="./styles/SkyLineBlue/imageset/en_us/icon_contact_pm.gif" alt="Send private message" title="Send private message" /></a> <a href="mailto:admin@floridabodyworkforum.com"><img src="./styles/SkyLineBlue/imageset/en_us/icon_contact_email.gif" alt="E-mail" title="E-mail" /></a> <a href="http://www.BayBreezeBodyworks.com" title="WWW: http://www.BayBreezeBodyworks.com" target="_blank"><img src="./styles/SkyLineBlue/imageset/en_us/icon_contact_www.gif" alt="WWW" title="WWW" /></a> &nbsp;</div>
    				<div class="gensmall" style="float: right;">
    					<a href="./mcp.php?i=main&amp;mode=post_details&amp;f=7&amp;p=12&amp;sid=cb2b9e93f666669e328278df87c46794"><img src="./styles/SkyLineBlue/imageset/en_us/icon_post_info.gif" alt="Post details" title="Post details" /></a> <a href="./posting.php?mode=delete&amp;f=7&amp;p=12"><img src="./styles/SkyLineBlue/imageset/en_us/icon_post_delete.gif" alt="Delete post" title="Delete post" /></a> 
    				</div>
    			</td>
    	
    		</tr>
    	</table>
    	<div class="tablediv"></div>
     
    	<table width="100%" cellspacing="1" class="tablebg">
    	<tr align="center">
    		<td class="cat"><form name="viewtopic" method="post" action="./viewtopic.php?f=7&amp;t=12&amp;start=0"><span class="gensmall">Display posts from previous:</span> <select name="st" id="st"><option value="0" selected="selected">All posts</option><option value="1">1 day</option><option value="7">7 days</option><option value="14">2 weeks</option><option value="30">1 month</option><option value="90">3 months</option><option value="180">6 months</option><option value="365">1 year</option></select>&nbsp;<span class="gensmall">Sort by</span> <select name="sk" id="sk"><option value="a">Author</option><option value="t" selected="selected">Post time</option><option value="s">Subject</option></select> <select name="sd" id="sd"><option value="a" selected="selected">Ascending</option><option value="d">Descending</option></select>&nbsp;<input class="btnlite" type="submit" value="Go" name="sort" /></form></td>
    	</tr>
    	</table>
    	
     
    	<table width="100%" cellspacing="1">
    	<tr>
    		<td align="left" valign="middle" nowrap="nowrap">
    		<a href="./posting.php?mode=post&amp;f=7"><img src="./styles/SkyLineBlue/imageset/en_us/button_topic_new.gif" alt="Post new topic" title="Post new topic" /></a>&nbsp;<a href="./posting.php?mode=reply&amp;f=7&amp;t=12"><img src="./styles/SkyLineBlue/imageset/en_us/button_topic_reply.gif" alt="Reply to topic" title="Reply to topic" /></a>
    		</td>
    		
    			<td class="nav" valign="middle" nowrap="nowrap">&nbsp;Page <strong>1</strong> of <strong>1</strong><br /></td>
    			<td class="gensmall" nowrap="nowrap">&nbsp;[ 1 post ]&nbsp;</td>
    			<td class="gensmall" width="100%" align="right" nowrap="nowrap"></td>
    		
    	</tr>
    	</table>
     
    </div>
     
    <div id="pagefooter"></div>
     
    <br clear="all" />
     
    <table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
    	<tr>
    		<td class="row1">
    			<p class="breadcrumbs"><a href="./index.php">Board index</a> » <a href="./viewforum.php?f=13">Therapeutic Massage &amp; Bodywork Forum</a> » <a href="./viewforum.php?f=7">The Therapeutic Massage Forum</a></p>
    			<p class="datetime">All times are UTC - 6 hours [ <abbr title="Daylight Saving Time">DST</abbr> ]</p>
    		</td>
    	</tr>
    	</table>
    	<br clear="all" />
     
    	<table class="tablebg" width="100%" cellspacing="1">
    	<tr>
    		<td class="cat"><h4>Who is online</h4></td>
    	</tr>
    	<tr>
    		<td class="row1"><p class="gensmall">Users browsing this forum: <a href="./memberlist.php?mode=viewprofile&amp;u=2" style="color: #AA0000;" class="username-coloured">IanT</a> and 0 guests</p></td>
    	</tr>
    	</table>
     
     
    <br clear="all" />
     
    <table width="100%" cellspacing="1">
    <tr>
    	<td width="40%" valign="top" nowrap="nowrap" align="left"><form method="post" action="./mcp.php?f=7&amp;t=12&amp;start=0&amp;quickmod=1&amp;redirect=.%2Fviewtopic.php%3Ff%3D7%26t%3D12%26start%3D0&amp;sid=cb2b9e93f666669e328278df87c46794"><span class="gensmall">Quick-mod tools:</span> <select name="action" id="quick-mod-select"><option value="lock">Lock topic</option><option value="delete_topic">Delete topic</option><option value="move">Move topic</option><option value="split">Split topic</option><option value="merge">Merge posts</option><option value="merge_topic">Merge topic</option><option value="fork">Copy topic</option><option value="make_sticky">Change to “Sticky”</option><option value="make_announce">Change to “Announcement”</option><option value="make_global">Change to “Global”</option><option value="topic_logs">View logs</option></select> <input class="btnlite" type="submit" value="Go" /></form></td>
    	<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">You <strong>can</strong> post new topics in this forum<br />You <strong>can</strong> reply to topics in this forum<br />You <strong>can</strong> edit your posts in this forum<br />You <strong>can</strong> delete your posts in this forum<br /></span></td>
    </tr>
    </table>
     
    <br clear="all" />
     
    <table width="100%" cellspacing="0">
    <tr>
    	<td><form method="post" name="search" action="./search.php?t=12"><span class="gensmall">Search for:</span> <input class="post" type="text" name="keywords" size="20" /> <input class="btnlite" type="submit" value="Go" /></form></td>
    	<td align="right">
    	<form method="post" name="jumpbox" action="./viewforum.php" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
     
    	<table cellspacing="0" cellpadding="0" border="0">
    	<tr>
    		<td nowrap="nowrap"><span class="gensmall">Jump to:</span>&nbsp;<select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
     
    		
    			<option value="-1">Select a forum</option>
    		<option value="-1">------------------</option>
    			<option value="13">Therapeutic Massage &amp; Bodywork Forum</option>
    		
    			<option value="3">&nbsp; &nbsp;The Introduction Forum</option>
    		
    			<option value="7" selected="selected">&nbsp; &nbsp;The Therapeutic Massage Forum</option>
    		
    			<option value="8">&nbsp; &nbsp;The Anatomy and Physiology Forum</option>
    		
    			<option value="9">&nbsp; &nbsp;The Research Forum</option>
    		
    			<option value="10">&nbsp; &nbsp;The Event Forum</option>
    		
    			<option value="12">General Forum</option>
    		
    			<option value="4">&nbsp; &nbsp;The Lounge Forum</option>
    		
    			<option value="5">&nbsp; &nbsp;The Classified Forum</option>
    		
    			<option value="6">&nbsp; &nbsp;The Help and Troubleshooting Forum</option>
    		
    			<option value="14">Lifestyle Forum</option>
    		
    			<option value="11">&nbsp; &nbsp;The Green Living Forum</option>
    		
     
    		</select>&nbsp;<input class="btnlite" type="submit" value="Go" /></td>
    	</tr>
    	</table>
     
    	</form>
    </td>
    </tr>
    </table>
     
     
    </div>
     
    <!--
    	We request you retain the full copyright notice below including the link to www.phpbb.com.
    	This not only gives respect to the large amount of time given freely by the developers
    	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
    	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
    	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
    	forums may be affected.
     
    	The phpBB Group : 2006
    //-->
     
    	<br clear="all" /><div class="gensmall" style="text-align: center;">[ <a href="./mcp.php?i=main&amp;mode=topic_view&amp;f=7&amp;t=12&amp;start=0&amp;sid=cb2b9e93f666669e328278df87c46794">Moderator Control Panel</a> ]</div><div class="gensmall" style="text-align: center;">[ <a href="./adm/index.php?sid=cb2b9e93f666669e328278df87c46794">Administration Control Panel</a> ]</div>
    <br /><br />
     
    <div id="wrapfooter">
    	<div id="footerlink"><a href="#top"><img src="./styles/SkyLineBlue/theme/images/footer_backtotop.gif" width="44" height="60" border="0" alt="Top" /></a></div>
     
    	<table width="100%" cellspacing="0">
    	<tr>
    		<td height="32" align="center">
    			<span class="copyright">Powered by <a href="http://www.phpbb.com/" target="_blank">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group &bull; Localized by <a href="http://twitter.com/maelsoucaze">Maël Soucaze</a> &copy; 2010 <a href="http://www.phpbb.fr/">phpBB.fr</a><br />Style originally created by <a href="http://www.volize.com">Volize</a> &copy; 2003 &bull; Redesigned SkyLine by <a href="http://styles.martectx.de">MartectX</a> &copy; 2008 - 2009</span>
    		</td>
    	</tr>
    	</table>
     
    </div>
     
    <div id="verybottom"></div>
     
    </div>
    </body>
    </html>
    
    Code (markup):

    this one does have an avatar, but its because I uploaded it individually... as opposed to the one below:

    which doesnt even mention it!!! AGH!
     
    IanT, Mar 1, 2010 IP
  2. IanT

    IanT Well-Known Member

    Messages:
    503
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    #22
    <!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" dir="ltr" lang="en-us" xml:lang="en-us">
    <head>
     
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    <meta http-equiv="content-language" content="en-us" />
    <meta http-equiv="content-style-type" content="text/css" />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta http-equiv="Page-Enter" content="blendTrans(Duration=0.5)" />
    <meta http-equiv="Page-Exit" content="blendTrans(Duration=0.5)" />
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <meta name="resource-type" content="document" />
    <meta name="distribution" content="global" />
    <meta name="copyright" content="Florida Bodywork Forum feat. phpBB Group" />
    <meta name="abstract" content="" />
    <meta name="description" content="" />
    <meta name="keywords" content="" />
     
    <title>Florida Bodywork Forum &bull; View topic - hello!</title>
     
    <!--
        phpBB style name:          SkyLine
        Based on style:            subSilver, subSilver2 and SkyLineBlue/Green/Grey/Orange
        Original author:           Tom Beddard ( http://www.subBlue.com/ ) and Volize ( http://www.volize.com/ )
        Converted / Redesigned by: MartectX ( http://styles.martectx.de/ )
     
        NOTE: This page was generated by phpBB, the free open-source bulletin board package.
              The phpBB Group is not responsible for the content of this page and forum.
              For more information about phpBB please visit http://www.phpbb.com.
    -->
     
    <link rel="stylesheet" href="./styles/SkyLineBlue/theme/stylesheet.css" type="text/css" />
     
    <script type="text/javascript"> 
    // <![CDATA[
     
    	if (0)
    	{
    		popup('./ucp.php?i=pm&amp;mode=popup', 400, 225, '_phpbbprivmsg');
    	}
     
     
    function popup(url, width, height, name)
    {
    	if (!name)
    	{
    		name = '_popup';
    	}
     
    	window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
    	return false;
    }
     
    function jumpto()
    {
    	var page = prompt('Enter the page number you wish to go to:', '1');
    	var per_page = '';
    	var base_url = '';
     
    	if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
    	{
    		if (base_url.indexOf('?') == -1)
    		{
    			document.location.href = base_url + '?start=' + ((page - 1) * per_page);
    		}
    		else
    		{
    			document.location.href = base_url.replace(/&amp;/g, '&') + '&start=' + ((page - 1) * per_page);
    		}
    	}
    }
     
    /**
    * Find a member
    */
    function find_username(url)
    {
    	popup(url, 760, 570, '_usersearch');
    	return false;
    }
     
    /**
    * Mark/unmark checklist
    * id = ID of parent container, name = name prefix, state = state [true/false]
    */
    function marklist(id, name, state)
    {
    	var parent = document.getElementById(id);
    	if (!parent)
    	{
    		eval('parent = document.' + id);
    	}
     
    	if (!parent)
    	{
    		return;
    	}
     
    	var rb = parent.getElementsByTagName('input');
    	
    	for (var r = 0; r < rb.length; r++)
    	{
    		if (rb[r].name.substr(0, name.length) == name)
    		{
    			rb[r].checked = state;
    		}
    	}
    }
     
     
     
    // ]]>
    </script>
     
    </head>
    <body class="ltr">
     
    <a name="top"></a>
     
    <div id="wrapbody">
     
    <div id="verytop"></div>
     
    <div id="wrapheader">
     
    	<div id="headertop">
    		<div id="logo"><a href="./index.php"><img src="./styles/SkyLineBlue/imageset/site_logo.jpg" width="182" height="109" alt="" title="" /></a></div>
     
    		<div id="register">
    			
    		</div>
     
    		<div id="banner"><div style="height: 20px;"></div>
    			<h1>Florida Bodywork Forum</h1>
    			<span class="gen"><a class="sitedescription" href="./index.php" onmouseover="this.style.cursor='text'" style="text-decoration: none;">A Forum for Massage and Bodywork Professionals In Florida To Network, Teach, and Learn.</a></span>
    		</div>
     
    		<div id="menudiv">
    			<table id="menubar" cellspacing="0">
    			<tr>
    				<td width="2%"><img src="./images/spacer.gif" width="182" height="1" alt="*" /></td>
     
    				<td width="7%"><a href="./index.php"><img src="./styles/SkyLineBlue/imageset/en_us/button_home.gif" alt="Home" /></a></td>
    				<td width="2%"><img src="./styles/SkyLineBlue/theme/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
     
    				<td width="7%"><a href="./faq.php"><img src="./styles/SkyLineBlue/imageset/en_us/button_faq.gif" alt="FAQ" /></a></td>
    				<td width="2%"><img src="./styles/SkyLineBlue/theme/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
     
    				
    					<td width="10%"><a href="./search.php"><img src="./styles/SkyLineBlue/imageset/en_us/button_search.gif" alt="Advanced search" /></a></td>
    					<td width="2%"><img src="./styles/SkyLineBlue/theme/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
    				
    						<td width="10%"><a href="./memberlist.php"><img src="./styles/SkyLineBlue/imageset/en_us/button_memberlist.gif" alt="View complete list of members" /></a></td>
    						<td width="2%"><img src="./styles/SkyLineBlue/theme/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
    					
    						<td width="10%"><a href="./ucp.php"><img src="./styles/SkyLineBlue/imageset/en_us/button_settings.gif" alt="Settings" /></a></td>
    						<td width="2%"><img src="./styles/SkyLineBlue/theme/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
    						
    								<td width="10%"><a href="./ucp.php?i=pm&amp;folder=inbox"><img src="./styles/SkyLineBlue/imageset/en_us/button_privatemsgs.gif" alt="Private messaging" /></a></td>
    							
    							<td width="2%"><img src="./styles/SkyLineBlue/theme/images/nav_2_gap.gif" width="5" height="28" alt="*" /></td>
    						
    						<td width="10%"><a href="./ucp.php?mode=logout&amp;sid=cb2b9e93f666669e328278df87c46794"><img src="./styles/SkyLineBlue/imageset/en_us/button_logout.gif" alt="Logout" /></a></td>
    					
     
    				<td width="5%" align="right"><img src="./styles/SkyLineBlue/theme/images/panel_2_cap.gif" width="22" height="28" alt="*" /></td>
    			</tr>
    			</table>
    		</div>
    	</div>
     
    	<div id="headerbottom">
    	
    	<div id="search-box">
    		<form method="post" id="topic-search" action="./search.php?t=16">
    			<input class="inputbox search tiny"  type="text" name="keywords" id="search_keywords" size="22" value="Search this topic…" onclick="if(this.value=='Search this topic…')this.value='';" onblur="if(this.value=='')this.value='Search this topic…';" />
    			<input class="button1" type="submit" value="Search" />
    			<input type="hidden" value="16" name="t" />
    			<input type="hidden" value="msgonly" name="sf" />
    		</form>
    		<div class="lupe"></div>
    	</div>
     
     
    	</div>
     
    </div>
     
    <div id="wrapcentre">
     
    	<table width="100%" cellspacing="0">
    	<tr valign="top">
    		<td class="gensmall" width="25%">
    			Last visit was: Mon Mar 01, 2010 12:09 pm<br />It is currently Mon Mar 01, 2010 12:42 pm
    			
    		</td>
     
    		
    			<td align="center" valign="middle"><h2><a class="titles" href="./viewtopic.php?f=3&amp;t=16&amp;start=0">hello!</a></h2></td>
    		
    			<td class="gensmall" width="20%" align="right">
    			
    				<a href="./search.php?search_id=newposts">View new posts</a><br />
    				<a href="./search.php?search_id=egosearch">View your posts</a><br />
    			
    			<a href="./search.php?search_id=active_topics">View active topics</a>
    			</td>
    		
    	</tr>
    	</table>
     
    	<br clear="all" />
    	<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
    	<tr>
    		<td class="row1">
    			<p class="breadcrumbs"><a href="./index.php">Board index</a> » <a href="./viewforum.php?f=13">Therapeutic Massage &amp; Bodywork Forum</a> » <a href="./viewforum.php?f=3">The Introduction Forum</a></p>
    			<p class="datetime">All times are UTC - 6 hours [ <abbr title="Daylight Saving Time">DST</abbr> ]</p>
    		</td>
    	</tr>
    	</table>
    	<br clear="all" />
     
    <div id="pageheader">
     
    </div>
     
    <div id="pagecontent">
     
    	<table width="100%" cellspacing="1">
    	<tr>
    		<td align="left" valign="middle" nowrap="nowrap">
    		<a href="./posting.php?mode=post&amp;f=3"><img src="./styles/SkyLineBlue/imageset/en_us/button_topic_new.gif" alt="Post new topic" title="Post new topic" /></a>&nbsp;<a href="./posting.php?mode=reply&amp;f=3&amp;t=16"><img src="./styles/SkyLineBlue/imageset/en_us/button_topic_reply.gif" alt="Reply to topic" title="Reply to topic" /></a>
    		</td>
    		
    			<td class="nav" valign="middle" nowrap="nowrap">&nbsp;Page <strong>1</strong> of <strong>1</strong><br /></td>
    			<td class="gensmall" nowrap="nowrap">&nbsp;[ 1 post ]&nbsp;</td>
    			<td class="gensmall" width="100%" align="right" nowrap="nowrap"></td>
    		
    	</tr>
    	</table>
     
    	<table class="tablebg" width="100%" cellspacing="1">
    	<tr>
    		<td class="cat">
    			<table width="100%" cellspacing="0">
    			<tr>
    				<td class="nav" nowrap="nowrap">&nbsp;
    				<a href="./viewtopic.php?uid=2&amp;f=3&amp;t=16&amp;watch=topic&amp;start=0&amp;hash=75c65217" title="Subscribe topic">Subscribe topic</a> | <a href="./viewtopic.php?f=3&amp;t=16&amp;start=0&amp;bookmark=1&amp;hash=75c65217" title="Bookmark topic">Bookmark topic</a> | <a href="./viewtopic.php?f=3&amp;t=16&amp;start=0&amp;view=print" title="Print view">Print view</a> | <a href="./memberlist.php?mode=email&amp;t=16" title="E-mail friend">E-mail friend</a>
    				</td>
    				<td class="nav" align="right" nowrap="nowrap"><a href="./viewtopic.php?f=3&amp;t=16&amp;view=previous">Previous topic</a> | <a href="./viewtopic.php?f=3&amp;t=16&amp;view=next">Next topic</a>&nbsp;</td>
    			</tr>
    			</table>
    		</td>
    	</tr>
     
    	</table>
     
     
    	<div class="tablediv"></div>
    	<table class="tablebg" width="100%" cellspacing="1">
    	
    		<tr>
    			<th>Author</th>
    			<th>Message</th>
    		</tr>
    	<tr class="row1">
    			<td align="center" valign="middle">
    				<a name="p25"></a>
    				<b class="postauthor">Peacewalker</b>
    			</td>
    			<td class="zeropadsmall" width="100%" height="25">
    				<table width="100%" cellspacing="0">
    				<tr>
    				
    				<td class="gensmall" width="100%">&nbsp;<a href="./viewtopic.php?p=25#p25"><img src="./styles/SkyLineBlue/imageset/icon_post_target.gif" width="12" height="9" alt="Post" title="Post" /></a><b>Posted:</b> Sat Feb 27, 2010 4:52 pm&nbsp;</td>
    				<td class="gensmall" valign="top" nowrap="nowrap"><a href="./posting.php?mode=quote&amp;f=3&amp;p=25"><img src="./styles/SkyLineBlue/imageset/en_us/icon_post_quote.gif" alt="Reply with quote" title="Reply with quote" /></a> <a href="./posting.php?mode=edit&amp;f=3&amp;p=25"><img src="./styles/SkyLineBlue/imageset/en_us/icon_post_edit.gif" alt="Edit post" title="Edit post" /></a> <a href="./report.php?f=3&amp;p=25"><img src="./styles/SkyLineBlue/imageset/en_us/icon_post_report.gif" alt="Report this post" title="Report this post" /></a>&nbsp;</td>
    				</tr>
    				</table>
    			</td>
    		</tr>
    		
    		<tr class="row1">
     
    			<td valign="top" class="profile">
    				<table cellspacing="0" cellpadding="0" align="center" width="150">
    			
    				</table>
     
    				<span class="postdetails">
    					<br /><b>Joined:</b> Sat Feb 27, 2010 4:50 pm<br /><b>Posts:</b> 1
    				</span>
     
    			</td>
    			<td valign="top">
    				<table width="100%" cellspacing="5">
    				<tr>
    					<td>
    					
     
    						<div class="postbody">new to <!-- w --><a class="postlink" href="http://www.floridabodyworforum.com">www.floridabodyworforum.com</a><!-- w -->, just wanted to introduce myself and say hi! <img src="./images/smilies/icon_lol.gif" alt=":lol:" title="Laughing" />  <img src="./images/smilies/icon_lol.gif" alt=":lol:" title="Laughing" />  <img src="./images/smilies/icon_e_biggrin.gif" alt=":D" title="Very Happy" /></div>
     
    					<br clear="all" /><br />
     
    					</td>
    				</tr>
    				</table>
    			</td>
    		</tr>
     
    		<tr class="row1">
     
    			<td class="profile"><strong><a href="#wrapheader">Top</a></strong></td>
    			<td>
    				<div class="gensmall" style="float: left;">&nbsp;<a href="./memberlist.php?mode=viewprofile&amp;u=55"><img src="./styles/SkyLineBlue/imageset/en_us/icon_user_profile.gif" alt="Profile" title="Profile" /></a> <a href="./ucp.php?i=pm&amp;mode=compose&amp;action=quotepost&amp;p=25"><img src="./styles/SkyLineBlue/imageset/en_us/icon_contact_pm.gif" alt="Send private message" title="Send private message" /></a> <a href="mailto:ian@pubalgia.info"><img src="./styles/SkyLineBlue/imageset/en_us/icon_contact_email.gif" alt="E-mail" title="E-mail" /></a> &nbsp;</div>
    				<div class="gensmall" style="float: right;">
    					<a href="./mcp.php?i=main&amp;mode=post_details&amp;f=3&amp;p=25&amp;sid=cb2b9e93f666669e328278df87c46794"><img src="./styles/SkyLineBlue/imageset/en_us/icon_post_info.gif" alt="Post details" title="Post details" /></a> <a href="./mcp.php?i=warn&amp;mode=warn_post&amp;f=3&amp;p=25&amp;sid=cb2b9e93f666669e328278df87c46794"><img src="./styles/SkyLineBlue/imageset/en_us/icon_user_warn.gif" alt="Warn user" title="Warn user" /></a> <a href="./posting.php?mode=delete&amp;f=3&amp;p=25"><img src="./styles/SkyLineBlue/imageset/en_us/icon_post_delete.gif" alt="Delete post" title="Delete post" /></a> 
    				</div>
    			</td>
    	
    		</tr>
    	</table>
    	<div class="tablediv"></div>
     
    	<table width="100%" cellspacing="1" class="tablebg">
    	<tr align="center">
    		<td class="cat"><form name="viewtopic" method="post" action="./viewtopic.php?f=3&amp;t=16&amp;start=0"><span class="gensmall">Display posts from previous:</span> <select name="st" id="st"><option value="0" selected="selected">All posts</option><option value="1">1 day</option><option value="7">7 days</option><option value="14">2 weeks</option><option value="30">1 month</option><option value="90">3 months</option><option value="180">6 months</option><option value="365">1 year</option></select>&nbsp;<span class="gensmall">Sort by</span> <select name="sk" id="sk"><option value="a">Author</option><option value="t" selected="selected">Post time</option><option value="s">Subject</option></select> <select name="sd" id="sd"><option value="a" selected="selected">Ascending</option><option value="d">Descending</option></select>&nbsp;<input class="btnlite" type="submit" value="Go" name="sort" /></form></td>
    	</tr>
    	</table>
    	
     
    	<table width="100%" cellspacing="1">
    	<tr>
    		<td align="left" valign="middle" nowrap="nowrap">
    		<a href="./posting.php?mode=post&amp;f=3"><img src="./styles/SkyLineBlue/imageset/en_us/button_topic_new.gif" alt="Post new topic" title="Post new topic" /></a>&nbsp;<a href="./posting.php?mode=reply&amp;f=3&amp;t=16"><img src="./styles/SkyLineBlue/imageset/en_us/button_topic_reply.gif" alt="Reply to topic" title="Reply to topic" /></a>
    		</td>
    		
    			<td class="nav" valign="middle" nowrap="nowrap">&nbsp;Page <strong>1</strong> of <strong>1</strong><br /></td>
    			<td class="gensmall" nowrap="nowrap">&nbsp;[ 1 post ]&nbsp;</td>
    			<td class="gensmall" width="100%" align="right" nowrap="nowrap"></td>
    		
    	</tr>
    	</table>
     
    </div>
     
    <div id="pagefooter"></div>
     
    <br clear="all" />
     
    <table class="tablebg" width="100%" cellspacing="1" cellpadding="0" style="margin-top: 5px;">
    	<tr>
    		<td class="row1">
    			<p class="breadcrumbs"><a href="./index.php">Board index</a> » <a href="./viewforum.php?f=13">Therapeutic Massage &amp; Bodywork Forum</a> » <a href="./viewforum.php?f=3">The Introduction Forum</a></p>
    			<p class="datetime">All times are UTC - 6 hours [ <abbr title="Daylight Saving Time">DST</abbr> ]</p>
    		</td>
    	</tr>
    	</table>
    	<br clear="all" />
     
    	<table class="tablebg" width="100%" cellspacing="1">
    	<tr>
    		<td class="cat"><h4>Who is online</h4></td>
    	</tr>
    	<tr>
    		<td class="row1"><p class="gensmall">Users browsing this forum: <a href="./memberlist.php?mode=viewprofile&amp;u=2" style="color: #AA0000;" class="username-coloured">IanT</a> and 1 guest</p></td>
    	</tr>
    	</table>
     
     
    <br clear="all" />
     
    <table width="100%" cellspacing="1">
    <tr>
    	<td width="40%" valign="top" nowrap="nowrap" align="left"><form method="post" action="./mcp.php?f=3&amp;t=16&amp;start=0&amp;quickmod=1&amp;redirect=.%2Fviewtopic.php%3Ff%3D3%26t%3D16%26start%3D0&amp;sid=cb2b9e93f666669e328278df87c46794"><span class="gensmall">Quick-mod tools:</span> <select name="action" id="quick-mod-select"><option value="lock">Lock topic</option><option value="delete_topic">Delete topic</option><option value="move">Move topic</option><option value="split">Split topic</option><option value="merge">Merge posts</option><option value="merge_topic">Merge topic</option><option value="fork">Copy topic</option><option value="make_sticky">Change to “Sticky”</option><option value="make_announce">Change to “Announcement”</option><option value="make_global">Change to “Global”</option><option value="topic_logs">View logs</option></select> <input class="btnlite" type="submit" value="Go" /></form></td>
    	<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">You <strong>can</strong> post new topics in this forum<br />You <strong>can</strong> reply to topics in this forum<br />You <strong>can</strong> edit your posts in this forum<br />You <strong>can</strong> delete your posts in this forum<br /></span></td>
    </tr>
    </table>
     
    <br clear="all" />
     
    <table width="100%" cellspacing="0">
    <tr>
    	<td><form method="post" name="search" action="./search.php?t=16"><span class="gensmall">Search for:</span> <input class="post" type="text" name="keywords" size="20" /> <input class="btnlite" type="submit" value="Go" /></form></td>
    	<td align="right">
    	<form method="post" name="jumpbox" action="./viewforum.php" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
     
    	<table cellspacing="0" cellpadding="0" border="0">
    	<tr>
    		<td nowrap="nowrap"><span class="gensmall">Jump to:</span>&nbsp;<select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.forms['jumpbox'].submit() }">
     
    		
    			<option value="-1">Select a forum</option>
    		<option value="-1">------------------</option>
    			<option value="13">Therapeutic Massage &amp; Bodywork Forum</option>
    		
    			<option value="3" selected="selected">&nbsp; &nbsp;The Introduction Forum</option>
    		
    			<option value="7">&nbsp; &nbsp;The Therapeutic Massage Forum</option>
    		
    			<option value="8">&nbsp; &nbsp;The Anatomy and Physiology Forum</option>
    		
    			<option value="9">&nbsp; &nbsp;The Research Forum</option>
    		
    			<option value="10">&nbsp; &nbsp;The Event Forum</option>
    		
    			<option value="12">General Forum</option>
    		
    			<option value="4">&nbsp; &nbsp;The Lounge Forum</option>
    		
    			<option value="5">&nbsp; &nbsp;The Classified Forum</option>
    		
    			<option value="6">&nbsp; &nbsp;The Help and Troubleshooting Forum</option>
    		
    			<option value="14">Lifestyle Forum</option>
    		
    			<option value="11">&nbsp; &nbsp;The Green Living Forum</option>
    		
     
    		</select>&nbsp;<input class="btnlite" type="submit" value="Go" /></td>
    	</tr>
    	</table>
     
    	</form>
    </td>
    </tr>
    </table>
     
     
    </div>
     
    <!--
    	We request you retain the full copyright notice below including the link to www.phpbb.com.
    	This not only gives respect to the large amount of time given freely by the developers
    	but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
    	the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
    	"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
    	forums may be affected.
     
    	The phpBB Group : 2006
    //-->
     
    	<br clear="all" /><div class="gensmall" style="text-align: center;">[ <a href="./mcp.php?i=main&amp;mode=topic_view&amp;f=3&amp;t=16&amp;start=0&amp;sid=cb2b9e93f666669e328278df87c46794">Moderator Control Panel</a> ]</div><div class="gensmall" style="text-align: center;">[ <a href="./adm/index.php?sid=cb2b9e93f666669e328278df87c46794">Administration Control Panel</a> ]</div>
    <br /><br />
     
    <div id="wrapfooter">
    	<div id="footerlink"><a href="#top"><img src="./styles/SkyLineBlue/theme/images/footer_backtotop.gif" width="44" height="60" border="0" alt="Top" /></a></div>
     
    	<table width="100%" cellspacing="0">
    	<tr>
    		<td height="32" align="center">
    			<span class="copyright">Powered by <a href="http://www.phpbb.com/" target="_blank">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group &bull; Localized by <a href="http://twitter.com/maelsoucaze">Maël Soucaze</a> &copy; 2010 <a href="http://www.phpbb.fr/">phpBB.fr</a><br />Style originally created by <a href="http://www.volize.com">Volize</a> &copy; 2003 &bull; Redesigned SkyLine by <a href="http://styles.martectx.de">MartectX</a> &copy; 2008 - 2009</span>
    		</td>
    	</tr>
    	</table>
     
    </div>
     
    <div id="verybottom"></div>
     
    </div>
    </body>
    </html>
    
    Code (markup):
     
    IanT, Mar 1, 2010 IP
  3. Sky AK47

    Sky AK47 Member

    Messages:
    298
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    45
    #23
    It should be there ;[
    <!-- IF postrow.POSTER_AVATAR -->
    				<tr>
    					<td class="postdetails">{postrow.POSTER_AVATAR}</td>
    				</tr>
    			<!-- ELSE -->
    				<tr>
    					<td class="postdetails"><img src="{T_IMAGESET_PATH}/anonymous.gif" alt="{L_USER_AVATAR}" height="120" width="100" /></td>
    				</tr>
    			<!-- ENDIF -->
    
    PHP:
     
    Sky AK47, Mar 1, 2010 IP
  4. IanT

    IanT Well-Known Member

    Messages:
    503
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    #24
    could it have something to do with viewtopic.php in the main forum folder??

    or viewforum/posting.php's?
     
    IanT, Mar 1, 2010 IP
  5. IanT

    IanT Well-Known Member

    Messages:
    503
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    #25
    Alright screw it... I deleted the old forum, the old style and got a new one that seems to be premodded and working out nicely now... check it out again and tell me what you think (please!!)

    www.floridabodyworkforum.com/forum

    Better??

    It has the no-avatar thing I was looking for... and it WORKS
     
    IanT, Mar 2, 2010 IP
  6. IanT

    IanT Well-Known Member

    Messages:
    503
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    #26
    Great...now I just noticed that the "new topic" and "reply" buttons are not working on this style... GAHHHHHHHHHHHHHHHHHHHHHH how many times do I need to go through this where there is some small thing wrong ! AGHHHH
     
    IanT, Mar 2, 2010 IP