{module_categorylist} Categories drop down show sub categories only

Hi
On this page I have a FAQ search at the top of the page.
http://www.pantheraaccounting.co.uk/features/faqs
In the ‘Categories’ drop down I have a set of sub Categories called ‘FAQ’ - is there anyway I can just show the subset of categories instead of showing All Categories I have created for other parts of the site.
e.g. Drop down list to show only
FAQ
- Corporation Tax
- Self Assessment
- UTR
- Xero
The code for this is   
<table class="faq-search" cellspacing="0" cellpadding="2" border="0">
                <tbody>
                    <tr>
                        <td><label for="CAT_Category">Category</label><br />
                        <select class="cat_dropdown_small" id="CAT_Category" name="CAT_Category">{module_categorylist}</select></td>
                        <td><label for="CAT_FAQSearch">Search (Optional)</label><br />
                        <input class="cat_textbox_small" type="text" id="CAT_FAQSearch" name="CAT_FAQSearch" /></td>
                        <td> <br />
                        <input class="cat_button" type="submit" value="Search" /></td>
                    </tr>
                </tbody>
            </table>

I have found the answer on another forum post - thank you to Adam (Logo Pogo)  https://forums.adobe.com/message/5818145#5818145
If anyone else is looking for a solution this works;
Actually, there is an undocumented way of doing this. Just like with the ecommerce catelogue list dump you can use the ID of the catalogue / category in the module tag to render that level like so:
Ecommerce catalogue list dump:
{module_cataloguelistdump,-1} --- renders all catalogues
{module_cataloguelistdump,12345} --- renders the catalogue level with this ID of the top catalogue
System Categories list:
{module_categorylist} --- renders all categories
{module_categorylist,12345} --- renders the category level with this ID of the top category

