Hi, Alain.
Where I can see this issue? could you provide an URL?
Hi Michal,
Here is the link:
www.eveil.me/centre-m%C3%A9dias/guruProg...itation/6-meditation
Thank you.
Hi, Alain.
Try this:
- copy this file: ROOT/components/com_guru/views/guruprograms/tmpl/view.php
- to ROOT/templates/your-template/com_guru/guruprograms
- edit file and comment this:
$details .= '<br/><b>'.JText::_("GURU_CERTIFICATE_COL").': </b>'.JText::_("GURU_NO_CERT_GIVEN");
Hi, Alain.
Then create them :) Both "com_guru" and inside "guruprograms".
Hi Michal,
I did it and uploaded the view.php file but the issue remain.
Here is the line I commented out:
Ligne 825:
//$details .= '<br/><b>'.JText::_("GURU_CERTIFICATE_COL").': </b>'.JText::_("GURU_NO_CERT_GIVEN");
Hi, Alain.
I ask Guru developer to take a look.
What is strange is that this ligne Certificate appear only on my 2 courses, not on the ijoomla course www.eveil.me/centre-m%C3%A9dias/guruProg...la/1-how-to-use-guru
Hi,
In this file:
"\components\com_guru\views\guruprograms\tmpl\view.php"
you can find this line:
if(isset($certificate_term) && $certificate_term != 0){
Before this line, put this code:
$certificate_term = 0;
At the end you should have something like this:
$certificate_term = 0;
if(isset($certificate_term) && $certificate_term != 0){
Hi Michal,
I have another issue here:
www.eveil.me/communaut%C3%A9/486-alain/profile
at the top of the page there is this message:
Notice: Undefined offset: 0 in /home/lereel92/public_html/eveil.me/plugins/community/gurucoursesteach/gurucoursesteach.php on line 235
Hi Alin,
I did. But now it's a total mess:
www.eveil.me/centre-m%C3%A9dias/guruProg...itation/6-meditation
Please see the error lines at the top:
n /home/lereel92/public_html/eveil.me/libraries/cms/plugin/helper.php on line 168
Notice: Trying to get property of non-object in /home/lereel92/public_html/eveil.me/libraries/cms/plugin/helper.php on line 168
Warning: Cannot modify header information - headers already sent by (output started at /home/lereel92/public_html/eveil.me/libraries/cms/plugin/helper.php:168) in /home/lereel92/public_html/eveil.me/components/com_community/libraries/core.php on line 526