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 |
- Upload the content of the map "files" to the root of the server.
- Edit edit_profile.php file and change:
opentable($locale['u102']);
to:
include "user_site.php";
- Edit messages.php file a change:
opentable($locale['400']);
to:
include "user_site.php";
- Edit profile.php file and change:
opentable($locale['u110']);
to:
$user_site = $user_data['user_name'];
include "user_site.php";
opentable($user_site);
- 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.
|