1 (edited by artic chill 2006-03-08 18:09)

Topic: Remove Profile Links

Removed!! No need for this!! I didnt realise there was another mod like it!

My PunRes Wiki Mods:
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]

Re: Remove Profile Links

Why exactly do you want to remove links to profile.php (I'm not trying to ridicule you; I'm genuinely curious)?

Looking for a certain modification for your forum? Please take a look here before posting.

3 (edited by artic chill 2006-03-08 01:21)

Re: Remove Profile Links

1. Online links!+ Newest regestered user!
http://www.punres.org/files/projects/pr_210/rid_351/Pic%20InIndex.gif


2. Poster Id in view topic!
http://www.punres.org/files/projects/pr_210/rid_351/Pic%20InVeiwTopic.gif


3. Header
http://www.punres.org/files/projects/pr_210/rid_351/Pic%20NavHeader.gif

My PunRes Wiki Mods:
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]

4

Re: Remove Profile Links

his question was why, and i am to curious.

5

Re: Remove Profile Links

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).