e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
321 stars 213 forks source link

Feature request-Poll image issue #646

Closed hanklu closed 10 years ago

hanklu commented 10 years ago

I think Poll function simply, if we could use TinyMce4 to edit follow content or put some image to effect people vote.

Poll question: Options :

Moc commented 10 years ago

I don't really get what you are asking... Can you please explain further?

hanklu commented 10 years ago

I am test Poll plug in in admin.I can not put image in Option or poll question.

I did not put image in my new poll field Path:e107_plugins/poll/admin_config.php?mode=create You can see follow image: http://postimg.org/image/y9f66xv43/

Jimmi08 commented 10 years ago

I don't remember to see something like this in other cms. Tinymce is for textarea. Do you mean something like this? http://designwithpc.com/Plugins/ddSlick#demo My opinion: good idea for custom plugin, but not now for core plugin.

Moc commented 10 years ago

It's meant as a textfield/area not as an image field. I don't think images are supported. It would require quite a bit of work to make this functional and I'd say it's outside the scope of core plugins.

This would have to be done through a third party plugin as @Jimmi08 suggested :)

hanklu commented 10 years ago

Thx, I got it.

PS:Dut to other CMS support this in core, I just provide this idea.

Jimmi08 commented 10 years ago

What other CMS? I can image only Wordpress, because it has almost everything in one table. Move this to g+, to have all links save for future.

hanklu commented 10 years ago

Discuz! X3, They support this function for free.

Ref: http://zh.wikipedia.org/wiki/Discuz!

Demo: http://3.cncal.com/plugin.php?id=voted&ac=view&vid=2

PS: Only Chinese

Moc commented 10 years ago

Seen the demo, this is way too far outside the scope of a core plugin. The current poll plugin will suffice. If you want to have such functionality as you linked to, you'll need to code it yourself or ask a plugin coder to create it for you.