Author |
Topic  |
|
DarlingBri
Junior Member
 
United Kingdom
378 Posts |
Posted - 10 May 2001 : 14:32:34
|
Is it possible to change inc_top so that it only shows the hyperlink nav bar after you've logged in?
***** "Bother," said Pooh, as Piglet was assimilated by the Borg. |
|
big9erfan
Average Member
  
540 Posts |
Posted - 10 May 2001 : 14:43:26
|
I'm assuming you mean hiding the links such as profile, register, active topics, etc. correct?
Ok, around line 347 where it has
<td align="center"><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
add this above it
<% if strDBNTUserName <> "" Then %>
and AFTER the LAST link that you want to hide add this
<% end if %>
if you're unsure of where I'm talking about feel free to send me your inc_top.asp and I'll fix it up real quick and send it back.
http://www.ugfl.net/forums
Edited by - big9erfan on 10 May 2001 14:44:33 |
 |
|
Aznknight
Senior Member
   
USA
1373 Posts |
Posted - 10 May 2001 : 14:50:20
|
question: what's the reasoning for wanting to hide the nav menu?
- Alan www.iamviet.com www.calvsa.net Snitz Resource |
 |
|
DarlingBri
Junior Member
 
United Kingdom
378 Posts |
Posted - 10 May 2001 : 15:22:31
|
B9er, you have mail I didn't get the other one back... can you check the email addy?
AznKinight, because I don't want to show non-members my member list or show them my active topics or stuff like that. I do all the registrations myself, my Snitz installs tend to be for invited user groups only.
Make sense? 
***** "Bother," said Pooh, as Piglet was assimilated by the Borg. |
 |
|
Reinsnitz
Snitz Forums Admin
    
USA
3545 Posts |
Posted - 10 May 2001 : 15:27:28
|
Makes sence :)
so you want everyone to be able to read the forums... but only members to be able to see other members details?
Make sure you add the same code to the Members.asp as well... otherwise the smart surfer can just go directly to your members.asp page to see who's a member.
Reinsnitz (Mike) ><)))'> Need a Mod? "Therefore go and make disciples of all nations,..." Matthew 28:19a |
 |
|
DarlingBri
Junior Member
 
United Kingdom
378 Posts |
Posted - 10 May 2001 : 15:47:46
|
Honey, this is a public sector install.
We don't have any smart surfers.
<bg>
No, I'm trying to use Snitz as an extranet. So the actual /forum stuff will be members-only. Somehow. I have to go read about that mod.
But I also need some public pages on top of that, so I'm a bit flummoxed, actually. I need to use the Slash mod and the Links Manager mods on the public homepage, so I'm just thinking through this. It seems all the pages, even those outside /forum are going to have to have Snitzy elements.
The best solution I came up with was to use inc_top everywhere, but only show those links to the people whith logons.
***** "Bother," said Pooh, as Piglet was assimilated by the Borg. |
 |
|
|
Topic  |
|