QUESTION : POLL FOR LEFT & RIGHT COLUMN
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 - Sponsor
- Posts: 83
- Joined: 26. October 2009 21:40
- phpBB.de User: IXL
- phpBB.com User: IXLUKCOM
- Location: UK
- Contact:
QUESTION : POLL FOR LEFT & RIGHT COLUMN
Hi.
1, I just wondered what is the reason why the Poll ( Vote ) cannot be used in the left or right columns. Can anyone please advise? These would be great and were working in the 2.0.0b version but not in the final latest release.
2, Some theme Polls look really awful in the centre middle column because the vote poll result bars are not the full width of the column, so it looks quite strange. So I wondered what can we do to fix the votes to work in the left and right columns. I use Acid Tech, and they look like this image below. Can anyone help advise what I can change to make the bars longer to match the column width properly like they do in subsilver or pro silver?
https://lh4.googleusercontent.com/-0tsG ... e_bars.JPG
Thanks
IXL
1, I just wondered what is the reason why the Poll ( Vote ) cannot be used in the left or right columns. Can anyone please advise? These would be great and were working in the 2.0.0b version but not in the final latest release.
2, Some theme Polls look really awful in the centre middle column because the vote poll result bars are not the full width of the column, so it looks quite strange. So I wondered what can we do to fix the votes to work in the left and right columns. I use Acid Tech, and they look like this image below. Can anyone help advise what I can change to make the bars longer to match the column width properly like they do in subsilver or pro silver?
https://lh4.googleusercontent.com/-0tsG ... e_bars.JPG
Thanks
IXL
Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN
I was just looking for the same as I would really like to put the poll in one of the side blocks.
I know how to work the older template but not this one (I love this! Don't get me wrong)
I know how to work the older template but not this one (I love this! Don't get me wrong)
-
Topic author - Sponsor
- Posts: 83
- Joined: 26. October 2009 21:40
- phpBB.de User: IXL
- phpBB.com User: IXLUKCOM
- Location: UK
- Contact:
Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN
If I find out, I'll let you know.
I think the polls on the sides would just look so much better.
I think the polls on the sides would just look so much better.
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN
I would not recommend the survey block on the edge, because too little space!ixl wrote: 1, I just wondered what is the reason why the Poll ( Vote ) cannot be used in the left or right columns. Can anyone please advise? These would be great and were working in the 2.0.0b version but not in the final latest release.
You can here:
search in root/portal/modules/portal_poll.php
Code: Select all
public $columns = 21;
Code: Select all
public $columns = 31;
search in root/styles/subsilver2/template/portal/modules/poll_side.html
remove:
Code: Select all
<td dir="ltr" style="text-align: left; white-space: nowrap">{POLL_LEFT_CAP_IMG}{poll_side.poll_option.POLL_OPTION_IMG}{POLL_RIGHT_CAP_IMG}</td>
Unfortunately I have no better solution.ixl wrote: 2, Some theme Polls look really awful in the centre middle column because the vote poll result bars are not the full width of the column, so it looks quite strange. So I wondered what can we do to fix the votes to work in the left and right columns. I use Acid Tech, and they look like this image below. Can anyone help advise what I can change to make the bars longer to match the column width properly like they do in subsilver or pro silver?
search in root/styles/subsilver2/template/portal/modules/poll_center.html
Code: Select all
<table cellspacing="0" cellpadding="2" border="0">
Code: Select all
<table cellspacing="0" cellpadding="2" border="0" width="100%">
V.G. archivar
sorry for my bad english
sorry for my bad english
-
Topic author - Sponsor
- Posts: 83
- Joined: 26. October 2009 21:40
- phpBB.de User: IXL
- phpBB.com User: IXLUKCOM
- Location: UK
- Contact:
Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN
Hi Archivar
Hope you are well
Thanks for the advise, I will look at what you have suggested.
I will report back and let you know if this helps, so other people can use it.
Hope you are well
Thanks for the advise, I will look at what you have suggested.
I will report back and let you know if this helps, so other people can use it.
Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN
Thank you, I will try it tomorrow
I'm using prosilver and will let you know how it work.
(The poll across mid portal with the red stripes is not pretty)
I'm using prosilver and will let you know how it work.
(The poll across mid portal with the red stripes is not pretty)
-
Topic author - Sponsor
- Posts: 83
- Joined: 26. October 2009 21:40
- phpBB.de User: IXL
- phpBB.com User: IXLUKCOM
- Location: UK
- Contact:
Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN
That works perfectly for us.
Thank you so much.
IXL
Thank you so much.
IXL
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN
You can change this in for prosilver root/styles/prosilver/theme/colours.css.Elysea wrote: (The poll across mid portal with the red stripes is not pretty)
Search "poll" and experiment with the color code.
V.G. archivar
sorry for my bad english
sorry for my bad english
Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN
Didn't get around to do it before now and it works perfect.
Thank you
Thank you
Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN
Sorry, didn't see this before now. Here on the portal. Site is still wipnoth wrote:Elysea DEMO PLEASE?
Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN
Elysea wrote:Sorry, didn't see this before now. Here on the portal. Site is still wipnoth wrote:Elysea DEMO PLEASE?
Nice looking guild website!
-Overt.
-
- Active Member
- Posts: 27
- Joined: 8. July 2012 17:06
- phpBB.de User: Scorpio
- phpBB.com User: scorpiors
Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN
After applying the given code, the center POLL will be disabled or not? I want to put a left/right POLL and a center poll. Please guide me.