{module_faqresults} returns all the FAQS on the opening page (includes screenshots)

Hello, I am going through a book about Business Catalyst and it was written before this new version, so things are not as clear. The book does not show what is currently happening with module FAQ Business Catalyst.

When I include the FAQ Module Business Catalyst search engine, it adds the {module_faqresults} automatically and when you view the page in a browser instead of wait for a search term be added to the input box and searched, the default page to all the frequently asked questions in the database.

So if you search for a term he will return only the elements of the search term. How can you get to not display all of the FAQS as soon as the page opens and wait until someone actually searching for something and then return these results?

I've included several pictures to explain what I mean.

Thanks for your help.

post03-01.jpg

post03-02.jpg

post03-03.jpg

post03-04.jpg

Sorry about that, there's a typo in the code, please delete this empty space here - http://screencasteu.worldsecuresystems.com/Mihai/2012-09-03_1233.png

If you ae still problems after removing space send me a PM with the URL and I'll have a look. Here's a test page on my site with this script in place - http://www.uktest00.co.cc/faqtest

Hope this helps,

Mihai.

Tags: Business Catalyst

Similar Questions

  • cannot stop at several new tabs to open boxes at least three every time I have leave and return to the home page or restart Firefox

    cannot stop at several new tabs to open boxes at least three every time I have leave and return to the home page or restart Firefox

    Hi TGreybeard,

    Have you looked at the Knowledge Base article Firefox opens several times empty tabs or windows after clicking on a link ? There is some good information in there that should help you to solve the problem.

    Hope this helps!

  • TOSHIBA AC100 - browser opens all the 'https' pages

    How I can resovle this problem?
    http://youtu.be/-zGS-J4oxBM
    http://youtu.be/vQJyzbAmr3g

    Browser opens all the 'https' pages and I can't add my Google account.

    Time is correct.

    Maybe you should check out the HyperText Transfer Protocol Secure (https) option in the browser settings
    Check if cookies should be accepted.

  • How to filter data according to internal application and in case if returns nothing outside the query must return all the lines

    create table ab (a number, b varchar2 (20));

    Insert into ab

    Select rownum, rownum. "" sample "

    of the double

    connect by level < = 10

    create table bc (a number, b varchar2 (20));

    Insert into BC.

    Select rownum + 1, rownum + 1 | "" sample "

    of the double

    connect by level < = 10

    Select * AB

    where b in (select b BC where b = "2sample")

    This query will return me 1 row, but there are cases where the value of the parameter b is null

    and that it should return all rows in the table

    as

    Select * AB

    where b in (select b BC where b = "2sample")

    which return specific values, but I want to change in a way when the inner query returns nothing then outer query should return all the lines and works as

    Select * AB;

    Is it possible to put in a single query

    Hello

    You seem to ask for different things.  You want all the lines AB when

    1. The parameter ("2sample' in the example) is NULL, or when
    2. There is no corresponding row in the 2 tables (which could happen even if the parameter is not NULL)

    ?

    Assuming you want the option 2, here's one way:

    WITH got_rnk AS

    (

    SELECT ab.*

    DENSE_RANK () (ORDER IN CASE

    WHEN b (IN)

    SELECT b

    BC.

    WHERE b = "2sample" - parameter

    )

    THEN "A".

    OF ANOTHER 'B '.

    END

    ) AS rnk

    AB

    )

    SELECT a, b

    OF got_rnk

    WHERE rnk = 1

    ;

    This does not assume b is unique in each table.

    Thanks for posting the CREATE TABLE and INSERT statements; It is very useful.

  • I have a paid subscription of CC, but it keeps returning all the apps in the "trial" versions

    I have a paid subscription of CC, but on one two computers, it keeps returning all the apps to 'trial' often to 0 days versions. How do the versions "paid / activated ' stick?

    Hi C marwa,

    Please check the help below document:

    Creative Cloud applications unexpectedly back in the test mode. CS6, CCM

    Kind regards

    Sheena

  • Custom code to return all the selected items in a dynamic list

    Does anyone know of a custom code to return all the selected items in a dynamic list? Support told me that Dreamweaver does not return the last item. If anyone can give me a Tips how make this code custom or can direct me to code, I would be eternally grateful.

    Thanks to you two. I used the square brackets since they are in this season...

    No,

  • Returns all the values in the table

    Hi team
    I want a query please help
    I have a table emp in that we ename, empno, sal comm

    as

    Select ename, empno, EMP comm
    where comm = 300

    It will run 300 records

    If I don't give any number of comm as null
    so I want to run the date all the
    I user nvl

    as

    Select ename, empno, EMP comm
    where comm = nvl (& comm, comm);

    output: bad.

    Yes, it's the query I use also and is to return all the lines

    SQL > select * from emp where nvl (to_char (comm), '0') = nvl (to_char(&comm), nvl(comm,'0'));
    Enter the value of comm: "
    old 1: select * from emp where nvl (to_char (comm), '0') = nvl (to_char(&comm), nvl(comm,'0'))
    new 1: select * from emp where nvl (to_char (comm), '0') = nvl (to_char (""), nvl(comm,'0'))

    EMPNO, ENAME, JOB HIREDATE DEPTNO COMM SAL MGR
    ---------- ---------- --------- ---------- --------- ---------- ---------- ----------
    7369 SMITH COMMITTED 7902 17 DECEMBER 20 800 80
    7499 ALLEN 7698 1600 20 FEBRUARY SALESMAN 81 300 30
    7521 WARD 7698 1250 22 FEBRUARY SALESMAN 81 500 30
    7566 JONES MANAGER 7839 2975 2 APRIL 81 20
    7654 MARTIN 7698 28 - SEP - 81 1250 1400 30 SALESMAN
    7698 BLAKE MANAGER 7839 2850 MAY 1, 81 30
    7782 CLARK MANAGER 7839 2450 JUNE 9 81 10
    7788 SCOTT ANALYST 7566 3000 APRIL 19, 87 20
    PRESIDENT OF 7839 17 NOVEMBER KING 81 5000 10
    7844 TURNER 7698 08 - SEP - 81 1500 0 30 SALESMAN
    7876 ADAMS 7788 1100 23 MAY CLERK 87 20

    EMPNO, ENAME, JOB HIREDATE DEPTNO COMM SAL MGR
    ---------- ---------- --------- ---------- --------- ---------- ---------- ----------
    7900 7698 DECEMBER 3, CLERK JAMES 81 950 30
    7902 7566 3000 3 DECEMBER ANALYST FORD 81 20
    7934 MILLER COMMITTED JANUARY 7782 1300 23 82 10

    14 selected lines.

    Kind regards
    Navneet

  • What is the shortcut to return to the start page

    After traveling for a while, I want to go back to the start page, but for now, there seems to be no way to do except continuously and repeatedly returning through the pages I was visit one by one while in all other browsers, there is a home button

    You can type the address bar and type about: House. It is possible to return to the home page by closing all tabs open as well.

  • My ipad to randomly shut off applications and the internet and returns to the home page

    iPad 2 keeps returning to the home page of apps or

    sites Internet do - what I have to do? The software is

    iOS 9.3.2.

    Most likely, you have simply reached a point of overload with too many apps or too many browser tabs consume 100% of CPU. Try closing some of the apps when you want to open new ones.

  • Unable to return to the previous page

    I have to click many times back key to return to the previous level when you navigate.  Sometimes I can't go at all and have to start over. Others have the same problem?

    OT:browing problem

    Hi Ron,

    From your problem description, I understand that you must click several times to return to the previous page in the navigation. Please let me know if you do not experience this problem.

    1. what web browser do you use?
    2. the problem occurs with any particular web page or Web pages?
    3. do you have your software antivirus installed on the computer?
    4. If you are using Internet Explorer, then you use Modern user Interface Internet Explorer or office internet explore?

    The information is not sufficient to answer your question. Please provide us with more information to answer your question better.

  • This failure has occurred: {0}. your changes have not been saved. Click OK to return to the list page.

    Nothing has changed on the device as so far, I am aware, but lately when I click on group under Default Device Admin map, I get this error and I can't make changes:

    This failure has occurred: {0}. your changes have not been saved. Click OK to return to the list page.

    Version of the ACS:

    Cisco ACS VERSION INFORMATION

    -----------------------------

    Version: 5.8.0.32

    The identifier for the internal version: B.442

    This error does not appear to be related to

    CSCud78248    Failure of system ACS 5.4 administrative access control

    as I have no identity configured for the RADIUS server. I use this unit for RADIUS authentication. Any help is very appreciated!

    What browser and version are you using?

    If it of firefox and automatically has ugraded to the latest version of FF 46; There is a patch being released today and which will focus on similar issues seen when using the FF 46 version

    Will be 5.8 patch3. a rollup that includes all the fixes in previous patches (1 and 2) posted release ACS 5.8

  • R12.2.4 data lost after using the dialog Page and return to the calling page. (Help please!)

    Hi team,

    I'm new to OAF and works on a requirement to add some custom validation when the user clicks a button in a seeded standard page.

    The approach I took was to extend the seeded controller object managed this press event button and put my custom logic in the extended controller and substitute the standard controller through customization.

    The standard rate which was pressing the Complete button A Page, the user was taken to the next and epepinee page (Page B) some operations based on records that have been chosen Page A.

    Part of the custom validation requirement that was if some postings were not met, the user must be a pop-up asking if they really wanted to move forward and if they have selected Yes then continue with the seeded standard flow (transition to page B) and if they have NOT selected then just remain on the current page.

    I have used OADialogPage and to do this, in part, the question , I am running into is that when the user selects one or more records using a check box in a region of several record (table) and click the full page and if the validation fails then a modal page and the user made a selection i.e.either Yes or no modal page and when they return to the calling page (ex. Page A), all data (records) they chose previously is lost (the Page is refreshed). Based on what I see on this forum, I suspect it's because after having click Yes on the modal page and then return to the original page the processRequest fires again and the VO data is queried again and has all the parts on the page are lost. Since I am changing the flow in seedlings pages based on the intervention of the user I'm confused as to how this problem can be solved. that is, prevent the page refreshes or preserve the selections that were made before you navigate to modal page. Any help is really appreciated!

    My Code:

    ' Public Sub processFormRequest (OAPageContext oapagecontext, OAWebBean oawebbean)

    ...

    ...

    If (oapagecontext.getParameter ("completeOps")! = null) {}

    ...

    ...

    If (warnCount > 0) {}

    OAException message = new OAException ("not in order...", OAException.WARNING);

    oapagecontext.putDialogMessage (message);

    OAException message = new OAException ("XYZ Violated rule. Do you want to continue? ", OAException.WARNING);

    DialogPage OADialogPage = new OADialogPage (OAException.WARNING, message, null, "","");

    String Yes = oapagecontext.getMessage ("AK", "FWK_TBX_T_YES", null);

    String number = oapagecontext.getMessage ("AK", "FWK_TBX_T_NO", null);

    dialogPage.setOkButtonItemName ("ConYesButton");

    dialogPage.setNoButtonItemName ("ConNoButton");

    dialogPage.setOkButtonToPost (true);

    dialogPage.setNoButtonToPost (true);

    dialogPage.setPostToCallingPage (true);

    dialogPage.setOkButtonLabel (yes);

    dialogPage.setNoButtonLabel (no);

    oapagecontext.redirectToDialogPage (dialogPage);

    }

    If (oapagecontext.getParameter ("ConYesButton")! = null) {}

    Write Yes button Action code

    oapagecontext.putParameter ("completeOps", "Continue");

    }

    If (oapagecontext.getParameter ("ConNoButton")! = null) {}

    Write the code of the Action for the No button

    Dim errormsg = ' rule Violations have occurred. "

    throw new OAException (errormsg);

    }

    super.processFormRequest (oapagecontext, oawebbean);

    }

    I managed to work around this problem by adding a simple control in my controller processRequest method extended to avoid the call to super.processRequest incase lhen control returns to the page once the user has made a selection on the Page of the dialog box

    If ((oapagecontext. (GetParameter ("ConYesButton") == null) & (oapagecontext.getParameter ("ConNoButton") == null)) {}

    super.processRequest (oapagecontext, oawebbean);


    }


    Thank you!

  • Hi, I have another problem, when people visit my site that they could not return to the home page

    Hi, I have another problem, when people visit my site that they could not return to the home page

    Hello

    Problem is in outline view.

    Please follow the steps below and you should be all set.

    1. go in the Plan view.

    2. right click on the 'HOME' page

    3. Select "Menu" > "include the Page containing the hyperlink.

    4 save the file and then try to preview.

    You should be all set.

    Concerning

    Vivek

  • I don't want the BACKSPACE to return to the previous page.

    When you type in a text box if I accidentally type a space (or two spaces) I can't use the BACKSPACE fix because he wants to send me instead, return to the previous page. I would like to disable the BACKSPACE key to exercise this function altogether. I don't want to use this keyboard shortcut, but I can't find how to turn it off. This keyboard shortcut does not show until I upgraded to version Firefox 18.

    You can bookmark the base article of MozillaZine knowledge for future reference.

    Note that there is also this extension:

  • My Green to return to the previous page arrow disappeared

    The green arrow that I use to return to the previous page disappeared

    This has happened

    Just once or twice

    Menu bar (File, Edit, View, history, Favorites, tools, help)

    Press Alt V T M (CTRL + V T M on Mac) on your keyboard. This should restore the menu bar (Firefox 3.6)

    Other toolbars

    View | Toolbars | Select the desired toolbar

    Other measures to try

    Try to restore the default value set by going to display. Toolbars | Customize | Restore the default set. This will put the toolbars in the default slot

    Safe mode

    You may need to reset toolbars and controls through Firefox in Safe Mode troubleshooting questions
    Make sure that completely close Firefox first. When you get to the Safe Mode window, select controls and then make changes and restart and reset toolbars.

    I hope this helps!

Maybe you are looking for

  • ExFAT requires separate Windows format?

    Hi, I put a 3.96 GB video on a USB stick formatted in exfat from my mac. then I tried to plug it into my windows 10 computer and it says that it requires a separate format. What is everything?

  • Configure the satellite on picture Information mode

    Hi, when I open windows of information of a photo I can see the map in standard mode (or mode, I don't know the correct word) but I would like to see the satellite card how can I do this? Note: I see by satellite and other modes when I click on the s

  • Continuity of output task

    I recently acquired a USB-6001 that will be used in a test context I design. I am very experienced in LabVIEW, but mainly to the instrument control and not in the DAQ hardware. Reading data is quite simple and intuitive, but I'm having hard digital u

  • My task manager disappeared? How can I get that back?

    not sure what happened, but I can't open my task manager?

  • How to put pictures to transfer to Windows Media Player?

    original title: photos game to transfer to Kodak EasyShare.  I want to change Windows Media Player transfer.  How? Somehow Kodak EasyShare is set as default location for transfer pictures to. I want to be able to choose where the images themselves, s