News block ignoring Support form input

Current Version: 2.0.2
Released: 2013-10-27
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
Mess
Active Member
Posts: 32
Joined: 10. September 2009 15:08
phpBB.com User: Mess

News block ignoring Support form input

Post by Mess »

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:
Image

Frontpage:
Image

When installing Support Form you need to add the following to viewtopic_body.html.
Find:

Code: Select all

	<div class="content">{postrow.MESSAGE}</div>
replace with:

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>
Now if I try to edit that in to center_news.html after <div class="content"> nothing happens.
Any help please? :)

Topic author
Mess
Active Member
Posts: 32
Joined: 10. September 2009 15:08
phpBB.com User: Mess

Re: News block ignoring Support form input

Post by Mess »

I tried solving it with the great guys over where the Support Form originated from.
But no luck cracking it yet. :(

http://phpbbandbbcodes.com/viewtopic.ph ... 820#p11820
Locked

Return to “Board3 Portal 2.0.x - English Support”