Help-Search Feature not working in Discussion Forum

D

Denise G.

I would apreciate some help on fixing my FP forum. My
forum was easy to setup and customize and it looks & works
great except for two things:

#1.The search component always says "No documents found.
Please try again." even though I know the specific word I
typed is in several posts.

#2. I also altered the code (in my post.htm)to email
(e-mail address removed) whenever a new message is posted but it
does not work. It does not give me an error message--it
just does not work.

Here is my code (where it says "mydomain.com" I actually
have the name of my domain name though):

<form method="POST"
action="_vti_bin/shtml.dll/disc1_post.htm" onSubmit=""
webbot-action="--WEBBOT-SELF--">
<!--webbot bot="Discussion" startspan
s-dir-name="_disc1"
s-article-format="HTML/BR"
u-header-url="_borders/disc1_ahdr.htm"
u-footer-url="_borders/disc1_aftr.htm"
b-make-toc="FALSE"
s-toc-fields="Subject,REMOTE_USER,Date"
b-label-fields="TRUE"
b-reverse-chronology="TRUE"
u-confirmation-url="disc1_cfrm.htm"
s-builtin-fields="Date Time REMOTE_NAME REMOTE_USER"
u-style-url="disc1_post.htm"
s-email-address="(e-mail address removed)"
s-email-format="TEXT/PRE"
b-email-subject-from-field="FALSE"
s-email-subject="New Forum Post" --><input TYPE="hidden"
NAME="VTI-GROUP" VALUE="0"><!--webbot
bot="Discussion" endspan i-checksum="43374" -->
<p>
<strong>Subject:</strong><br>
<input type="TEXT" name="Subject" size="50"> <br>
<strong>Comments:</strong><br>
<textarea name="Comments" rows="6" cols="50"></textarea>
<br>
<br>
<input type="SUBMIT" value="Post Article"> <input
type="RESET" value="Reset Form"> </p>
</form>


I would appreciate any help. Thanks
 
S

Stefan B Rusynko

Open your online DW subweb in FP and run a Tools Recalculate Hyperlinks, then View Reports Problems - Component Errors
- if on a Windows server create (or have your host create) an Index Catalog for the subweb (for the search to work)




| I would apreciate some help on fixing my FP forum. My
| forum was easy to setup and customize and it looks & works
| great except for two things:
|
| #1.The search component always says "No documents found.
| Please try again." even though I know the specific word I
| typed is in several posts.
|
| #2. I also altered the code (in my post.htm)to email
| (e-mail address removed) whenever a new message is posted but it
| does not work. It does not give me an error message--it
| just does not work.
|
| Here is my code (where it says "mydomain.com" I actually
| have the name of my domain name though):
|
| <form method="POST"
| action="_vti_bin/shtml.dll/disc1_post.htm" onSubmit=""
| webbot-action="--WEBBOT-SELF--">
| <!--webbot bot="Discussion" startspan
| s-dir-name="_disc1"
| s-article-format="HTML/BR"
| u-header-url="_borders/disc1_ahdr.htm"
| u-footer-url="_borders/disc1_aftr.htm"
| b-make-toc="FALSE"
| s-toc-fields="Subject,REMOTE_USER,Date"
| b-label-fields="TRUE"
| b-reverse-chronology="TRUE"
| u-confirmation-url="disc1_cfrm.htm"
| s-builtin-fields="Date Time REMOTE_NAME REMOTE_USER"
| u-style-url="disc1_post.htm"
| s-email-address="(e-mail address removed)"
| s-email-format="TEXT/PRE"
| b-email-subject-from-field="FALSE"
| s-email-subject="New Forum Post" --><input TYPE="hidden"
| NAME="VTI-GROUP" VALUE="0"><!--webbot
| bot="Discussion" endspan i-checksum="43374" -->
| <p>
| <strong>Subject:</strong><br>
| <input type="TEXT" name="Subject" size="50"> <br>
| <strong>Comments:</strong><br>
| <textarea name="Comments" rows="6" cols="50"></textarea>
| <br>
| <br>
| <input type="SUBMIT" value="Post Article"> <input
| type="RESET" value="Reset Form"> </p>
| </form>
|
|
| I would appreciate any help. Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top