Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Hook for the Poll?
dudieboy
New
Hi, Polls don't appear on the Mobile version of the forums. I would like to add it to the Mobile theme (at the top of the discussion), so what is the php hook that will show the poll?
0
Comments
Afterwards, maybe more things will be needed to change in the theme.
In the plugin about, you add:
'MobileFriendly' => TRUE,
There's already a few (especially external signin stuff that have this).
Indeed, there's no Panel asset in the Mobile theme (well, there is still one at the moment (not displayed), but it will be removed as say just before, it's not displayed, so no need to generate/transmit uneeded html)
Change the poll hooks to the Footer for instance, you'll be able to see it.
You can try "Content" too, but I'm not sure where it will be displayed.
return 'Content;'
instead of 'Panel.' The poll shows up in the mobile theme right away, albeit could use some style adjustments.
Resolved.