Igor Yavych
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Rating] I am unable to rate anymore…Try without minifier again?
Forum: Plugins
In reply to: [Simple Rating] I am unable to rate anymore…I just tried and it works. There should be 6 votes now (you should be able to see it when you edit this nutella post in back end in break down). Thing is, it shows correct amount of votes and rating when you rate it, but upon refresh it’s back to 4 votes for some reason. For what reason, I’m not sure. Hard to say without having any access. (I can have a look if you’re interested).
Btw, if you download version from here again (it’s still 1.4, but js is bit changed compared to your version) and replace your current files, it should work with minifier too.Forum: Plugins
In reply to: [Simple Rating] distinction between manual and automatic modeI’ll think about it. Thanks.
Forum: Plugins
In reply to: [Simple Rating] I am unable to rate anymore…I’m not sure but it might be due to your minifier/optimizer/whatever it is.
Please re-download 1.4 from here (I’ve made few changes to script) and see if it works. Make sure your minifier/optimizer grabs new version of the scriptForum: Plugins
In reply to: [Simple Rating] Unable to rateExplain your problem better. What page you’re trying to vote from, what happens, are you logged in, etc.
Forum: Plugins
In reply to: [Simple Rating] Unable to rateYou’re not able to vote from loops (e.g. archives). This functionality will be present in 1.5.
Forum: Plugins
In reply to: [Simple Rating] please add a timestamp to the votes in the databaseYou can run next query
Alter table wp_spr_votes add column voted_on timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
Replacewp_with your actual prefix if needed.
This will addvoted_on columnwhich will be filled with current time when vote is inserted into db.on updatebit will ensure that in version 1.5, if re-voting is allowed, this time stamp will update along with vote.Forum: Plugins
In reply to: [Simple Rating] Did a french translationHello. Thank you for your translation.
Hmmm, not bad idea actually. I will definitely look into setting default locale to one used by site (if available) upon activation starting from version 1.5.
That said, please give me a way to contact you (email) since I’m currently working (bit lazily due to work load) on v1.5 and there will be few new strings added. Would be nice if I could include your translation in 1.5.
Cheers.Forum: Plugins
In reply to: [Simple Rating] Vote meta dataYou want to display breakdown like in admin panel?
There is currently no function to do that. You can either write one yourself if you understand what you’re doing or wait for next version (I was actually thinking about adding feature like that along with other improvements). No estimate on next version though.Forum: Plugins
In reply to: [Simple Rating] rtl stars?All customizations like this are not suited for this support forum.
Forum: Plugins
In reply to: [Simple Rating] Small HTML errorThank you, I know. I was originally planning to release major new version soon after so I didn’t update update version for this minor error.
Forum: Plugins
In reply to: [Simple Rating] Top widgetSorry, I’m not sure what you’re talking about. Please explain in detail
Forum: Plugins
In reply to: [Simple Rating] rating doesn't show on homepage for the featured postIt’s on homepage yet it’s not within loop (
in_the_loop()returns false) therefore check fails and rating is not added.
As a workaround (a really dirty one) you can remove from&&in_the_loop()from($options['loop_on_hp']==1&&is_home()&&in_the_loop())condition in if around line 42Forum: Plugins
In reply to: [Simple Rating] Not show in other sectionsНу, любые кастомизации это сам или найми кого то. Этот форум предназначен для решения ситуций, когда плагин не работает как задумано.
Forum: Plugins
In reply to: [Simple Rating] Not show in other sectionsКонечно он не будет работать в шапке или футере. Стоит проверка идет ли вызов с loop в архиве или на главной странице.
Обьясни подробнее задумку с отображением в шапке/футере. Как должно теоретически работать и т.д.