random block and phpbb,EEEEEEE??

squirrellydw

Joined: 2004-10-18
Posts: 53
Posted: Sun, 2005-01-09 01:37

I am using phpbb with ezPortal and I am trying to get the random block to show up on my portal page and I am have some difficulties. Can someone please help me? Here is my site [url]www.theseashore.us[/url] And my portal code
I changed the code a little and I am getting closer but now I have a bunch of EEEEEEEEs showing up. Any idea?

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
  <tr>
	<td valign="top" width="23%">
		<table width="100%" cellspacing="1" cellpadding="1" border="0" align="left"><tr><td>
		  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		   <tr>
			<td class="catHead" height="25"><span class="genmed"><b>{L_BOARD_NAVIGATION}</b></span></td>
		   </tr>
		   <tr>
			<td class="row1" align="left"><span class="genmed" style="line-height: 150%">
				<a href="{U_PORTAL}">{L_HOME}</a><br />
				<a href="{U_INDEX}">{L_FORUM}</a><br />
				<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><br />
				<a href="{U_FAQ}">{L_FAQ}</a><br />
				<a href="{U_SEARCH}">{L_SEARCH}</a><br />
				<a href="aboutus.php">About Us</a><br />
				
				<FORM> 
 <INPUT type="button" value="Live Kitty Cam!" onClick="window.open('http://www.theseashore.us/petcam.html','mywindow','width=340,height=330')"> 
 </FORM><FORM> 
 <INPUT type="button" value="Rehoboth Boardwalk!" onClick="window.open('http://www.theseashore.us/rbboardwalk.htm','mywindow','width=340,height=340')"> 
 </FORM>
			</span></td>
		   </tr>
		  </table>

		  <br />

		  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		   <tr>
			<td class="catHead" height="25"><span class="genmed"><b>{L_STATISTICS}</b></span></td>
		   </tr>
		   <tr>
			<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS}<br />{NEWEST_USER}<br /><br/>{TOTAL_POSTS} {TOTAL_TOPICS}<br />&</span></td>
		   </tr>
		  </table>
		  
		  <br />

		  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		   <tr>
			<td class="catHead" height="25"><span class="genmed"><b>Links</b></span></td>
		   </tr>
		   <tr>
			<td class="row1" align="center"><a href="http://smartor.is-root.com" target="_blank"><img src="images/smartorsite_logo.gif" width="88" height="31" alt="Smartor Site" border="0" vspace="3"></a></td>
		   </tr>
		  </table>
		  
		</td></tr></table>
	</td>

	<td valign="top" width="55%">	
		<table width="97%" cellspacing="1" cellpadding="1" border="0" align="center"><tr><td>
		<!-- BEGIN welcome_text -->
		<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		  <tr>
			<td class="catHead" height="25"><span class="genmed"><b>{L_NAME_WELCOME}</b></span></td>
		  </tr>
		  <tr>
			<td class="row1" align="left"><span class="gensmall" style="line-height:150%">{WELCOME_TEXT}<br />&</span></td>
		  </tr>
		</table>
		
		<br />
		
		<!-- END welcome_text -->
		<!-- BEGIN fetchpost_row -->
		<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		  <tr>
			<td class="catHead" height="25"><span class="genmed"><b>{L_ANNOUNCEMENT}: {fetchpost_row.TITLE}</b></span></td>
		  </tr>
		  <tr>
			<td class="row2" align="left" height="24"><span class="gensmall">{L_POSTED}: <b>{fetchpost_row.POSTER}</b> @ {fetchpost_row.TIME}</span></td>
		  </tr>
		  <tr>
			<td class="row1" align="left"><span class="gensmall" style="line-height:150%">{fetchpost_row.TEXT}<br /><br />{fetchpost_row.OPEN}<a href="{fetchpost_row.U_READ_FULL}">{fetchpost_row.L_READ_FULL}</a>{fetchpost_row.CLOSE}</span></td>
		  </tr>
		  <tr>
			<td class="row3" align="left" height="24"><span class="gensmall">{L_COMMENTS}: {fetchpost_row.REPLIES} :: <a href="{fetchpost_row.U_VIEW_COMMENTS}">{L_VIEW_COMMENTS}</a> (<a href="{fetchpost_row.U_POST_COMMENT}">{L_POST_COMMENT}</a>)</span></td>
		  </tr>
		</table>
		
		<br />

		<!-- END fetch_post_row -->
		</td></tr></table>
	</td>
	<td valign="top" width="22%">
		<table width="100%" cellspacing="1" cellpadding="1" border="0" align="right"><tr><td>
      <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> 
    <tr> 
       <td class="catHead" height="25"><span class="genmed"><b>Random Pics</b></span></td> 
    </tr> 
    <tr> 
       <td class="row1" align="left"><span class="gensmall"><!-- include('http://www.theseashore.us/home/modules/gallery/block-random.php'); --></td> 
    </tr> 
       </table> 
    <br />
		  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		   <tr>
			<td class="catHead" height="25"><span class="genmed"><b>{L_NAME_WELCOME} {U_NAME_LINK}</b></span></td>
		   </tr>
		   <tr>
			<td class="row1" align="left"><span class="gensmall">
				<!-- BEGIN switch_user_logged_in -->
				<center><br />{AVATAR_IMG}</center>
				<br />{LAST_VISIT_DATE}<br /><br />
				<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br />
				<!-- END switch_user_logged_in -->
				<br />{CURRENT_TIME}<br /><br />{S_TIMEZONE}</span>
			</td>
		   </tr>
		  </table>
		  
		  <br />
		<!-- BEGIN switch_user_logged_out -->
		<form method="post" action="{S_LOGIN_ACTION}">
		  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		   <tr>
			<td class="catHead" height="25"><span class="genmed"><b>{L_LOGIN}</b></span></td>
		   </tr>
		   <tr> 
			<td class="row1"><span class="gensmall" style="line-height=150%">
			<input type="hidden" name="redirect" value="{U_PORTAL}" />
			{L_USERNAME}:<br /><input class="post" type="text" name="username" size="15" /><br />
			{L_PASSWORD}:<br /><input class="post" type="password" name="password" size="15" /><br />
			<input class="text" type="checkbox" name="autologin" />&{L_REMEMBER_ME}<br/>
			<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /><br /><br /><a href="{U_SEND_PASSWORD}" class="gensmall">{L_SEND_PASSWORD}</a><br /><br />{L_REGISTER_NEW_ACCOUNT}<br />&</span></td>
		   </tr>
		  </table>
		</form>
		<!-- END switch_user_logged_out -->
		  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		   <tr>
			<td class="catHead" height="25"><span class="genmed"><b>{L_WHO_IS_ONLINE}</b></span></td>
		   </tr>
		   <tr>
			<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br /><br />{LOGGED_IN_USER_LIST}<br /><br /><center>[ <a href="{U_VIEWONLINE}">{L_VIEW_COMPLETE_LIST}</a> ]</center><br />{RECORD_USERS}<br />&</span></td>
		   </tr>
		  </table>
		  
		  <br />

		  <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
		   <tr>
			<td class="catHead" height="25"><span class="genmed"><b>{L_POLL}</b></span></td>
		   </tr>
		   <tr>
			<td class="row1" align="left"><span class="gensmall">
				<form method="post" action="{S_POLL_ACTION}">
				<center><b>{S_POLL_QUESTION}</b></center><br />
				<!-- BEGIN poll_option_row -->
				<input type="radio" name="vote_id" value="{poll_option_row.OPTION_ID}">{poll_option_row.OPTION_TEXT}&[{poll_option_row.VOTE_RESULT}]<br />
				<!-- END poll_option_row -->
				<br />
				<!-- BEGIN switch_user_logged_out -->
				<center>{L_LOGIN_TO_VOTE}</center>
				<!-- END switch_user_logged_out -->
				<!-- BEGIN switch_user_logged_in -->
				<center><input type="submit" class="mainoption" name="submit" value="{L_VOTE_BUTTON}" {DISABLED}></center>
				<input type="hidden" name="topic_id" value="{S_TOPIC_ID}">
				<input type="hidden" name="mode" value="vote">
				<!-- END switch_user_logged_in -->
				</form><br />
			</span></td>
		   </tr>
		  </table>
		  
		  <br />

		</td></tr></table>
	</td>
  </tr>
</table>

<br />
 
squirrellydw

Joined: 2004-10-18
Posts: 53
Posted: Mon, 2005-01-10 15:05

guess I have everyone stumped??