hi timan..
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

hi timan..
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

The front page addon we used is - http://www.vbulletin.org/forum/showthread.php?t=166966
Its basically a page that catches content from a specified forum.
The templates for it should already be in the skin, if they are not let me know and I'll post them here.
timan..
i downloaded vb news cms v1.3 and install..
but
i cant find Navigation / Breadcrumb Templates >> => navbar ---> Find:
$vbphrase[faq] <==this code..where can i put this code "
vB News" in navbar?and templates post too plz ; )
thanks for ur help! ![]()
You have to add the nav item like this
<li id="tb-home"><a href="../../unavailable.html"><img src="../../unavailable.html" alt="" />
vB News</a></li>
VB news CMS 1.3 install done ; )
thanks timan~ : )
could u teach me this aqua-soft news css style and templates edit code? ; )
and i have a question!!
i'd like to be good programmer? designer? like u...
how many computer languages and tools u use? u do?
for example .. php,asp,java,html,css,photoshop,linux....etc..
thanks ; )
Well, I'm only decent at html/css and photoshop. Everything else I suck at sadly, I can't program worth crap, but I can work around php,js, all that stuff.
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.
Tempalte - vbnewscms_articlelist
<!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="../../unavailable.html">Recent Forum Posts</a>
<ul class="borderbottom2">
<script type="text/javascript" src="../../unavailable.html"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < 10; i++) {
document.write('<li><a href="../../unavailable.html">' + 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>
thanks timan~ : )
could u show me ur " vbnewscms_articlebit " template?
im going to study php and css and html and photoshop ; )
<div>
<h3><a href="../../unavailable.html" title="$news[title]">$news[title]</a></h3>
<div class="news-postedon"><span title="$news[postusername]">Posted on $news[date]</span> · <a href="../../unavailable.html" 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>
My fault, thought I had it in the first post.
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.
Hi Timan,
Any chance you can post a newer version of those two templates? Saves having to reinvent the wheel, as I like your style with the icons in the sidebar, and the more minimalist style of the article presentation on the main vbnews page.
Thanks.