Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Password protection breach

Quote Reply
Password protection breach
Hi, this is my first post here so I would like to say hello to everyone Smile


I created an administration category (directory in static) and protected it using fileman (.htaccess ), so my team could use it as a marketing database. The problem is that the links are still showing up with the “random links” and the "new links". Any suggestions on how to create some password protected links?


Thank you,
Eliyahu
http://www.globalyeshiva.com/
Quote Reply
Re: [Eliyahu] Password protection breach In reply to
Create a new field
admin yes/no

In the new template the tag <%if admin eq 'no'%>

Do you need to have random links- if not just delete the navigation bar link.
Quote Reply
Re: [Alba] Password protection breach In reply to
I need a bit more help on this.Unsure

I am trying to hide a category. I created a new field admin yes/no.

I then added <%if admin = 'No'%><include category.html%><%endif%> to the home template but it is still showing.


Gila
The Global Yeshiva
Quote Reply
Re: [Gila] Password protection breach In reply to
change = 'No' to eq 'no'
Quote Reply
Re: [MJB] Password protection breach In reply to
I changed that.

But now I'm not sure what to include inside the <%if%><%else if%> to get it to show/or not show the category based on whether admin is set to Yes/No. Any ideas?


Gila
The Global Yeshiva
Quote Reply
Re: [Alba] Password protection breach In reply to
Where do I put this in the new template?

In Reply To:
In the new template the tag <%if admin eq 'no'%>


Gila
The Global Yeshiva
Quote Reply
Re: [Gila] Password protection breach In reply to
anyone?


Gila
The Global Yeshiva
Quote Reply
Re: [Gila] Password protection breach In reply to
So I figured out how to hide the category I wanted to hide...

I am just wondering if there is any way to hide links from users globally, rather than having to modify all templates so that users can't see password protected links?


Gila
The Global Yeshiva
Quote Reply
Re: [Alba] Password protection breach In reply to
In Reply To:
"Create a new field
admin yes/no

In the new template the tag <%if admin eq 'no'%>

Do you need to have random links- if not just delete the navigation bar link."






The above seems to be saying that they will now be hidden from the new and random veiws but it does not seem to work. We also need to hide them from search. Any know how to do this?
Thank you,
Eliyahu
http://www.globalyeshiva.com/