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

Re: [jdgamble] <li> links.html template

Quote Reply
Re: [jdgamble] <li> links.html template In reply to
“Right, but <%if category_id%> is going to be a null if statement if $category_id is not passed into links.html.”

Exactly, that’s why you have <%if category_id%>

“I tested this earlier by saying <%if category_id%><li><%else%>test<%endif%> and it printed test, of course, because $category_id is not declared.”

Exactly , Its only declared in the Category Template and that’s why you have <%if category_id%>

“<%link_results%> is not in your link.html though, so <%if link_results%> is an anomaly to links.html.”

Exactly, its in your search results, so the <%elseif link_results%> <ul><li> will only show up in the search results.

“There has got be an easy way to insert <li> in some pages but not in others.…………….”

Yes there is, as mentioned a dozen posts ago.
<%if category_id%> <ul><li>
<%elseif link_results%> <ul><li>
<%else%>
<%endif%>

Glad you got it worked out.

Regards

minesite
Subject Author Views Date
Thread <li> links.html template jdgamble 10015 Sep 2, 2004, 4:15 PM
Thread Re: [jdgamble] <li> links.html template
minesite 9894 Sep 3, 2004, 3:04 AM
Thread Re: [minesite] <li> links.html template
Andy 9985 Sep 3, 2004, 3:24 AM
Thread Re: [Andy] <li> links.html template
jdgamble 9885 Sep 3, 2004, 2:51 PM
Thread Re: [jdgamble] <li> links.html template
minesite 9904 Sep 3, 2004, 3:45 PM
Thread Re: [minesite] <li> links.html template
jdgamble 9865 Sep 3, 2004, 4:37 PM
Thread Re: [jdgamble] <li> links.html template
minesite 9891 Sep 3, 2004, 4:56 PM
Thread Re: [minesite] <li> links.html template
jdgamble 9904 Sep 4, 2004, 2:09 AM
Thread Re: [jdgamble] <li> links.html template
minesite 9856 Sep 4, 2004, 2:48 AM
Thread Re: [minesite] <li> links.html template
jdgamble 9904 Sep 4, 2004, 3:04 PM
Post Post deleted by minesite
minesite 9826 Sep 4, 2004, 5:50 PM
Thread Re: [jdgamble] <li> links.html template
minesite 9844 Sep 4, 2004, 6:11 PM
Thread Re: [minesite] <li> links.html template
jdgamble 9884 Sep 4, 2004, 6:49 PM
Thread Re: [jdgamble] <li> links.html template
minesite 9851 Sep 4, 2004, 7:06 PM
Thread Re: [minesite] <li> links.html template
jdgamble 9873 Sep 4, 2004, 7:14 PM
Thread Re: [jdgamble] <li> links.html template
minesite 9856 Sep 4, 2004, 7:40 PM
Thread Re: [minesite] <li> links.html template
jdgamble 9842 Sep 5, 2004, 12:55 AM
Thread Re: [jdgamble] <li> links.html template
minesite 9882 Sep 5, 2004, 2:26 AM
Thread Re: [minesite] <li> links.html template
jdgamble 9782 Sep 5, 2004, 2:44 AM
Thread Re: [jdgamble] <li> links.html template
minesite 9789 Sep 5, 2004, 3:57 AM
Thread Re: [minesite] <li> links.html template
jdgamble 9824 Sep 5, 2004, 4:17 AM
Thread Re: [jdgamble] <li> links.html template
minesite 9807 Sep 5, 2004, 4:40 AM
Post Re: [minesite] <li> links.html template
jdgamble 9822 Sep 5, 2004, 4:49 AM
Post Post deleted by minesite
minesite 9847 Sep 4, 2004, 3:05 AM