General Discussion > Other Modifications
[Arcade 2.5 Rc1] Smf 2.0 Gold Arcade Informat/Latest Scores Move to top of Page
(1/1)
thedukeisnotdead:
I would like to move the Arcade Information Section to the top, before the list of games.
Code or Help of the files needed to mod are appriciated.
Thank You
thedukeisnotdead:
Slow around here?
fwitt:
the files you want is ArcadeList.template.php
and basically you want to swap over the section that starts with the comment
--- Code: --- // Is there games?
--- End code ---
with the code following the if statement
--- Code: --- if (!empty($modSettings['arcadeShowInfoCenter']))
--- End code ---
so basically ignoring the stuff for the header which stays at the top of the file swap over the main body and the last segment.
thedukeisnotdead:
--- Quote from: fwitt on July 10, 2011, 06:43:10 AM ---the files you want is ArcadeList.template.php
and basically you want to swap over the section that starts with the comment
--- Code: --- // Is there games?
--- End code ---
with the code following the if statement
--- Code: --- if (!empty($modSettings['arcadeShowInfoCenter']))
--- End code ---
so basically ignoring the stuff for the header which stays at the top of the file swap over the main body and the last segment.
--- End quote ---
Thanks fwitt, I'll take a look
fwitt:
Tell us how it goes :)
Navigation
[0] Message Index
Go to full version