Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Alba] To accept info with no URL: Edit Log

Here is the list of edits for this post
Re: [Alba] To accept info with no URL
I tried it with http://none

Here is how I had it on the old lSql


<%if URL eq 'http://None'%>
<a class="category_links" target="_blank" href="<%rewrite_url($ID,$Title)%>"><%Title%></a>
<%else%>
<a class="category_links" target="_blank" href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>"><%Title%></a>
<%endif%>

And it worked ok, and the regex was not empty(was default) and the “Not Null” was set to yes, and it worked fine. So why it is not working with the new gLinks with the same setting?

Last edited by:

domino: Apr 25, 2006, 12:34 PM

Edit Log: