Viewing 1 replies (of 1 total)
  • Thread Starter callumw

    (@callumw)

    I made a hard-code change to as a workaround until this is fixed (hopefully it will be)

    I added the ‘/’.index.’.’.php. to the code to force it to display correctly in the Manage GoCodes page

    For those having the same issue, open menus.php in a txt editor.
    Line 141 reads as:

    echo ‘<tr class=”alternate”> <td>‘.$gocode->key1.’<small>’.$basewpurl.’/’.$trigger.’/’.$gocode->key1.’/</small></td> <td>’.wsc_gocodes_truncate($gocode->target).'</td> <td style=”text-align: center”>’.$gocode->hitcount.'</td> <td>id.'”>Edit</td> <td>id.'” class=”delete”>Delete</td> </tr>’;

    I changed it to the following:

    echo ‘<tr class=”alternate”> <td>‘.$gocode->key1.’<small>’.$basewpurl.’/’.index.’.’.php.’/’.$trigger.’/’.$gocode->key1.’/</small></td> <td>’.wsc_gocodes_truncate($gocode->target).'</td> <td style=”text-align: center”>’.$gocode->hitcount.'</td> <td>id.'”>Edit</td> <td>id.'” class=”delete”>Delete</td> </tr>’;

    This workaround now works fine 🙂

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: GoCodes] GoCode ignoring PermaLink status’ is closed to new replies.