How to make a categories in FAQ's

I want to make my question in category.
Example.
1. Adobe
     What is Adobe Dreamwever ?
     What is Abobe Business Catalyst?
     soon....

Hey Renante,
First you need to create your categories:
Site Settings > Categories
Then in your individual FAQ items:
Actions > Classify this item > Choose the relevant categories
Then on your page where you insert your FAQ items:
Module Manager > FAQ's > Display list of FAQ's > All items in category classification > Pick your category.
Hope that helps.

Similar Messages

  • How to make sub-categories in iTunes playlists

    I have many playlists for separating certain types of music, like most people do.  I was wondering if there is a way to place sub-categories in playlists already made.  For example:
         iTunes>Playlists>Recently Added>10 Most Recently Added>5 Most Recently Added.
    I would like to be able to view/listen to the originated playlist; i.e. "Recently Added" which contains all the sub-playlists; i.e. "10 Most Recently Added" and "5 Most Recently Added" but also be able to access the sub-playlists within the original playlist and listen to solely the songs within the sub-category.
    Basically, is there a way to put a playlist within a playlist without having to use and edit auto-updating smart playlists manually?

    You can't make a playlist inside a playlist. You can nest playlists inside of folders and if you click on the folder it will show a summation of all the playlists contained in it.

  • How do I make music categories and move recorded music to them?

    How do I make music categories?  I recoded CDs to my iMac hard drive and the on to my iPod nano but donotknownow to organize them.

    So you imported a few CDs to your iTunes library or did you use another application to import them to your iMac's HD?
    Perhaps this article can help.
    iTunes: Syncing media content to iOS devices and iPod
    B-rock

  • How to make window size same as linked file?

    Hi
    I understand how to make the link and have it open in a new
    window upon click, but how do I make this map open in a window that
    is exactly the same dimensions as the map png file itself, as
    opposed to opening in the same size of the browser window.
    http://www.enhancedwireless.net/Company/contact.shtml
    and click on the MALAYSIAN driving directions.
    Thanks
    KB

    That works fine and is quite acceptible, but it won't work
    for the initial
    default page - which is what the question is about.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "818g" <[email protected]> wrote in message
    news:egm8m5$gd5$[email protected]..
    > I'd do it with javascript. Highlight the link text in
    Dw, type
    > "javascript:;"
    > in the link box, hit enter, open the Behaviors panel,
    click on the Add
    > behavior
    > button (plus sign) and choose "Open Browser Window" from
    the menu. In the
    > Open
    > Browser Window dialog box you can define the width anf
    height of the
    > window.
    >

  • How to make costumer submitted web apps?

    Hi guys!
    I have been watching BC gurus' tutorials on how to make costumer submitted web apps. I have made a new site with the "Satine Boutique"-template. What I want is to make users able to upload pictures to this site, into different product catalogs. (the users can sell theese items)
    Is this even possible? The users have to pay a fee for uploading their items. So basically it will be an online store for anyone to sell stuff.
    How can I do this in the easiest way possible?

    thank you for answering:) but if I make different "categories" for the user to upload to (one webapp for each category), would it be possible then?
    Den Mandag, 25. august 2014 13.38 skrev Liam Dilley <[email protected]>:
    how to make costumer submitted web apps? created by Liam Dilley in Web Apps - View the full discussion

  • Hi can anyone tell me how to make the forms url short to the end user

    Hi,
    Im using oracle forms 11gR2 and everything is working fine, but my question in how to make the forms url short to the end user.
    For example my forms url is  " http://localhost:9001/forms/frmservlet "  now i want to modify this url as   "myweb.gov.ae"
    can anybody suggest me the possibilities to change to default forms url to our own url as mentioned in the above example.
    Thanks & Regards,
    Hari

    You would have to either -
    * edit the code pointed to by the new action attribute to
    include the form
    processing and email generation, or
    * edit the form processing script to also include the insert
    record and
    check user name scripting
    The former is probably the better procedure, since I suppose
    you'd want to
    do the check user name before sending the email.
    Unfortunately, this means
    you will have to get your hands into the code, or hire
    someone to do it for
    you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ducati1" <[email protected]> wrote in
    message
    news:gkriis$et6$[email protected]..
    > Hi guys.
    > I have a page with a form on it here.
    >
    http://www.thechallenge.net.au/superredemption.php
    > I want the data placed in the textfields within the form
    to come to me in
    > an
    > email upon submission.
    > Now normally I would action the form to use this page
    here
    >
    http://www.thechallenge.net.au/Redemptionform.txt
    > But because the action of the form is now <?php echo
    $editFormAction; ?>
    > due
    > to an insert record and check user name server behavior
    I cannot use my
    > normal
    > method.
    > Can anyone tell me how I can get around this problem?
    >

  • How to make icons of photos bigger when selecting to attach to email?

    how to make icons of photos bigger when selecting to attach to email?

    Changing the DPI to 120 won't affect the font size of the menu bar in the Editor.  See this FAQ for what happens when you change the DPI:
    http://www.johnrellis.com/psedbtool/photoshopelements-6-7-faq.htm#The_Organizers_Menu_Bar_ doesnt_show

  • How to make my CNiGraph to be SingleThre​ad Support?

    How to make my CNiGraph to be SingleThread Support? I generate the member varialbe of my CNiGraph using class wizard. In that case, I have
    CNiGraph m_graph;
    in a header file of a dialog.
    If I just make it,
    CNiGraph m_graph(CNiInterface:ingleThread);
    it gives me errors.
    I expect that it is beginner's FAQ in VC++.
    Thank you.

    In C++, you use the class member initialization list to call a non-default constructor of a member variable of the class. The member initialization list is specified with the constructor of the class. So, what you want to do is something like the following, where CMyDlg is the class that contains m_graph.
    CMyDlg::CMyDlg(CWnd* pParent /*=NULL*/)
    : CDialog(CMyDlg::IDD, pParent),
    m_graph(CNiInterface:ingleThread)
    David Rohacek
    National Instruments

  • How to make Adobe Players work on my ACER 3985,+Windows 8 and AdobePlayer embedded ; no way to make

    How to make on my new ACER 3985+ Windows 8 with AdobePlayer embedded , Adobe Player working ; no way to view videoattachments ,although recent version of Adobe Player seems to be installed ...

    Can you give us a specific URL that you're having problems with?  I'd also recommend taking a minute and reviewing the content in this FAQ:
    How do I install Flash Player on Windows 8?
    Thanks,
    Chris

  • How to Make a BOM as Configurable BOM ?

    Hi,
    Please answer my question , How to Make a BOM as
    Configurable BOM ?
    Regards,
    Abhilash

    Dear Abhilash,
    Please refer to the following link:
    http://sap-img.com/sap-sd/sales-bom-implementation.htm
    I will suggest you to visit http://sap-img.com/sap-sd.htm. It will give you the overview of SAP SD module.
    Moreover there is a separate section of FAQs with answers which will help you in great deal.
    Do let me know in case of any queries.
    Hope this helps you.
    Do award points if you found them useful.
    Regards,
    Rakesh

  • How to make the buggy DR8-A HD Burn work?

    My HD Burn simply don't work. I have change to another new drive from
    the shop that I bought the DR8-A, but still the same!!!  
    It is always the error - power calibration error when I am burning a 700MB
    with HD burn (tried SmartBuy, Sony and Imation, all cannot work)
    I done testing with the Nero provided and latest Nero 6.3.0.3.
    Actually I fancy this drive over TDK AID 880NA because of HD-Burn!
    Can someone please share how to burn with HD-Burn? Any special medium?
    MSI, can you please do something? Reply us with a FAQ or something helpful?
    I think this is the worse MSI product that I have bought.  
    I used to be a fan of MSI, my whole PC consists of MSI parts.
    Now my impression of MSI products changed big time.
    How to make this HD Burn work?! Anyone got any comment or information?
    Please share???  

    I have the MSI DVD DR-8A and i've already burnt over a dozen HD-burn CDs without any problem  
    My only road block was to find how to use it with nero (it is presented as a different type of disk), but after i read nero doc and chose the right option, it has been flying. I'll report on my media later (i dont have them here).
    Edit: I've used
     - FujiFilm CDR 80minutes 24x
     - Memorex CDR 80 mins 48x
    No problem with either, burnt at the maximum 24x HD burn speed.
    My only gripe with HD burn is that it does not allow any overburning. Not a bit over the 1400Meg limit. not a big problem, though.
    Also, be cautious on WHAT you burn. CD are not a very good archival method. They can degrade quite fast and i would bet that HD-burn, being more precise, is more sensitive to those degradations too.

  • How to make tables similar to apple site?

    Is anyone aware of any tutorials on how to make tables
    similar to
    http://www.apple.com/support/leopard/
    Thanks!

    Look at the code.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Mike" <[email protected]> wrote in message
    news:[email protected]..
    > Is it all CSS? How is it being done? Anyone point me to
    some tutorials?
    >
    > Thanks.
    >
    > Ken Binney wrote:
    >> And then you will discover there are no tables in
    that layout.
    >>
    >>
    >>
    >>
    >> "John T Smith" <[email protected]>
    wrote in message
    >> news:g0ichc$64f$[email protected]..
    >>> While at that site, tell your browser to show
    you the code... in IE that
    >>> is
    >>> click on the View option and select source
    >>>
    >>> You may also do a File--Save As to save a copy
    of the code to your
    >>> computer to
    >>> view
    >>>
    >>

  • How to make a category highlighted after it clicked

    Hi there! Just want to know how to make a category highlighted after user click on it, so he will able to track on which category he is currently on?
    I've already created 3 categories (links) through creating library elements, I already have the hover effect  I made through CSS external stylesheet, everything works, but the category is not highlighted when I browse within it.
    Here is my HTML code of these 3 links:
    <td bgcolor="#663300"><!-- #BeginLibraryItem "/Library/Top_links.lbi" -->
    <div align="right" class="link"><a href="index.html">Home</a>     <a href="Accessories.html">Accessories</a>    <a href="Contact Us.html">Contact Us</a>    </div>
    <!-- #EndLibraryItem --></td>
    And here is my CSS code for these links:
    .link, .link a:link, .link a:visited, .link a:active {
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: normal;
        color: #FFFF33;
        text-decoration: none;
        padding: 5px;
        #home: color:#00FFFF;
    .link a:hover {
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: normal;
        color:#FF0000;
        text-decoration: none;
    So how to make the active link highlighted when browsing within it??
    Thank you

    My pages are offline in developing stage, can't give you an URL.
    Here is my HTML code:
    <!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>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>untitled</title>
    <link href="css.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    </style>
    </head>
    <body class="home">
    <table width="450" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
    <td bgcolor="#663709"><!-- #BeginLibraryItem "/Library/Top_links.lbi" -->
    <div align="right" class="link"><a class="home" href="index.html">Home</a>    <a href="Accessories.html">Accessories</a>    <a href="Contact Us.html">Contact Us</a>    </div>
    <!-- #EndLibraryItem --></td>
      </tr>
    And here is my CSS:
    body {
        background-image: none;
        background-color: #2d2625;
    body,td,th {
    .link, .link a:link, .link a:visited, .link a:active {
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: normal;
        color: #FFFF33;
        text-decoration: none;
        padding: 5px;
        #home: color:#00FFFF;
    .link a:hover {
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: normal;
        color:#FF0000;
        text-decoration: none;
    What should I modify?

  • How to make common database connection using bean, etc.

    anyone know how to make a coomon database connection because on my web pages each of them need to connect on the database for their specific objectives... please help
    regards
    blingbling
    Edited by: BlingBling15 on Oct 22, 2007 1:16 PM

    Making a 'common' connection and passing it around is a bad idea. And making a new connection on every page, as you seem to have already guessed, also involves an overhead that you can do without.
    Like drvijayj2k2 has mentioned, you should use connection pooling.
    Take a look at the Apache Commons DBCP [1] and it's examples [2].
    [1] http://commons.apache.org/dbcp/
    [2] http://wiki.apache.org/jakarta-commons/DBCP
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    ----------------------------------------------------------------

  • How to make slide down menu?

    How to make such slide down menu like on the page: [categories in Whohas directory|http://www.whohas.com/]? Press on "[+] WHoHas DIrectory".
    I can't find anything in code...

    This is a Java forum. What you want is a JavaScript forum. I know it is a bit confusing but I thought the missing Script bit would have been a dead give away.

Maybe you are looking for