Quote:
Originally Posted by neocorteqz
If you take a look at your navbar template (Navigation / Breadcrumb Templates)
anything with a <a>, <form>, or <script> tag
ie.
Code:
<a href="/register.php?$session[sessionurl]">$vbphrase[register]</a></td>
Code:
<form action="/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
Code:
<script type="text/javascript" src="/clientscript/vbulletin_md5.js"></script>
you will need to edit these to add the '$vboptions[bburl]'
so it will look something like this
Code:
a href="$vboptions[bburl]/register.php?$session[sessionurl]">$vbphrase[register]</a></td>
If i recall correctly, there is a step in there to add phrases.
as for the images, i'll look at that in a sec
|
right it works fine and bombs out when it trys to import the vbindex templates
is there a way to add these manually ?
its just bombing out at step 6