Similar Messages

  • "Window" drop-down shows no windows, if it's the 'primary' window; works fine with all other windows.

    The first time I opened Firefox after the 'upgrade' to 34.0.5, it restored all of my windows and tabs from the previous session, as it should. But the Window drop-down showed only "Minimize" and "Zoom", and didn't list any windows, not even the one I was in (I'll call it the 'primary', since it's the one that was listed first). If all of the windows were minimized, I would have nothing, but once I made a new window, all of the windows would show up in the Window drop-down. After some trial-and-error, it appears to happen *only* when the active window is the 'primary', it works fine when any other window is active.
    How can this be fixed?

    As I stated I already did this and it was not helpful. The drive is not near capacity, but I could not give you an exact answer on how full it is. I know my data is still there as I can see items but just cannot access any windows or menu items as no text is displayed.

  • Drop Down shows the values twice

    Hi,
    In MPP, there is a drop dop which displays all the Infotypes along with the description.
    Populated all the Infotype using the FM F4IF_INT_TABLE_VALUE_REQUEST in Process on Value-request.
    But the drop down shows the values twice as,
    PA000 : Organisation Assignment PA000 : Organisation Assignment
    PA001: Actions  PA0001: Actions
    In debugging,i have checked the internal table which i pass to the FM, it has only one time.
    Could be help me to resolve this.?

    Ensure your code follows below logic
    PARAMETERS: pa_it TYPE t582s-infty AS LISTBOX VISIBLE LENGTH 40 MODIF ID 2md.
    TYPES: BEGIN OF t_infty,
            infty TYPE t582s-infty,
            itext TYPE char40,
           END OF t_infty.
    DATA: it_infty TYPE STANDARD TABLE OF t_infty WITH HEADER LINE.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR pa_it.
        REFRESH it_infty.
        SELECT * FROM t582s WHERE sprsl = sy-langu.
          MOVE-CORRESPONDING t582s TO it_infty.
          it_infty-itext = t582s-itext.
          CONCATENATE it_infty-infty t582s-itext INTO it_infty-itext SEPARATED BY ' - '.
          APPEND it_infty.
        ENDSELECT.
        PERFORM dropdown_list_values_create TABLES it_infty USING  'INFTY'.
    FORM dropdown_list_values_create  TABLES f_tab
                                      USING retfield TYPE dfies-fieldname.
      "display internal table as a dropdown list,
      "return field 'INFTY' when the event is trigerred
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = retfield
          value_org       = 'S'
        TABLES
          value_tab       = f_tab
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    "dropdown_list_values_create
    Regards
    Marcin

  • Change a drop down list from read only/invisable on a radiobutton value

    Hi All i am new to all this and need a few pointers?
    I have a form which was made using Livecycle Designer 8.
    On this form are a set of radio buttons (yes/no/NA).
    Is there a way to change the state of a drop down list from read only or invisible and display a message after 'no' has been selected on a set of radio buttons?
    Thanks in advance.

    No being in a table shoudl not affect it.....but you will more than likely have to include the path to the object. Without seeing your form it is impossible to tell you what it should be. You can place your cursor in the script editor where you want the reference to the DDList. Then hold down the Ctrl key and move your mouse to point to the field you want to reference. When the cursor hits the canvas it will change to a V. When you get to the field you want click the mouse button and the expression that you need will be placed in the script editor. This is path relative to where the context in which the script will be run. Now you can simply add the "." and whatever method/property that you want to reference.
    Hope that helps
    Paul

  • Has anybody had a problem with the mouse cursor lagging when navigating the drop down menus? this only started happening after a re-install. it only occurs in Photoshop elements 13 in the  photo editing section,and no other application. My mouse drivers a

    Has anybody had a problem with the mouse cursor lagging when navigating the drop down menus? this only started happening after a re-install. it only occurs in Photoshop elements 13 in the  photo editing section,and no other application. My mouse drivers are up to date.Any help or advice would be most welcome.

    Good day!
    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements
    and please read this (in particular the section titled "Supply pertinent information for quicker answers"):
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    Regards,
    Pfaffenbichler

  • Drop Down Menu Using CSS Only

    Apex 3.2
    I have created a drop down menu for my application by following this blog
    http://www.grassroots-oracle.com/2013/05/css-pull-down-menu-using-apex-list.html
    It works perfectly if my list has only one level, but I can't get it working for sub items.
    If I add a sub item to my list, then the whole menu displays incorrectly.
    Has anybody used this blog before
    I would post on the blog, but it requires a google acount, which I am not allowed to create
    Gus

    Hi Gus,
    Have you read the comment from ino?
    Thanks Scott, very useful.
    One update: this works if there are no sub menus. For the same reason as you described about the <ul> bug, you can change the Sublist with sublist items to
    <li><a href="#LINK#" class="dir">#TEXT#</a><ul>
    (extra <ul> at the end). Took me a while to figure out why my sub menus were not showing properly, until I read your comment in the "Sublist template before rows" section.
    It looks to me that this would solve your problem.
    Regards,
    Kees Vlek
    Company: http://www.orcado.nl
    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek
    Twitter: http://www.twitter.com/skier66
    +If the question is answered please change it to answered and mark the appropriate post as correct/helpfull.+

  • Drop down shows upwards IE 11

    My application have a drop down list.. When I tested it on IE,8,9. It is showing the drop down downwards, when I tested it 11 it is showing upwards...I want to set my drop down list down wards  IE11. Please help me to fix this issue. Thanks
    Its displaying downwards and upwards inconsistently across all the pages
    I have a normal select box as below.
    In IE 11 it behaves differently. It showing upwards in IE10 and 11. except these versions it is showing down wards.. How to fix this. 
    Please provide solution except setting  compability views for the sites in IE11. Or else please confirm this is IE 11 bug so that i can communicate to our client.

    Hi Rob,
    Thanks for your reply.
     I am sorry for the last line, I got fed-up on seeing on forum link only i have added that line. Sorry for that. I am not able to share it here.
    Since we are asking for a solutionm they are telling
    compatibilitymode or inprivate browsing.  We are doing migrating our application to support IE11.  I am not able to share my link since that is not allowed since i am new user
    I will share the code here. You evaluate it.
    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
        <table cellpadding="5" cellspacing="5">
         <tr>
            <td>
                Dropdown has single value
                </td>
                  <td>
                   <select>
                <option value="BLUE">Blue</option>
            </select>
                </td>
            </tr>
            <tr>
            <td>
                Dropdown has multiple values
                </td>
                  <td>
                   <select>
                <option value="BLUE">Blue</option>
                <option value="RED">Red</option>
                <option value="Green">GREEN</option>
                <option value="Yellow">YELLOW</option>
                 <option value="Green">White</option>
                <option value="Yellow">Orange</option>
            </select>
                </td>
            </tr>
             <tr>
            <td>
                Checkbox 
                </td>
                  <td>
                    <input type="checkbox" name="vehicle" value="Bike">I have a bike<br>
                    <input type="checkbox" name="vehicle" value="Car">I have a car 
                </td>
            </tr>
             <tr>
            <td>
                Radio
                </td>
                  <td>
                   <input type="radio" name="sex" value="male">Male<br>
    <input type="radio" name="sex" value="female">Female
                </td>
            </tr>
        </table>
        </div>
        </form>
    </body>
    </html>

  • Showing Sub-Totals only for Specific Column in PowerView

    Hi,
    Is there a way of showing the sub-totals only for specific columns in a PowerView Matrix?
    I am only aware of showing the sub-totals for all or non of the columns.
    Thanks and Regards,
    Justin

    Hi Justin,
    According to your description, you want to get sub-totals specific columns within columns group. Right?
    In this scenario, we can use IIF() function in expression to achieve your goal. The expression will only return the total value when the column value is a specific value, otherwise we can make it return nothing. Try the following expression:
    IIF(Fields!Column.Value="[specific value]",Sum(Fields!Total.Value),nothing)
    We have tested this scenario in our local environment. Here are screenshots for your reference:
    Reference:
    Expression Examples (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • When iWeb finishes publishing, drop down shows wrong address

    It's kinda weird. When iWeb finishes publishing my website, a drop down window asks, do you want to visit, announce, or finish. If you click visit, it goes to www.gogoglidepath.com/gogoglidepath. It should say www.gogoglidepath.com. Anybody know how to fix it? I know it's just a little bug, but it bugs me.

    Well, no actually it is not incorrect, because that is how iWeb will publish. It will publish using a site folder with the same name as you called your site within iWeb. Did you name your site gogoglidepath in iWeb? If so, if you don't like it then you need to go back and change this in iWeb to something short like Site or S or whatever. That is how iWeb does things so your url is http://www.domain.com/sitename/pagename.
    Are you publishing to MobileMe and forwarding your domain name or publishing direct to your host? If using MME there is not a lot you can do about this apart from changing to web forwarding from CNAME forwarding so that your url will be http://www.domain.com. You can then only bookmark the whole site rather than pages.
    If uploading directly, you can upload just the contents of your site folder rather than the whole folder itself.

  • Instrument drop down shows Logic twice

    Attached is screen shot of the instrument channel drop down choices . Notice how Logic appears twice, once normal and then under the AU Instruments.
    Just wondering what is at play here. thanks, Kendall

    Ensure your code follows below logic
    PARAMETERS: pa_it TYPE t582s-infty AS LISTBOX VISIBLE LENGTH 40 MODIF ID 2md.
    TYPES: BEGIN OF t_infty,
            infty TYPE t582s-infty,
            itext TYPE char40,
           END OF t_infty.
    DATA: it_infty TYPE STANDARD TABLE OF t_infty WITH HEADER LINE.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR pa_it.
        REFRESH it_infty.
        SELECT * FROM t582s WHERE sprsl = sy-langu.
          MOVE-CORRESPONDING t582s TO it_infty.
          it_infty-itext = t582s-itext.
          CONCATENATE it_infty-infty t582s-itext INTO it_infty-itext SEPARATED BY ' - '.
          APPEND it_infty.
        ENDSELECT.
        PERFORM dropdown_list_values_create TABLES it_infty USING  'INFTY'.
    FORM dropdown_list_values_create  TABLES f_tab
                                      USING retfield TYPE dfies-fieldname.
      "display internal table as a dropdown list,
      "return field 'INFTY' when the event is trigerred
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = retfield
          value_org       = 'S'
        TABLES
          value_tab       = f_tab
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    "dropdown_list_values_create
    Regards
    Marcin

  • Editable drop down do not show national characters

    Hi
    I'm using DW CS3 with Developer toolbox, PHP MySql.
    Problem is that Editable drop down show national characters wrongly.
    actually its inserts data in to database with wrong encoding.
    I use encoding "charset=utf-8", all other forms working fine.
    Only Editable drop down show [squares] instead Ä Ö Ü ...
    How i can do that Editable drop down will inserts data in utf-8 encoding?
    (like other forms and fields in my page)
    Thanks!

    Does it help if you disable hardware acceleration ?
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/

  • When I type in "www" in the navagation space I get a drop down that shows all the web sites I have visited! How do I turn this off?

    # Question
    When I type in "www" in the navagation space of the home page I get a drop down that shows all the web sites I have visited! How do I turn this off? edit

    That drop-down shows matches from your History and/or Bookmarks. To change what is shown, see "Controlling Behavior" in this article:
    *https://support.mozilla.com/en-US/kb/Location%20bar%20autocomplete
    <br />
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post.
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    **New Adobe Reader X (version 10) with Protected Mode just released 2010-11-19
    **See: http://www.securityweek.com/adobe-releases-acrobat-reader-x-protected-mode
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)
    #*Also see "Manual Update" in this article: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Invoice recipient drop-down does not show all company codes

    Hi SRM Gurus,
    The user has three company codes assigned as attributes in the Org structure.
    When creating a shopping cart, the company code drop-down shows the three company codes and the user is able to select one of them.
    However, when creating an invoice, the user is able to see only one of the company codes in the drop-down (the last one in the list of three company codes in the org structure), therefore, does not have the option of changing the comp code. This is an issue - am not able to find any  OSS notes to resolve the issue.
    Any help is highly appreciated and will be suitably rewarded.
    Thanks,
    Sai

    Still don't have an answer. I'm now looking to use a radio button or something to use as a work-around. If I use a lookup and tell it to allow multiple selections (shows as checkbox) it does not show all values in the mobile view.
    If I input each item and choose choice, it only shows up as dropdown. I need radio buttons. If I choose lookup and allow multiple selections, it does not show all the options.
    I need some help on this.
    Jef

  • How to change default number tags shown in drop down

    I have more than 10 tag categories, and would like to see them all when i go to recent tags or is there a way to add a tags in the bookmark drop down?

    You will only see a maximum of 10 items in such a smart query list.
    * "Most Visited" and "Recently Bookmarked" and "Recent Tags" are examples of so called [[Smart Bookmarks folders|Smart Bookmarks folders]] and are not real existing folders.
    * Smart folders show a list created by a query of the places.sqlite database that stores bookmarks and history in Firefox.
    * Smart folder lists show a maximum of 10 entries by default.
    *https://developer.mozilla.org/Places_query_URIs
    You can possibly create a new place query bookmark and adjust the maxResults parameter.
    Name: Recent Tags
    Location: place:type=6&sort=14&maxResults=10

  • Creating a new drop down menu when an option in an existing one is chosen

    I’m using Coldfusion 9,0,0,251028 on Windows 7 64-bit, with a Microsoft Access 97 database. 
    I’m having a problem with using a drop-down menu to create another one below it once a certain option is selected
    (in this case, the option named “Breaking News”, which has an id of 31).
    What event trigger should I use to create a drop-down menu underneath the first one when “Breaking News” is selected? 
    Should I be using Javascript for something like this, or can Coldfusion handle it?
    Here’s the code:
    <cfquery name="get_info" datasource="#db#">
    select * from lists
    order by department asc, list asc
    </cfquery>
    <div align="left">
              <select name="list">
                     <option value="-1" selected> --------------------------------------  
                     <cfoutput query="get_info" group="department">
                            <cfoutput group="list">
                 <cfif list neq "Breaking News Cell Phone">
                         <option value="#id#">#list#
                 </cfif>
                            </cfoutput>
                  <option value="-1"> --------------------------------------
                     </cfoutput>
              </select>
    </div>

    Depending on the details, I might use ColdFusion to create the content of the second drop down.
    The second drop-down is supposed to be an expiration date that gets attached to the message so it can be self-removing.
    The first drop-down is to specify a category for a message to be sent out on.
    In this case, the only one that needs the secondary expiration drop-down is a single category (Breaking News),
    so all other options on the drop-down would have to not trigger the expiration date drop-down showing.
    In that situation, would you use ColdFusion to create the second drop down?

