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

Products: Gossamer Links: Development, Plugins and Globals: Re: [Andy] [ ULTRAGlobals ] Ideas please: Edit Log

Here is the list of edits for this post
Re: [Andy] [ ULTRAGlobals ] Ideas please
Hi Andy,

1. I just tried the new code with the escape_html but I get an error:

Unknown Tag: '($slog_query)'

Code:
<%Plugins::ULTRAGlobals::Top_Search_Words('10')%>
<%if search_logger_top_words.length%>
<ul>
<%loop search_logger_top_words%>
<li><a href="<%config.db_cgi_url%>/search.cgi?query=<%escape($slog_query)%>"><%escape_html($slog_query)%></a></li>
<%endloop%>
</ul>
<%else%>
No search terms yet
<%endif%>



2. Could you although please include the last links in a category.
There is already new links in a category

Code:
<%Plugins::ULTRAGlobals::New_Links_By_Category($ID)%>
<%loop new_links_in_this_cat%>
<%include link.html%>
<%endloop%>

But this would show nothing, when there is no new flag...

Thanks
Matthias

Matthias
gpaed.de

Last edited by:

Matthias70: Mar 30, 2008, 2:04 PM

Edit Log: