Problem with poll module
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
Topic author - Active Member
- Posts: 10
- Joined: 2. November 2020 13:05
- phpBB.de User: Liam Davis
- phpBB.com User: Liam Davis
Problem with poll module
Get this in view topic with poll module enabled, any fix please ?
https://i.ibb.co/4pn0zR2/Capture.png
https://i.ibb.co/4pn0zR2/Capture.png
Re: Problem with poll module
The picture does not show the poll module.
What phpBB version and what style (download link) are you using?
What phpBB version and what style (download link) are you using?
Gruß Udo
-
Topic author - Active Member
- Posts: 10
- Joined: 2. November 2020 13:05
- phpBB.de User: Liam Davis
- phpBB.com User: Liam Davis
Re: Problem with poll module
Thanks for answer. Version is 3.3.4 style is prosilver and ne-blackgreen
Last edited by Kirk on 27. August 2021 17:20, edited 1 time in total.
Reason: Removed unnecessary full quote
Reason: Removed unnecessary full quote
-
Topic author - Active Member
- Posts: 10
- Joined: 2. November 2020 13:05
- phpBB.de User: Liam Davis
- phpBB.com User: Liam Davis
Re: Problem with poll module
This is how the poll looks in the topic which it was created..
This is how it looks in all other topics
When I try to set the poll for forums in the block module the poll disappears.
This is how it looks in all other topics
When I try to set the poll for forums in the block module the poll disappears.
-
Topic author - Active Member
- Posts: 10
- Joined: 2. November 2020 13:05
- phpBB.de User: Liam Davis
- phpBB.com User: Liam Davis
Re: Problem with poll module
Yes but mine are not...They are trying to be displayed in the other topics which is where this is coming from..
Its only happening with the portal poll module enabled.
Is there anyway to reinstall just the poll part of board3, Maybe that will fix it ?
Its only happening with the portal poll module enabled.
Is there anyway to reinstall just the poll part of board3, Maybe that will fix it ?
Last edited by Kirk on 27. August 2021 19:00, edited 1 time in total.
Reason: Removed unnecessary full quote
Reason: Removed unnecessary full quote
Re: Problem with poll module
You don't always have to answer with a full quote!
That's not really possible, the poll module can only be displayed sideways in a topic. A link to your board would be helpful.
You can reset the module to the default settings.
That's not really possible, the poll module can only be displayed sideways in a topic. A link to your board would be helpful.
You can reset the module to the default settings.
Gruß Udo
-
Topic author - Active Member
- Posts: 10
- Joined: 2. November 2020 13:05
- phpBB.de User: Liam Davis
- phpBB.com User: Liam Davis
Re: Problem with poll module
Reset did not fix.
Board is on local xampp not published on live server yet, thanks for your time anyway.
Board is on local xampp not published on live server yet, thanks for your time anyway.
-
Topic author - Active Member
- Posts: 10
- Joined: 2. November 2020 13:05
- phpBB.de User: Liam Davis
- phpBB.com User: Liam Davis
Re: Problem with poll module
If I move the portal poll block to the left column issue solved, right block issue returns.
Re: Problem with poll module
You should have mentioned that this problem only occurs when this module is displayed on the right side.
I can understand the problem, the solution may take some time.
I can understand the problem, the solution may take some time.
Gruß Udo
-
Topic author - Active Member
- Posts: 10
- Joined: 2. November 2020 13:05
- phpBB.de User: Liam Davis
- phpBB.com User: Liam Davis
Re: Problem with poll module
I only just discovered the left side working. Thanks again much appreciated.
Re: Problem with poll module
Here is the solution
Open:
Find:
Replace with:
Go to Directory:
Open the files:
Find in these files:
Replace in these files with:
In the end "ACP -> General" --> purge cache It's recommended to purge your browser cache too.
Open:
root/ext/board3/portal/modules/poll.php
Find:
Code: Select all
'S_HAS_POLL' => $has_poll,
Code: Select all
'S_HAS_B3P_POLL' => $has_poll,
root/ext/board3/portal/styles/prosilver/template/portal/modules/
Open the files:
poll_center.html
and poll_side.html
Find in these files:
Code: Select all
<!-- IF S_HAS_POLL -->
Code: Select all
<!-- IF S_HAS_B3P_POLL -->
Gruß Udo
-
Topic author - Active Member
- Posts: 10
- Joined: 2. November 2020 13:05
- phpBB.de User: Liam Davis
- phpBB.com User: Liam Davis
Re: Problem with poll module
Worked perfectly...You sir are a star
Last edited by Liam Davis on 28. August 2021 18:41, edited 1 time in total.