ReadMe EN
General information

Name: User Site


Copyright © Borek


Version: 1.01


PHP-Fusion Version: v7+


Licence: GNU AGPL v3

Description

This modification shows bar which allows you to switch between "view profile", "edit profile" and "messages". The bar is located above those three windows.
Installation

  1. Upload the content of the map "files" to the root of the server.
  2. Edit edit_profile.php file and change:
    opentable($locale['u102']);
    to:
    include "user_site.php";
  3. Edit messages.php file a change:
    opentable($locale['400']);
    to:
    include "user_site.php";
  4. Edit profile.php file and change:
    opentable($locale['u110']);
    to:
    $user_site = $user_data['user_name'];
    include "user_site.php";
    opentable($user_site);
  5. Save and upload files to your server. You're done!

Contact

E-mail: tomasz.borek@onet.pl.
Web: Official Polish Support PHP-Fusion.

Changelog

  • v1.01 - Blocked access to user_site.php file.
  • v1.0 - First public release.