The Arcive of vBulletin Modifications Site. |
|
Request for Arcade template update inside <head></head> ? Details »»
|
|||||||||||||||||||||||||||
|
Request for Arcade template update inside <head></head> ?
Developer Last Online: Jan 2015
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) Code:
<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>
is that something thats going to change, or do i edit it myself when theres a update of arcade ? Thanks for a great mod. Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
I am not sure but something in there kills the SEO: dynamic TITLE-Tag in Arcade
but adding Code:
{vb:raw headinclude_bottom}
Code:
{vb:raw headinclude}
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 |
![]() |
|
|