+ Reply to Thread
Results 1 to 3 of 3

Thread: Missing links when updating profil information

  1. #1

    Missing links when updating profil information

    I have this wierd bug that, after i update my profile alot of links in the memberbox gets removed.
    To restore it i have to relog :/

    This is how it should look:
    all-links.jpg


    This is how it look after updating and saving my new profile information:
    missing-links.jpg


    I have no idea whats causing this :/

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    You can solve this problem the following way:

    - open the file: includes/classes/rlAccount.class.php
    - go to the method: editAccount()
    - find this code:

    PHP Code:
    Only registered members can view the code
    and replace it by:

    PHP Code:
    Only registered members can view the code
    We've fixed this problem in your site.

  3. #3
    I can see that, thanks!

+ Reply to Thread