Page 1 of 1

QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 11. June 2012 17:33
by ixl
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

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 16. June 2012 12:49
by Elysea
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)

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 18. June 2012 16:01
by ixl
If I find out, I'll let you know.

I think the polls on the sides would just look so much better. :)

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 18. June 2012 20:40
by archivar
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. :(
I would not recommend the survey block on the edge, because too little space!
You can here:
search in root/portal/modules/portal_poll.php

Code: Select all

	public $columns = 21;
replace:

Code: Select all

	public $columns = 31;
Take it for prosilver and subsilver2 the same poll_side.html
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>
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?
Unfortunately I have no better solution.
search in root/styles/subsilver2/template/portal/modules/poll_center.html

Code: Select all

<table cellspacing="0" cellpadding="2" border="0">
replace:

Code: Select all

<table cellspacing="0" cellpadding="2" border="0" width="100%">

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 18. June 2012 22:55
by ixl
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.

:D

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 19. June 2012 01:54
by Elysea
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)

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 19. June 2012 11:12
by ixl
That works perfectly for us.

Thank you so much. :D :mrgreen: :D

IXL

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 19. June 2012 20:37
by archivar
Elysea wrote: (The poll across mid portal with the red stripes is not pretty)
You can change this in for prosilver root/styles/prosilver/theme/colours.css.
Search "poll" and experiment with the color code.

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 30. June 2012 02:51
by Elysea
Didn't get around to do it before now and it works perfect.
Thank you :D

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 5. July 2012 11:07
by noth
Elysea DEMO PLEASE? :P

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 19. July 2012 19:04
by Elysea
noth wrote:Elysea DEMO PLEASE? :P
Sorry, didn't see this before now. Here on the portal. Site is still wip

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 27. July 2012 21:04
by Overtkill
Elysea wrote:
noth wrote:Elysea DEMO PLEASE? :P
Sorry, didn't see this before now. Here on the portal. Site is still wip

Nice looking guild website! :)

-Overt.

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Posted: 10. September 2012 09:11
by scorpio
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.