newsflash2000 wrote:Is there any word on a working PivotX 2.0 version of this extension?
I will be working on it this week.
newsflash2000 wrote:Is there any word on a working PivotX 2.0 version of this extension?
sc123 wrote:1) The stars version of the conf.php file won't work. I renamed it to pivote_conf.php and deleted the other images and conf files in /pivote-gfx but somehow it still shows the bars even when loading in a new browser.
sc123 wrote:2) The widget doesn't seem to be working, as it isn't displaying anything even though I have an article with a rating.
Wim wrote:sc123 wrote:1) The stars version of the conf.php file won't work. I renamed it to pivote_conf.php and deleted the other images and conf files in /pivote-gfx but somehow it still shows the bars even when loading in a new browser.
Did you also follow this part of the instruction: When you do this, to make this effective, delete the corresponding files from pivotx/db/pivote/pivote-gfx? (Note that this is in the db directory) After doing this, open the PivotX dashboard and reload the extensions page. It may be necessary to disable / re-enable the Pivote extension as a last resort.sc123 wrote:2) The widget doesn't seem to be working, as it isn't displaying anything even though I have an article with a rating.
I think this one is easy: check in the PivotX dashboard in the extensions configuration section for Pivote that the Minimum votes is set to 1 (I believe the default is 5, so any article with less than 5 votes will not display in the top list).
sc123 wrote:I also have a small display issue, as the stars don't align in the center of the box as they do in your OP - see here. The box also appears to be wider than needed - CSS issue?
.pivote {
width: 120px; <-- change this
padding: 5px;
text-align: center;
margin-left:10px;
position: relative;
}
.pivote .images {
background-color: #f1f1f1;
padding: 3px;
border: 1px solid #000;
text-align: center; <-- add this
}
.pivote .votes {
font-size: 10px;
color: #ccc;
padding: 0px;
margin: 0px;
}
.pivote .vote { <-- add this
padding:1px; <-- and this
} <-- and also this
camarados wrote:Is this rating extension also working with pages instead of entries?
[[ if $entry.category[0]=="bootleg" ]]
[[ pivote ]]
[[/if]]
Users browsing this forum: No registered users and 0 guests