View Single Post
  #6  
Old 19th March 2013, 15:45
eckeO5 eckeO5 is offline
Senior Member
 
Join Date: Jan 2011
P2P
Posts: 117
Wink
I have taken above file: Slot_Machine_TSSEv5.6.zip (142.5 KB, 14 views).

With that one on our tsse 5.6 nightcrawler all is fine working.

Click the image to open in full size.

be sure popoff that you put this in you theme .css file, somewhere in the middle:

Code:
#middle {
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
background-image: url(http://your-site-url.com/slots/evilreels.png);
background-repeat: no-repeat;
background-position: center;
width: auto;
}
make sure that you have edited your-site-url.com with the one from your site!!!!

otherwise it will nor work.

Last Tipp: @ the end of slot_machine.php put

Code:
stdhead ($SITENAME . ' Slot Machine');
after/behind
Code:
end_main_frame();
to the end and remove!!!!

Code:
stdfoot();
´cause its not needed in this .php

hope i can help you popoff
Reply With Quote
The Following User Says Thank You to eckeO5 For This Useful Post:
Marco (20th September 2013)