*

Recent

Author Topic: [Add On] Admin Home Page - Quick Links  (Read 6073 times)

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
[Add On] Admin Home Page - Quick Links
« on: December 28, 2014, 01:57:49 PM »
A new admin home page for your arcade.



Edit pages/admin/index.php

Find:
Code: [Select]
default:
include ('adminhome.php');
break;

Add After:
Code: [Select]

case 'fasnews':
include ('fasnews.php');
break;

Edit pages/admin/css/style.php
Add at the bottom
*This is only needed if you have not install the Game Feed mod.*
Code: [Select]
.box{
    float:left;
width:890px;
height:100px;
border: 1px solid #e3e3e3;
background-color: #f2f2f2;
margin-bottom:10px;
margin-left:14px;
}

.boximage{
    float:left;
width:150px;
height:150px;
background:transparent;
text-align: center;
font-family: Arial;
font-size: 12px;
margin:10px;
padding:2px;
}

.boximage a {color:#060606;text-decoration: none}
.boximage a:hover {text-decoration: underline}

upload adminhome.php and fasnews.php to pages/admin/

upload images to root images folder.

More Pages Coming Soon ( Stats / Backup ) if you have a suggestion, let us know.

Dillon

  • Developer
  • Sr. Member
  • ******
  • Posts: 340
  • Force: +3/-0
    • Arcade Freak
Re: [Add On] Admin Home Page - Quick Links
« Reply #1 on: December 29, 2014, 12:15:38 AM »
Looks great!