- Edited
PranavJadhav
I think we shouldn’t talk about my forum in the extensions discussion.
about your question:
I need to modify it before update.
PranavJadhav
I think we shouldn’t talk about my forum in the extensions discussion.
about your question:
I need to modify it before update.
Update is coming this weekend ?
Changelog:
My thoughts reading this post in order:
1. Awesome! Someone finally made polls
2. I've never seen an extension by this person, it's great that they are starting out strong
3. Wait what? It's made by ReFlar? Heck yeah!
4. I haven't been on the ReFlar discord in a while
5. I need to play less Fortnite
jordanjay29 well.. I... Umm... H-h-avent logged on in a while
hey guys, can I see some live demo? share your forum pls ?
Important! Please remove the old package treefiction/polls and add the new package:
composer require reflar/polls
I would like to customize how the polls are presented to the forum users. I thought I could just add/modify some css.less but am unable to locate any css.
I did find:
lib/models/Vote.js
import app from 'flarum/app';
import Model from 'flarum/Model';
import mixin from 'flarum/utils/mixin';
import computed from 'flarum/utils/computed';
export default class Vote extends mixin(Model, {
poll_id: Model.attribute('poll_id'),
user_id: Model.attribute('user_id'),
option_id: Model.attribute('option_id'),
}) {
/**
* @inheritDoc
*/
apiEndpoint() {
return '/reflar/polls/votes';
}
}
Which in my limited programming experience believe it creating the
<div class="voted">
How can I modify that so that I make :
Look more like:
Thank you.
0E800 have you tried the resources folder? ?
https://github.com/ReFlar/polls/blob/master/resources/less/forum.less
Try working your magic in the Custom CSS/LESS section of your Admin CP instead of directly in the extension files themselves.
Cannot enable extension ?
What to do?
SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint
SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint (SQL: alter table dle_poll_votes
add constraint poll_votes_user_id_foreign foreign key (user_id
) references dle_users
(id
))
full log
This is the Custom CSS I came up with that is pretty close to it:
.voted {
padding: 1em;
border-radius: 25px;
border: 1px solid;
width: 400px; margin: 0 auto;
display: table;
margin-top: 10px;
max-width: 600px;
float: center; height: 100px;
}
.PollVoted {
margin-top: 1em;
padding-bottom: 25px;
display: table-row;
width: 400px; height: 30px;
}
Before:
After:
Enjoy.
This is really nice!
Sadly the poll is nearly useless as long as you can't tell how many votes were cast and there should be an option to change your mind after voting ?
EDIT: Also it seems that the Reaction-Chooser from ReFlar Reaction is being overlapped by choice-strings.
Just a quick update for everyone on the status of the extension:
We are currently hard at work revamping polls, in the next release we will have squashed all reported bugs, added translations, and improved the overall look and feel of the extension.
Track our progress here: https://github.com/ReFlar/polls/pull/17
reflar/reactions
Please run:
php flarum cache:clear
In your root Flarum dir
Clear your browser and Cloudflare (If Applicable) caches after updating. This will ensure the localizations propagate
1.1.0 ?
1.2.0 ?
Sometime ?
Wow that looks amazing @Kyrne, well done! ?
Kyrne The translation isn't work for me. I run the
php flarum cache:clear
and cleared browser cache. What am I doing wrong?
janosvirag_me delete assets/rev-manifest.json or re enable any extension.