Reviews module not working as expected
September 2015 Joomla Template
- GK User
- Sat May 28, 2016 9:20 am
Hi, I have a small problem with the reviews module.
I have added the following code to my article:
This should show an overall score and 4 other scores. The problem is that I only get this: only 3 scores instead of 4, and the Overall label is not present.
Can you please help?
Thanks,
Vlad
I have added the following code to my article:
- Code: Select all
{REVIEW}label=Overall;decimal=1;max=10;Design=6;Navigare=5;Formulare=7;Responsive=8{/REVIEW}
This should show an overall score and 4 other scores. The problem is that I only get this: only 3 scores instead of 4, and the Overall label is not present.
review module.png
Can you please help?
Thanks,
Vlad
-
- Fresh Boarder
- teitbite
- Wed Jun 01, 2016 10:26 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
-
- Moderator
- GK User
- Fri Feb 03, 2017 7:47 pm
To get the last item to appear, you need add a semicolon to the end of the end.
Hope Gavick updates this in their documentation.
So in your example, add a semicolon at the end of 8:
As for the Label, I haven't figured out yet how to get that to show.
Hope Gavick updates this in their documentation.
So in your example, add a semicolon at the end of 8:
- Code: Select all
{REVIEW}label=Overall;decimal=1;max=10;Design=6;Navigare=5;Formulare=7;Responsive=8;{/REVIEW}
As for the Label, I haven't figured out yet how to get that to show.
-
- Fresh Boarder
- GK User
- Fri Feb 03, 2017 7:59 pm
Correction regarding label, stick a semicolon in front of label will get it to show.
trinketo wrote:To get the last item to appear, you need add a semicolon to the end of the end.
Hope Gavick updates this in their documentation.
So in your example, add a semicolon at the end of 8:
- Code: Select all
{REVIEW}label=Overall;decimal=1;max=10;Design=6;Navigare=5;Formulare=7;Responsive=8;{/REVIEW}
As for the Label, I haven't figured out yet how to get that to show.
-
- Fresh Boarder
- teitbite
- Tue Feb 07, 2017 6:50 pm
Hi
Thank You for shearing. I'll pass this to programmers.
Thank You for shearing. I'll pass this to programmers.
-
- Moderator
5 posts
• Page 1 of 1