Log in

View Full Version : Request for Arcade template update inside <head></head> ?


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.

Hippy
08-17-2010, 12:21 AM
I am not sure but something in there kills the SEO: dynamic TITLE-Tag in Arcade
but adding
{vb:raw headinclude_bottom}
just below
{vb:raw headinclude}

in the template allows you to move the ARCADE.css to the additional.css
so you can use the save css as a file..

so the arcade will not be white the biggest problem people are having

I moved the ARCADE.css contents to the vbulletin.css and that worked as well but this may be a better alternative..
thanks for the post