https://next-level-arcade.com


Results 1 to 4 of 4

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator stangger5's Avatar

    Join Date
    Nov 2005
    Posts
    1,634
    Thanks
    666
    Thanked 621 Times in 321 Posts

    Auto Close Game Rating Window

    Find this in the arcade skin.

    PHP Code:
    function rating($game,$pagereload) { 
    Replace it with this:

    PHP Code:
    function rating($game) { 
    Find this:

    PHP Code:
    function rating_general($text,$pagereload) {
    global 
    $ibforums;

    $output="";

    if (
    $pagereload!=true)
    {
        
    $output .= "    <script type=\"text/javascript\">
        <!--
            opener.location.replace(window.opener.location.href);
        -->
        </script>"
    ;
    }

    $output .= "    <div class=\"tborder\" align=\"center\">
        <table border=\"0\" cellpadding=\"3\" cellspacing=\"0\" width=\"100%\">
            <tr>
                <td class=\"tcat\">
    {$ibforums->lang['rate_message']}</td>
            </tr>
            <tr>
                <td class=\"alt1\">
    {$text}</td>
            </tr>
        </table>
        </div><br />"
    ;

    return 
    $output;


    replace it with this:

    PHP Code:
    function rating_general($text,$pagereload) {
    global 
    $ibforums;

     
    $output="";

    if (
    $pagereload!=true)
    {
        
    $output .= "    <script type=\"text/javascript\">
        <!--
            window.close();
         -->
        </script>"
    ;
    }

    return 
    $output;



  2. The Following 2 Users Say Thank You to stangger5 For This Useful Post:

    blind-eddie (02-06-2016), javilonas (06-23-2016)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Link Exchange - Affiliates/Friends