QUESTION : POLL FOR LEFT & RIGHT COLUMN

Current Version: 2.0.2
Released: 2013-10-27
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.
Locked

Topic author
ixl
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

Post 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
I.X.L

Just because it worked for you, doesnt mean it's right. ;)

http://WWW.TEAMGAMERS.CO.UK

Elysea
Active Member
Posts: 10
Joined: 27. September 2011 17:27
phpBB.com User: Elysea

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Post 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)

Topic author
ixl
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

Post by ixl »

If I find out, I'll let you know.

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

Just because it worked for you, doesnt mean it's right. ;)

http://WWW.TEAMGAMERS.CO.UK
User avatar

archivar
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

Post 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%">
V.G. archivar
sorry for my bad english

Topic author
ixl
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

Post 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
I.X.L

Just because it worked for you, doesnt mean it's right. ;)

http://WWW.TEAMGAMERS.CO.UK

Elysea
Active Member
Posts: 10
Joined: 27. September 2011 17:27
phpBB.com User: Elysea

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Post 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)

Topic author
ixl
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

Post by ixl »

That works perfectly for us.

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

IXL
I.X.L

Just because it worked for you, doesnt mean it's right. ;)

http://WWW.TEAMGAMERS.CO.UK
User avatar

archivar
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

Post 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.
V.G. archivar
sorry for my bad english

Elysea
Active Member
Posts: 10
Joined: 27. September 2011 17:27
phpBB.com User: Elysea

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Post by Elysea »

Didn't get around to do it before now and it works perfect.
Thank you :D
User avatar

noth
Active Member
Posts: 29
Joined: 4. July 2012 12:58
phpBB.com User: noth
Location: das hund est sehr grossen
Contact:

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Post by noth »

Elysea DEMO PLEASE? :P

Elysea
Active Member
Posts: 10
Joined: 27. September 2011 17:27
phpBB.com User: Elysea

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Post by Elysea »

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

Overtkill
Active Member
Posts: 6
Joined: 29. April 2012 04:27
phpBB.com User: Overtkill

Re: QUESTION : POLL FOR LEFT & RIGHT COLUMN

Post 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.

scorpio
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

Post 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.
Locked

Return to “Board3 Portal 2.0.x - English Support”