SMF Arcade Mod - 300 credits

Status
Not open for further replies.

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
I'll pay 300 credits to the person that can make me a mod for the smf arcade that opens games in a popup. If possible the popup should automatically be maximized.
I'm using E-Arcade 2.4.2.

Attached are some pictures of what I want it to look like.
Thank you!
 
Last edited:

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
Re: SMF Arcade Mod - 200 credits

Isn't it possible to add
HTML:
target="_blank"
in the game link?
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Re: SMF Arcade Mod - 200 credits

That makes the game look like the attached screenshot. I just want the game.

The examples in the first post were made using copy and paste in paint.
 
Last edited:

Thewinator

New Member
Messages
256
Reaction score
0
Points
0
Re: SMF Arcade Mod - 200 credits

I don't know anything about SMF but an onclick instead of a link would be the way to go.
Edit: or even just make the link a JS snipet.
 
Last edited:

nexhunter

New Member
Messages
239
Reaction score
1
Points
0
Re: SMF Arcade Mod - 200 credits

http://www.xtrilogy.elementfx.com/testing/popup/test.html

do you need something like that if so here the code *but the non popup window also goes to that page i'm not sure why*

<a href="*link to game*" onClick="window.open(this.href,'name','params')

Edit:currently looking over the source files and can't find where it should be entered but I'll keep looking.
 
Last edited:

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
Re: SMF Arcade Mod - 200 credits

You'd just have to link to the swf file in a new player, that's all. SMF by default links the entire page :")
 

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Re: SMF Arcade Mod - 200 credits

That doesn't work.
When the games tries to submit the score all that it does it show the error
No input file specified.

Anyone else?
I'm now offering 300 credits
 
Last edited:

supajason

Member
Messages
288
Reaction score
2
Points
18
try this:


Code:
	<a href="http://fyepro.com/forums/index.php?action=arcade;sa=play;game=9" onclick="window.open(this.href, 'popupwindow', 'width=400,height=300,scrollbars,resizable'); return false;">
</a>

?
 
Last edited:

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
Almost there.
The problem is that is loads the entire page. It should only load the game.

Sorry that it took me so long to reply.
I forgot about this. I've subscribed to it now so it shouldn't happen again.

Closed for now since supajason is working on it.
 
Last edited:
Status
Not open for further replies.
Top