Menu Content

Support

> Forums, FAQs & Paid Support
Support forum for customers who have purchased this product with priority support pack. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1
  • 2

TOPIC: create one's own documents listing

Re: create one's own documents listing 12 years, 1 month ago #45324

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1430
Hello, oh, checkbox list is a param array. The best way is to look into HTML code how fields look like. Important are parameters name and value of HTML form field.
For example checkbox list:

 
<input id="joomdoc_field1_0" class="checkbox" type="checkbox" value="1" name="joomdoc_field1[0]">
<label class="inline" for="joomdoc_field1_0">Tag A</label>
<input type="hidden" value="" name="joomdoc_field1[1]">
<input id="joomdoc_field1_1" class="checkbox" type="checkbox" value="2" name="joomdoc_field1[1]">
<label class="inline" for="joomdoc_field1_1">Tag B</label>
 



Pre-select Tag A
 
index.php?option=com_joomdoc&view=documents&joomdoc_field1[0]=1
 


Pre-select Tag B
 
index.php?option=com_joomdoc&view=documents&joomdoc_field1[1]=2
 
ARTIO Support Team
The topic has been locked.

Re: create one's own documents listing 12 years, 1 month ago #45388

  • pulsarinformatique
  • OFFLINE
  • Posts: 23
hello

Whatever value I put at the end of /index.php?option=com_joomdoc&view=documents&joomdoc_field1[0]=xx
the search form is NOT filed with this value and the search is not performed

even the custom field is not activated

thanks

cyril
The topic has been locked.
  • Page:
  • 1
  • 2
User Login Empty