i like ur all aqua-soft things..
so i want to make news page like u..
how can i do that?
help~: )
thanks
p.s now this is my forum style.. www.btbp-hobby.com
thanks
Posted 23 September 2008 - 04:11 AM
Posted 23 September 2008 - 10:59 AM
Posted 23 September 2008 - 02:14 PM
Posted 23 September 2008 - 08:31 PM
<li id="tb-home"><a href="vbnews.php"><img src="$stylevar[imgdir_misc]/blank.gif" alt="" /> vB News</a></li>
Posted 24 September 2008 - 01:28 AM
Posted 24 September 2008 - 03:00 PM
<!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">
<head>
$headinclude
<title>$vboptions[bbtitle] - News</title>
</head>
<body id="newsbody">
$header
$navbar
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="alt2">
<tr valign="top">
<td class="alt1" id="news-col">
$vbnewscms_sectionhead
$vbnewscms_articlebit
<div align="center" style="padding-bottom:5px"><a href="http://www.aqua-soft.org/board/archive/index.php?f-88.html">« News Archive »</a></div>
</td>
<td id="news-sidebar">
<div style="width:200px;">
<ul>
<li id="sb-forums"><a href="http://www.aqua-soft.org/board/">Aqua-Soft Forums</a></li>
<li id="sb-recent">
<a href="search.php?do=getnew">Recent Forum Posts</a>
<ul class="borderbottom2">
<script type="text/javascript" src="external.php?type=js"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < 10; i++) {
document.write('<li><a href="showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'].substring(0, 25) + '</a></li>');
}
//-->
</script>
</ul>
</li>
</ul>
</div>
<div align="center" class="pad8all">
Google AD Here
</div>
</td>
</tr>
</table>
$footer
</body>
</html>
Posted 25 September 2008 - 04:28 AM
Posted 25 September 2008 - 03:27 PM
<div> <h3><a href="showthread.php?t=$news[threadid]" title="$news[title]">$news[title]</a></h3> <div class="news-postedon"><span title="$news[postusername]">Posted on $news[date]</span> · <a href="$vboptions[bburl]/newreply.php?$session[sessionurl]do=newreply&t=$news[threadid]" title="$vbphrase[vbnews_replyto]$news[title]">Discuss ($news[replycount])</a></div> <div class="news-post">$news[pagetext] $endoftext</div> <div class="hr" style="clear:both;"></div> </div>
Posted 25 September 2008 - 10:24 PM
Posted 27 September 2008 - 04:31 AM
Posted 09 January 2009 - 07:12 AM
Heres the template we use for the main page, it should of been included in the skin, but might not of been exported correctly.
You will have to tweak the html a little bit, its made for aqua-soft so the links might need updating.