mabersoft |
02-06-2010 10:00 PM |
Mabersoft vBulletin - Guestbook
1 Attachment(s)
Here is a simple vbulletin mod made by Mabersoft vBulletin.
Here is a link to the demo: Click Here
*INSTALL* - Upload the guestbook folder & the guestbook.php to your forum root
- Chmod blog.txt to 777 (its inside the guestbook folder)
- Add a template to your style: Styles & Templates -> Style Manager -> (Your Style Name -> Add New Template
Title: GUESTBOOK
Template:
Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<title>{vb:raw vboptions.bbtitle} - {vb:raw pagetitle}</title>
{vb:raw headinclude}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
<h1>{vb:raw pagetitle}</h1>
</div>
<h2 class="blockhead">{vb:raw vboptions.bbtitle} - {vb:raw pagetitle}</h2>
<div class="blockbody">
<div class="blockrow" align="center">
<iframe src="guestbook/index.php" frameborder="0" width="500px" height="350px"></iframe><br />
© 2009 - <SCRIPT LANGUAGE="JavaScript"> today=new Date(); y0=today.getFullYear(); document.write(y0);</SCRIPT> <a href="http://vbulletin.mabersoft.co.uk" target="_blank">Mabersoft vBulletin</a>
</div>
</div>
<strong></strong>
{vb:raw footer}
</body>
</html>
*LICENCE*
What You Can Not Do: - Re use the code in anyway shape or form
- Remove the (c) in the footer
- Redistribute it any way shape or form
- Call It Your Own Work
What You Can Do:
<Removed> You are not permitted to ask for money
PS: I am working on trying to make a product xml that creates the template so there is no template modifcation needed at all. and a option to add the link to the navbar etc
|