Showcase

Callum93

Madly Diligent
Joined
Mar 16, 2008
Messages
9,782
Reaction score
0
FP$
6
What is the code for the website showcase?

Will give +rep for the code -8)-
 
Code:
	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="cat" colspan="4"><h4 align="center">Site Showcase</h4></td>
	</tr>

	<tr>
		<td class="row1" align="center" valign="middle" width="25%">Block 1</td>
		<td class="row1" align="center" valign="middle" width="25%">Block 2</td>
		<td class="row1" align="center" valign="middle" width="25%">Block 3</td>
		<td class="row1" align="center" valign="middle" width="25%">Block 4</td>
	</tr>
	</table>
 
Thanks for that 😀

Where does it go though and in which file?

I believe index_body but I don't know where in index body 🙁
 
Code:
<!-- INCLUDE overall_header.html -->  
 <br /><p class="{S_CONTENT_FLOW_END}<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p> 

<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF --><!-- INCLUDE forumlist_body.html --><!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->	<form method="post" action="{S_LOGIN_ACTION}" class="headerspace">	<h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED -->&nbsp; &bull; &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>		<fieldset class="quick-login">			<label for="username">{L_USERNAME}:</label>&nbsp;<input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" />  			<label for="password">{L_PASSWORD}:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />			<!-- IF S_AUTOLOGIN_ENABLED -->				| <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>			<!-- ENDIF -->			<input type="submit" name="login" value="{L_LOGIN}" class="button2" />		</fieldset>	</form><!-- ENDIF --><!-- IF S_DISPLAY_ONLINE_LIST -->	<!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->	<p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}	<!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>

	<h3>{L_WHO_WAS_HERE}</h3>
	<p><!-- IF WHO_WAS_HERE_LIST2 -->{WHO_WAS_HERE_LIST2} ({WHO_WAS_HERE_EXP})<br />{WHO_WAS_HERE_RECORD}<br />{WHO_WAS_HERE_LIST}<!-- ELSE -->{L_WWH_UPDATE_NEED}<!-- ENDIF --></p>
<!-- ENDIF -->
<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->	<h3>{L_BIRTHDAYS}</h3>	<p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p><!-- ENDIF --><!-- IF NEWEST_USER -->	<h3>{L_STATISTICS}</h3>	<p>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS} &bull; {NEWEST_USER}</p><!-- ENDIF --><!-- INCLUDE overall_footer.html -->
 
Try this code:
Code:
<!-- INCLUDE overall_header.html --> 
<br /><p class="{S_CONTENT_FLOW_END}<!-- IF S_USER_LOGGED_IN --> rightside<!-- ENDIF -->"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></p>

<!-- IF U_MCP --><p>{CURRENT_TIME} <br />[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</p><!-- ELSEIF S_USER_LOGGED_IN --><p>{CURRENT_TIME}</p><!-- ENDIF --><!-- INCLUDE forumlist_body.html --><br clear="all" /><table class="tablebg" width="100%" cellspacing="1">
   <tr>
      <td class="cat" colspan="4"><h4 align="center">Site Showcase</h4></td>
   </tr>

   <tr>
      <td class="row1" align="center" valign="middle" width="25%">Block 1</td>
      <td class="row1" align="center" valign="middle" width="25%">Block 2</td>
      <td class="row1" align="center" valign="middle" width="25%">Block 3</td>
      <td class="row1" align="center" valign="middle" width="25%">Block 4</td>
   </tr>
   </table><!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->   <form method="post" action="{S_LOGIN_ACTION}" class="headerspace">   <h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a><!-- IF S_REGISTER_ENABLED -->&nbsp; &bull; &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF --></h3>      <fieldset class="quick-login">         <label for="username">{L_USERNAME}:</label>&nbsp;<input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" />           <label for="password">{L_PASSWORD}:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />         <!-- IF S_AUTOLOGIN_ENABLED -->            | <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>         <!-- ENDIF -->         <input type="submit" name="login" value="{L_LOGIN}" class="button2" />      </fieldset>   </form><!-- ENDIF --><!-- IF S_DISPLAY_ONLINE_LIST -->   <!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->   <p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}   <!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>

   <h3>{L_WHO_WAS_HERE}</h3>
   <p><!-- IF WHO_WAS_HERE_LIST2 -->{WHO_WAS_HERE_LIST2} ({WHO_WAS_HERE_EXP})<br />{WHO_WAS_HERE_RECORD}<br />{WHO_WAS_HERE_LIST}<!-- ELSE -->{L_WWH_UPDATE_NEED}<!-- ENDIF --></p>
<!-- ENDIF -->
<!-- IF S_DISPLAY_BIRTHDAY_LIST and BIRTHDAY_LIST -->   <h3>{L_BIRTHDAYS}</h3>   <p><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <strong>{BIRTHDAY_LIST}</strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p><!-- ENDIF --><!-- IF NEWEST_USER -->   <h3>{L_STATISTICS}</h3>   <p>{TOTAL_POSTS} &bull; {TOTAL_TOPICS} &bull; {TOTAL_USERS} &bull; {NEWEST_USER}</p><!-- ENDIF --><!-- INCLUDE overall_footer.html -->
 
Christian do you have the same code but for a prosilver style?
 
<td class="cat" colspan="5"><h4>Site Spotlight</h4></td>
</tr>

<td class="row1" align="center" width="25%" height="100" valign="top"><span class="genmed">

<b><a href="http://outrageouseyes.phpbbhosts.co.uk" target="_blank"><img src="http://img227.imageshack.us/img227/3889/67zi8.jpg"></a></b>

<p><font size="1">

This is a general and entertainment forum with cool topics. Join it now to know more!!

</font>

<td class="row1" align="center" width="25%" height="100" valign="top"><span class="genmed">

<a href="http://z15.invisionfree.com/The_Aurora_Gate" target="_blank" ><img src="http://i191.photobucket.com/albums/z236/cojirou/tag/tag.gif"></a>

<p><font size="1">

With over 47,000 posts and over 600 posts, TAG is the best place on the net for Pokemon and Super Smash Brothers Brawl!

</font>

<td class="row1" align="center" width="25%" height="100" valign="top"><span class="genmed">

<a href="http://www.narutorasengan.topic-zone.com" target="_blank"><img src="http://i273.photobucket.com/albums/jj238/Alanmp09/NarutoAd3.png"/></a>

<p><font size="1">

The ultimate Naruto Forums where you can chat about the Naruto show, and create your own ninja character that will unlock exclusive events and missions to members.

</font>

<td class="row1" align="center" width="25%" height="100" valign="top"><span class="genmed">

<b><a href="http://thelandofpete.freeforums.org" target="_blank">Peteland</a></b>

<p><font size="1">

Peteland is a fun loving, layed back community where you can talk about almost anything! We're always making updates, come on over & see what's new!

</font>


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

This code is from Forum advertiser which has a prosilver based style.
 
I thought forum advertiser's style was prosilver based -n- or at least the 360 one was.
 
Back
Top Bottom