Topic: Remove Profile Links
Removed!! No need for this!! I didnt realise there was another mod like it!
1.) Remove Post Icon in View Topic And in Index
2.) Bold Links In Header
[img]http://www.the-artbreak.com/forum/img/smilies/socom.png[/img]
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Remove Profile Links
Removed!! No need for this!! I didnt realise there was another mod like it!
Why exactly do you want to remove links to profile.php (I'm not trying to ridicule you; I'm genuinely curious)?
1. Online links!+ Newest regestered user!
2. Poster Id in view topic!
3. Header
Maybe it would be easier to just check the user in profile.php:
around line 37:
if (($pun_user['g_read_board'] == '0' || ($pun_user['g_view_users'] == 0 && $pun_user['id'] != $id)) && ($action != 'change_pass' || !isset($_GET['key'])))
message($lang_common['No view']);
(from Userlist Access 1.0)
With this check enabled, only members have access to profile.php. Whether it's linked or not does not matter (to me).
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Remove Profile Links
Powered by PunBB, supported by Informer Technologies, Inc.