Search found 7 matches

by jorj
Fri Mar 05, 2004 12:04 am
Forum: General discussions
Topic: modifying index.php and index.html for new variables
Replies: 2
Views: 6890

Thorsten wrote:Hi,

maybe you have forgotten a closing bracket?

bye
Thorsten
That was it. I forgot a closing bracket.
Thanks.
by jorj
Thu Mar 04, 2004 2:58 am
Forum: General discussions
Topic: modifying index.php and index.html for new variables
Replies: 2
Views: 6890

modifying index.php and index.html for new variables

Hi,
I am using phpmyfaq 1.3.9, and I would like to add some extra variables to be displayed in the index.html template.

I have modified the index.php as follows:

setting the main variables:
$tpl->processTemplate ("index", array(
"writeTitle" => $title,
"metaDescription" => $metaDescription ...
by jorj
Mon Jan 12, 2004 11:41 pm
Forum: General discussions
Topic: Removing Default Language
Replies: 5
Views: 12004

The reference that appears in the URL at the end:
example:
http://localhost.localdomain/faq/index.php?sid=187&aktion=artikel&rubrik=005&id=1&lang=en
In my case, there will always be only one language, so it would look nice if I can get rid of this reference in the URL. It's not a major issue, if ...
by jorj
Sun Jan 11, 2004 11:43 pm
Forum: General discussions
Topic: How to "unlimit the search"
Replies: 3
Views: 8839

Hi,

you should add at least 3 articles to the FAQ before you try to match anything, and what you're searching for should only be contained in one of
the three rows. This is because of the 50% thereshold of the MySQL fulltext search. If you insert only one row, then now matter what you search for ...
by jorj
Sun Jan 11, 2004 11:39 pm
Forum: General discussions
Topic: Removing Default Language
Replies: 5
Views: 12004

Thorsten wrote:Hi,

do you use phpMyFAQ 1.4.0?

bye
Thorsten
No, I use, 1.3.9 (modified!)
by jorj
Fri Jan 09, 2004 6:38 am
Forum: General discussions
Topic: Removing Default Language
Replies: 5
Views: 12004

Removing Default Language

Hi,
I use phpMyFAQ internally only, and the users will only be using it in English. Is there a way to remove all reference to language.
I know we can set the language to default, but it still appends the laguage reference to the URL.
thanks.
by jorj
Fri Jan 09, 2004 6:30 am
Forum: General discussions
Topic: How to "unlimit the search"
Replies: 3
Views: 8839

How to "unlimit the search"

I have a small FAQ database for internal use, and it seems sometimes I search for words that I know are in some entries, however, nothing shows in the results. Same thing happens if I search for number.

Example, I've got the word remote in a lot of the documents, over half of them, and when i ...