This topic was locked 6th Apr 08 at 8:51am by Michael |
CåñåÐå™ Full Member
Posts: 427 Status: Offline Gender: Male Location: Toronto Ontario Joined:
pmwww | [F] Guest Can't View Profile (6th Apr 08 at 12:22am UTC) | | Would it be possible to get an code to stop guest from viewing profiles please. | |
click here We have 15 Different Skins/Templates for your vForum |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: Guest Can't View Profile (6th Apr 08 at 1:03am UTC) | | Just so you know, this code will not be foolproof as they can easily just add /noheaders/1/ onto the URL.
Code: - <script>
- <!--
- /* Stop Guests From Viewing Profiles */
-
- var tbl = get('table','tag');
- if(location.href.match(/action\/view_profile\//) || location.search.match(/action=view_profile/)){
- for(t=6;t<tbl.length;t++){
- tbl[t].style.display = 'none';
- }
- document.write('<table width="'+vf_width+'" class="border" align="center" cellspacing="1" cellpadding="3"><tr><td align="center" class="title1">An Error Has Occurred</td></tr><tr><td class="window1">You must be logged in to view user profiles.</td></tr></table>');
- }
- //-->
- </script>
Main footer. | |
rroll.to— Shorten a link, rickroll your friends. |
|
CåñåÐå™ Full Member
Posts: 427 Status: Offline Gender: Male Location: Toronto Ontario Joined:
pmwww | Re: Guest Can't View Profile (6th Apr 08 at 2:03am UTC) | | Hey Marc is not working my friend .
http://tropolis.virtualforums.co.uk/
I've got it in the very top of the main footer .(all skins) | |
click here We have 15 Different Skins/Templates for your vForum |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: Guest Can't View Profile (6th Apr 08 at 2:19am UTC) | | Sorry, recopy. | |
rroll.to— Shorten a link, rickroll your friends. |
|
CåñåÐå™ Full Member
Posts: 427 Status: Offline Gender: Male Location: Toronto Ontario Joined:
pmwww | Re: Guest Can't View Profile (6th Apr 08 at 2:45am UTC) | | Thank you Marc its working fine now . | |
click here We have 15 Different Skins/Templates for your vForum |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: Guest Can't View Profile (6th Apr 08 at 2:56am UTC) | | No worries. | |
rroll.to— Shorten a link, rickroll your friends. |
|