The Arcive of vBulletin Modifications Site. |
|
[HELP] Separators Details »»
|
|||||||||||||||||||||||||
Hi all,
Wanted to ask how to put separators between the games (image below) ![]() Also another minor problem, why are the games images so far away from the game itself? (For example - Asteroids game, picture is near the Breakout game). Thanks alot for any help :up: Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
https://vborg.vbsupport.ru/showpost....98&postcount=2
add this shin_arcade.php and over write your ARCADE template with this one Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<title>{vb:raw ibprotitle}</title>
{vb:raw headinclude}
{vb:raw headinclude_bottom}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
{vb:raw arcadeheader}
{vb:raw maincontent}
{vb:raw footer}
</div>
</body>
</html>
|
|
#3
|
|||
|
|||
|
Thanks
helped alot.Now for the other "problem", "why are the games images so far away from the game itself? (For example - Asteroids game, picture is near the Breakout game)." |
|
#4
|
||||
|
||||
|
add 5 or 6 games across in the arcade admin cp..
|
![]() |
|
|