Log in

View Full Version : get post?


vietkieu_cz
01-06-2006, 01:26 PM
I'm creating a custom page (https://vborg.vbsupport.ru/showthread.php?t=98009) and I want to add a post from a thread on forums

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions</title>
</head>
<body>

$header
$navbar

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"

align="center">
<tr>
<td class="tcat">My Custom Page Title</td>
</tr>
<tr>
<td class="alt1"> [B]Add here some $post[message]https://vborg.vbsupport.ru/showpost.php?p=791513&postcount=1 </td>
</tr>
</table>

$footer
</body>
</html>
Can I get it?