Maybe you are looking for

  • Can't can't paste images into PS CS5

    So this problem seems to have randomly popped up and I don't know the cause or how to fix it.  I have lost the ability to paste bitmap images from external applications like web browsers, specifically Chrome, Firefox or IE.  I am reading all over the

  • How do I reinstall Acrobat XI to my Mac?

    I uninstalled Acrobat XI after the PDF Printer stopped working and was told in one of the forums to uninstall and reinstall the application to get the PDF printer to work.  I uninstalled the application but am unable to reinstall it on my Mac.  Every

  • Keynote won't open

    I tried to open a PPT file in Keynote and it crashed. Ever since then, Keynote won't open at all. It seems to open, then crashes in 5 seconds. Need to use Keynote on my laptop and I don't have my discs right now either.

  • Why won't my iPad 1 set-up on PC?

    I am trying to set up my iPad1 on my PC. I have iTunes open, and I connected the cord from the iPad to the USB port, but the screen is still black and the iPad is not appearing in iTunes. I have tried pressing the power-on button, but it won't work.

  • FireWire conflict

    I just got a new LaCie external 3TB hard drive connected to my Mac Pro via FireWire 800. I started using it as a secondary Time Machine backup drive, but when Time Machine is backing up to it, I cannot use my iSight camera with Messages. I am still u