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

Re: [Andy] List of category

Quote Reply
Re: [Andy] List of category In reply to
I need it to limit the category that user can submit a link.
It needs to be something like this
<select name="CatLinks.CategoryID" size="1" id="CatLinks.CategoryID">
<option selected value="">select category</option>
<option value="1"> &nbsp;&nbsp; cat name 1 </option>
<option value="2"> &nbsp;&nbsp; cat name 2 </option>
<option value="3"> &nbsp;&nbsp; cat name 3 </option>
<option value="4"> &nbsp;&nbsp; cat name 4 </option>
</select>

so actually all it need is to insert in a loop the line
<option value="<%catid%>"> &nbsp;&nbsp; <%catname%></option>
Subject Author Views Date
Thread List of category nir 5348 Jun 25, 2008, 5:46 AM
Thread Re: [nir] List of category
Andy 5217 Jun 25, 2008, 6:04 AM
Thread Re: [Andy] List of category
nir 5220 Jun 25, 2008, 6:15 AM
Thread Re: [nir] List of category
Andy 5238 Jun 25, 2008, 6:23 AM
Thread Re: [Andy] List of category
nir 5227 Jun 25, 2008, 6:49 AM
Thread Re: [nir] List of category
Andy 5222 Jun 25, 2008, 6:57 AM
Thread Re: [Andy] List of category
nir 5209 Jun 25, 2008, 7:03 AM
Thread Re: [nir] List of category
Andy 5226 Jun 25, 2008, 7:07 AM
Post Re: [Andy] List of category
nir 5207 Jun 25, 2008, 7:11 AM