Search found 10 matches

by FabriceT
Fri Jul 03, 2020 12:53 pm
Forum: General discussions
Topic: Multilingual management for questions (not the interface)
Replies: 3
Views: 4693

Re: Multilingual management for questions (not the interface)

Hello
Thank you for your response.
I think we misunderstood each other. :?:
(it's a complex problem to explain)
I also use DeepL. (the translation of a question into another language is not the subject of my problem).

My problem is to make sure that each question is well translated.

if I can ...
by FabriceT
Wed Jun 24, 2020 8:13 am
Forum: General discussions
Topic: Multilingual management for questions (not the interface)
Replies: 3
Views: 4693

Multilingual management for questions (not the interface)

Hello

What is the right way to work to do Question management.

The purpose of this question is to make sure that every question in my FAQ is well translated.
(it is not me who does the translation)

example:
Question FR:Qu'est ce que PHPMYFAQ?
Answer FR: un super produit de Thorsten
Question EN ...
by FabriceT
Thu Nov 28, 2019 1:05 pm
Forum: General discussions
Topic: A NEW FAQ Loop Saving....
Replies: 7
Views: 6252

Re: A NEW FAQ Loop Saving....

Hello
I found.
it is the syntax of the user in the "smtp" config that was not good.
DOMAINE \ ACCOUNT, the \ was the cause
sorry.
bac
Fabrice
by FabriceT
Thu Nov 14, 2019 10:02 am
Forum: General discussions
Topic: A NEW FAQ Loop Saving....
Replies: 7
Views: 6252

Re: A NEW FAQ Loop Saving....

Hello,
thank you for the time spent looking.
would you find?
Fabrice
by FabriceT
Mon Oct 28, 2019 11:09 am
Forum: General discussions
Topic: A NEW FAQ Loop Saving....
Replies: 7
Views: 6252

Re: A NEW FAQ Loop Saving....

Hello
thank you for your answer.
No, I don't have an error message. When I go step by step on the "index.php" page. After the execution of the following script, nothing happens.
any ideas?
url : /index.php?sid=1145&lang=fr&action=ask&category_id=0
Page index.php

<script>
$(document).ready ...
by FabriceT
Wed Oct 23, 2019 3:12 pm
Forum: General discussions
Topic: A NEW FAQ Loop Saving....
Replies: 7
Views: 6252

A NEW FAQ Loop Saving....

Hello
I have a problem, when I make a "NEW FAQ" submit it LOOP with this image that remains on the screen. (ajax-loader.gif)
do you have any idea
phpMyFAQ VERSION 2.9.13
same behavior on IE FF CHROME
no error message in DEBUG mode
thank you for your help
Fabrice
by FabriceT
Wed Aug 14, 2019 3:55 pm
Forum: General discussions
Topic: new entry in language_**.php
Replies: 6
Views: 7543

Re: new entry in language_**.php

for your information
the function of the example is not good
you have to use the "parse" function
this code works

---test.php----
<?php

$testTitle_1 = $PMF_LANG['Mymsg_1'];
$testContent_1 = $PMF_LANG['Mymsg_2'];
$testTitle_2 = $PMF_LANG['Mymsg_3'];
$testContent_2 = $PMF_LANG['Mymsg_4 ...
by FabriceT
Tue Aug 13, 2019 11:07 am
Forum: General discussions
Topic: new entry in language_**.php
Replies: 6
Views: 7543

Re: new entry in language_**.php

Hello,
sorry for the late answer ( I was on vacation;))
I had to look for to put in debug ;- )

here are the messages

( ! ) Fatal error: Uncaught Error: Call to undefined method PMF_Template::processTemplate() in D:\Data\phpmyfaq\test.php on line 2
( ! ) Error: Call to undefined method PMF ...
by FabriceT
Mon Jul 15, 2019 1:30 pm
Forum: General discussions
Topic: new entry in language_**.php
Replies: 6
Views: 7543

Re: new entry in language_**.php

Hello
Thank you for your reply
I followed the "tutorial" but the call was ..... index.php? action = intro
-> is empty.
can you help me ?
tank you
best regard

my information :

test.tpl = intro.tpl
test.pho = intro.php

/phpmyfaq/assets/template/Mytemplayte/intro.tpl
or
/phpmyfaq/assets/template ...
by FabriceT
Wed Jul 10, 2019 3:19 pm
Forum: General discussions
Topic: new entry in language_**.php
Replies: 6
Views: 7543

new entry in language_**.php

Hello
I want to write a presentation text in the index.tpl file of my template.
I add an entry in the file "language_en.php" like this.

$ PMF_LANG ["msgintro"] = 'Mon texte introductiont';

and I wrote this in the index.tpl file.
.. \ phpMyFAQ \ assets \ template \ MyTPL\ index.tpl


<div class ...