change link in mucore module

Results 1 to 4 of 4
  1. #1
    Elite Member OneManArmy is offline
    Member +Rank
    Nov 2008 Join Date
    176Posts

    change link in mucore module

    I want to slightly modify banned accounts list module for mucore.

    In default whenever you enter this page ,first it shows you temporary banned accounts and you have option to select permamently banned accounts.

    I want to switch places and make it show permamently banned accounts at start whenever you enter this module and to have option to show temporary banned accounts.


  2. #2
    Sorcerer Supreme AncestraL is offline
    Member +Rank
    May 2012 Join Date
    ArgentinaLocation
    274Posts

    Re: change link in mucore module

    hmm you should check php files, and change there like u wish

  3. #3
    Elite Member OneManArmy is offline
    Member +Rank
    Nov 2008 Join Date
    176Posts

    Re: change link in mucore module

    thanks but i think you forgot to tell me to turn my pc on first.....lol that's obvious but i wanted more specific advice because i am in a hurry finishing my server and i don't have time to read/test through modules or index codes so i hoped someone will do all the thinking for me...unfortunately,i made it already work the way i wanted by myself

    page modules --> banned_accounts

    Code:
    if ($fetch_permanent == '1') {
        echo '    <div align="right" style="width: 100%; margin-bottom: 2px; margin-top: 20px;"><a href="' . $core_run_script . '#list" name="list">[' . link_permament_banned_characters . ']</a></div>';
    } elseif ($fetch_permanent == '0') {
        echo '    <div align="right" style="width: 100%; margin-bottom: 2px; margin-top: 20px;"><a href="' . $core_run_script . '&permanent=1#list" name="list">[' . link_banned_characters . ']</a></div>';
    }
    Last edited by OneManArmy; 14-05-12 at 09:31 PM.

  4. #4
    Sorcerer Supreme AncestraL is offline
    Member +Rank
    May 2012 Join Date
    ArgentinaLocation
    274Posts

    Re: change link in mucore module

    Quote Originally Posted by OneManArmy View Post
    thanks but i think you forgot to tell me to turn my pc on first.....lol that's obvious but i wanted more specific advice because i am in a hurry finishing my server and i don't have time to read/test through modules or index codes so i hoped someone will do all the thinking for me...unfortunately,i made it already work the way i wanted by myself

    page modules --> banned_accounts

    Code:
    if ($fetch_permanent == '1') {
        echo '    <div align="right" style="width: 100%; margin-bottom: 2px; margin-top: 20px;"><a href="' . $core_run_script . '#list" name="list">[' . link_permament_banned_characters . ']</a></div>';
    } elseif ($fetch_permanent == '0') {
        echo '    <div align="right" style="width: 100%; margin-bottom: 2px; margin-top: 20px;"><a href="' . $core_run_script . '&permanent=1#list" name="list">[' . link_banned_characters . ']</a></div>';
    }
    was i obvious? b.. please... thanks.



Advertisement