Ask A Question

Ask A Question 2.0

No permission to download
Hello,
tries to add the code in the forum header as the main search engine, but displays me the entire forum list instead of the search result. how to do to add in the head section?

add code to PAGE_COINTAINER


PHP:
<xen:require css="andy_askaquesion.css" />

<xen:title>{xen:phrase askaquestion_ask_a_question}</xen:title>

<xen:if is="{$xenOptions.askAQuestionShowDescriptionOne}">
    {xen:phrase askaquestion_description_one}
</xen:if>

<form action=""
    class="xenForm Preview AutoValidator"
>

<dl class="ctrlUnit fullWidth surplusLabel">
    <dd><input type="text" name="askaquestiontitle" class="textCtrl titleCtrl" id="" maxlength="100" autofocus="true"
    placeholder="{xen:phrase askaquestion_search}" value=""
    </dd>
</dl>

</form>

<div id="askaquestionId-result"></div>

any tips?
 
Top Bottom