News block ignoring Support form input
Posted: 10. March 2012 21:36
Hello,
I have installed a Support Form along side Board3. My problem is that text entered in the support form is ignored by the news feed on the frontpage.
Eksample post:
Frontpage:
When installing Support Form you need to add the following to viewtopic_body.html.
Find:
replace with:
Now if I try to edit that in to center_news.html after <div class="content"> nothing happens.
Any help please?
I have installed a Support Form along side Board3. My problem is that text entered in the support form is ignored by the news feed on the frontpage.
Eksample post:
Frontpage:
When installing Support Form you need to add the following to viewtopic_body.html.
Find:
Code: Select all
<div class="content">{postrow.MESSAGE}</div>
Code: Select all
<div class="content">
<!-- IF postrow.S_FIRST_ROW && postrow.S_TOPIC_POSTER && S_ENABLE_SUPPORT_FORM -->
<dl>
<!-- IF SUPPORT_FORM_ONE --><dd><span style="color: #{SUPPORT_COLOUR}">{FORUM_SUPPORT_ONE}</span>: <strong>{SUPPORT_FORM_ONE}</strong></dd><!-- ENDIF -->
<!-- IF SUPPORT_FORM_TWO --><dd><span style="color: #{SUPPORT_COLOUR}">{FORUM_SUPPORT_TWO}</span>: <strong>{SUPPORT_FORM_TWO}</strong></dd><!-- ENDIF -->
<!-- IF SUPPORT_FORM_THREE --><dd><span style="color: #{SUPPORT_COLOUR}">{FORUM_SUPPORT_THREE}</span>: <strong>{SUPPORT_FORM_THREE}</strong></dd><!-- ENDIF -->
<!-- IF SUPPORT_FORM_FOUR --><dd><span style="color: #{SUPPORT_COLOUR}">{FORUM_SUPPORT_FOUR}</span>: <strong>{SUPPORT_FORM_FOUR}</strong></dd><!-- ENDIF -->
<!-- IF SUPPORT_FORM_FIVE --><dd><span style="color: #{SUPPORT_COLOUR}">{FORUM_SUPPORT_FIVE}</span>: <strong>{SUPPORT_FORM_FIVE}</strong></dd><!-- ENDIF -->
<dd><hr class="dashed" /></dd>
</dl>
<!-- ENDIF -->
{postrow.MESSAGE}</div>
Any help please?