Vaupell
02-20-2010, 09:53 AM
I have a request for template update :
Playing around with moveing the navbar out of the way, etc
make a really costum style..
http://www.evisystems.org/content.php?styleid=10
And several modifcations are missing some code
one is arcade see the problem here :
http://www.evisystems.org/arcade.php
Recently RS_jelly from Downloads II fixed her mod and works fine
http://www.evisystems.org/downloads.php?styleid=10
Will arcade templates be updated so its possible to use costum headers/footers
- {vb:raw headinclude_bottom} is Missing in <head></head>
-<title> is forced in arcade should be <vb:if>
-<title> should be between headinclude and headinclude bottom
should end up something like (if statement is wrong, its an exsample)
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<title></title>
{vb:raw headinclude}
<title><vb:if condition="$show['ibprotitle']">{vb:raw ibprotitle}</vb:if></title>
{vb:raw headinclude_bottom}
</head>
the same way vbulletin pages are setup,
is that something thats going to change, or do i edit it myself when theres a update of arcade ?
Thanks for a great mod.
Playing around with moveing the navbar out of the way, etc
make a really costum style..
http://www.evisystems.org/content.php?styleid=10
And several modifcations are missing some code
one is arcade see the problem here :
http://www.evisystems.org/arcade.php
Recently RS_jelly from Downloads II fixed her mod and works fine
http://www.evisystems.org/downloads.php?styleid=10
Will arcade templates be updated so its possible to use costum headers/footers
- {vb:raw headinclude_bottom} is Missing in <head></head>
-<title> is forced in arcade should be <vb:if>
-<title> should be between headinclude and headinclude bottom
should end up something like (if statement is wrong, its an exsample)
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<title></title>
{vb:raw headinclude}
<title><vb:if condition="$show['ibprotitle']">{vb:raw ibprotitle}</vb:if></title>
{vb:raw headinclude_bottom}
</head>
the same way vbulletin pages are setup,
is that something thats going to change, or do i edit it myself when theres a update of arcade ?
Thanks for a great mod.