Topic: PunPoll and RTL Support

Hi guys,

I've successfully integrated PulPoll to v1.2.13 of PunBB, but have found out that it does not treat RTL correctly,
Please see screen shot: http://img245.imageshack.us/img245/4310 … rtlwc0.jpg

The poll's options are aligned to the left, instead of switching positions with the radius buttons, or just be aligned to the right, next to the radius buttons.

How can I mod it so it will display correctly for RTL users?
Thank you!

2

Re: PunPoll and RTL Support

I will try it this night.

If your people come crazy, you will not need to your mind any more.

3

Re: PunPoll and RTL Support

HI, i tried to download it from
http://www.punres.org/download.php?id=161

From wher you get it PunPoll

If your people come crazy, you will not need to your mind any more.

Re: PunPoll and RTL Support

http://punbb.org/forums/viewtopic.php?pid=78251#p78251
See (5.) there.

5

Re: PunPoll and RTL Support

That East Poll.
The problem in code viewpoll.php
Ok open viewpoll.php
goto line 212

<table style="WIDTH: auto; TABLE-LAYOUT: auto; TEXT-ALIGN: left; BORDER: 0; CELLSPACING: 0; CELLPADDING: 0;">

look at TEXT-ALIGN: left;
change it to Right but you will have problem in English, and if you removed you will have centered in IE.
i changed it to
TEXT-ALIGN: justify;
and it worked good, i do not know why but just worked smile

If your people come crazy, you will not need to your mind any more.

Re: PunPoll and RTL Support

Thanks, that did the trick... smile
One down, lots more to go...