I only did the below. I have not set pdrgrossanTitle anywhere as it was not mentioned in the document
1. Build a template file pdrgrossan.tpl and place it in the template/ folder
2. Build a PHP file called pdrgrossan.php and saved it in the root of phpMyFAQ
3. Registerd the variable e.g ...
Search found 48 matches
- Tue Dec 06, 2016 10:27 pm
- Forum: General discussions
- Topic: New Page & Template
- Replies: 23
- Views: 33068
- Tue Dec 06, 2016 12:44 am
- Forum: General discussions
- Topic: User Emails
- Replies: 13
- Views: 35741
Re: User Emails
Hello,
how the user will come to know that the question posted by him received an answer or comment?
how the user will come to know that the question posted by him received an answer or comment?
- Tue Dec 06, 2016 12:42 am
- Forum: General discussions
- Topic: Help needed on the articles page
- Replies: 15
- Views: 24502
Re: Help needed on the articles page
Tried but didn't work except the print. Send to friend and pdf options not working. Below is the file
artikle.tpl
<section>
<article class="pmf-faq">
<header>
<div class="pull-right hidden-print" id="solution_id">
<a class="label label-info" href="{solution_id_link}">
ID #{solution_id}
</a ...
artikle.tpl
<section>
<article class="pmf-faq">
<header>
<div class="pull-right hidden-print" id="solution_id">
<a class="label label-info" href="{solution_id_link}">
ID #{solution_id}
</a ...
- Tue Dec 06, 2016 12:40 am
- Forum: General discussions
- Topic: New Page & Template
- Replies: 23
- Views: 33068
Re: New Page & Template
Here are the files
pdrgrossan.php
<?php
if (!defined('IS_VALID_PHPMYFAQ')) {
$protocol = 'http';
if (isset($_SERVER['HTTPS']) && strtoupper($_SERVER['HTTPS']) === 'ON') {
$protocol = 'https';
}
header('Location: '.$protocol.'://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['SCRIPT_NAME']));
exit ...
pdrgrossan.php
<?php
if (!defined('IS_VALID_PHPMYFAQ')) {
$protocol = 'http';
if (isset($_SERVER['HTTPS']) && strtoupper($_SERVER['HTTPS']) === 'ON') {
$protocol = 'https';
}
header('Location: '.$protocol.'://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['SCRIPT_NAME']));
exit ...
- Fri Dec 02, 2016 12:00 am
- Forum: General discussions
- Topic: User Emails
- Replies: 13
- Views: 35741
User Emails
Hello,
i am facing an issue and i don't know whether this feature is actually exists or not.
1. When a user ask or post a question, the admin get an alert that a question is posted or asked but the user doesn't receives any acknowledgment email that the question is successfully posted and he/she ...
i am facing an issue and i don't know whether this feature is actually exists or not.
1. When a user ask or post a question, the admin get an alert that a question is posted or asked but the user doesn't receives any acknowledgment email that the question is successfully posted and he/she ...
- Wed Nov 30, 2016 9:01 pm
- Forum: General discussions
- Topic: Help needed on the articles page
- Replies: 15
- Views: 24502
Re: Help needed on the articles page
how can i add the Print and Send To Friend options
Thanks
Thanks
- Wed Nov 30, 2016 9:00 pm
- Forum: General discussions
- Topic: New Page & Template
- Replies: 23
- Views: 33068
Re: New Page & Template
No. Can you please send me the template file and the php file. The template file should be pdrgrossan.tpl and the PHP file is pdrgrossan.php
As said, i have alreday registered variable e.g. "pdrgrossan" in config/constants.php in the array $allowedVariables;
Thanks
As said, i have alreday registered variable e.g. "pdrgrossan" in config/constants.php in the array $allowedVariables;
Thanks
- Wed Nov 30, 2016 8:58 pm
- Forum: General discussions
- Topic: Email Delivery Issues
- Replies: 12
- Views: 14032
Re: Email Delivery Issues
which page/file
- Tue Nov 29, 2016 12:08 am
- Forum: General discussions
- Topic: New Page & Template
- Replies: 23
- Views: 33068
New Page & Template
Hello,
i wanted to add a disclaimer under each answer and therefor tried to create a page/template. I followed the link http://faq.phpmyfaq.de/content/2/187/en/add-a-page-using-the-pmf-template-framework.html
1. Build a template file pdrgrossan.tpl and place it in the template/ folder
2. Build a ...
i wanted to add a disclaimer under each answer and therefor tried to create a page/template. I followed the link http://faq.phpmyfaq.de/content/2/187/en/add-a-page-using-the-pmf-template-framework.html
1. Build a template file pdrgrossan.tpl and place it in the template/ folder
2. Build a ...
- Mon Nov 28, 2016 9:14 pm
- Forum: General discussions
- Topic: Email Delivery Issues
- Replies: 12
- Views: 14032
Re: Email Delivery Issues
Dear Thorsten,
i have one more question, the emails delivered by the application for all the communications to admin as well as users i.e. new registration, password, question answered, etc all shows the actual email id that i have set up. I need your help on this issue. I want instead of the email ...
i have one more question, the emails delivered by the application for all the communications to admin as well as users i.e. new registration, password, question answered, etc all shows the actual email id that i have set up. I need your help on this issue. I want instead of the email ...
- Mon Nov 28, 2016 9:08 pm
- Forum: General discussions
- Topic: Help needed on the articles page
- Replies: 15
- Views: 24502
Re: Help needed on the articles page
Dear Thorsten,
i think i am not able to explain you clearly. In the current setup in the artikel.tpl file under the question currently it shows
username (the person who answered the question) date (the date when the question was answered) comments (the link to post comments)
What i want to ...
i think i am not able to explain you clearly. In the current setup in the artikel.tpl file under the question currently it shows
username (the person who answered the question) date (the date when the question was answered) comments (the link to post comments)
What i want to ...
- Fri Nov 25, 2016 7:57 pm
- Forum: General discussions
- Topic: Help needed on the articles page
- Replies: 15
- Views: 24502
Re: Help needed on the articles page
Hello,
You replied question 2 but question 1 is still unanswered.
In the page where a question is displayed (article.php), I want to display the below under the question.
The user who asked the question, the date when the user asked the question, the user or admin who answered the question, the ...
You replied question 2 but question 1 is still unanswered.
In the page where a question is displayed (article.php), I want to display the below under the question.
The user who asked the question, the date when the user asked the question, the user or admin who answered the question, the ...
- Wed Nov 23, 2016 11:51 pm
- Forum: General discussions
- Topic: Help needed on the articles page
- Replies: 15
- Views: 24502
Help needed on the articles page
Hello,
i have two questions
Question 1.
in the artikel.php page under the question currently it shows the person who answered the question, date answered and comments. I would like to place the below
Asked By: Date: Answered By: Date: Comments: Print | Send To Friend
Question 2.
I would like to ...
i have two questions
Question 1.
in the artikel.php page under the question currently it shows the person who answered the question, date answered and comments. I would like to place the below
Asked By: Date: Answered By: Date: Comments: Print | Send To Friend
Question 2.
I would like to ...
- Wed Nov 23, 2016 7:48 pm
- Forum: General discussions
- Topic: Email Delivery Issues
- Replies: 12
- Views: 14032
Email Delivery Issues
Hello,
i am facing some issues with email delivery and notifications. The issues are
1. When a user registers, the admin is getting notification that a new user is registers and to activate the user, but the user never gets an email/notification stating registration activated or access details ...
i am facing some issues with email delivery and notifications. The issues are
1. When a user registers, the admin is getting notification that a new user is registers and to activate the user, but the user never gets an email/notification stating registration activated or access details ...
- Mon Nov 21, 2016 8:41 pm
- Forum: General discussions
- Topic: Embed in website
- Replies: 5
- Views: 10558
Re: Embed in website
Yeah, that is the last resort.
Thanks
Thanks