Well I wonder if there is any handbook on the code conversion ... I'm looking to convert some models of vbulletin vbulletin 3 for 4 and I wish someone would help me ...
good is a simple code...I'll post the code here..if someone can give me for granted would be grateful to..
Code of model at vbulletin 3
Code:
$stylevar[htmldoctype]
<html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\">
<head>
$headinclude
<script language="javascript" type="text/javascript" src="uploadcp/links.js"></script>
<title>$title</title>
<script type="text/javascript" src="clientscript/vbulletin_inlinemod.js"></script>
</head>
<body>
$header
$navbar
<div class="spacer"></div>
$menu
<div class="spacer"></div>
$html
<div class="spacer"></div>
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
Desenvolvido por Eduardo Fleck
<!-- Do not remove this copyright notice -->
</div>
$footer
--------------- Added [DATE]1304839717[/DATE] at [TIME]1304839717[/TIME] ---------------
I have managed to solve most of the conversion, but the question is in relation to the adjustments that I do in php files relating to styles (tborder, tcat, alt ... etc) and would like to know how to make them work .