Bug Report - Polls mod stripping caps

Creating a poll removes all upper case letters. Dolphin 7 - 7.00

stripping caps

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 6 Mar 2010

It is a bug but if you want to fix it now, you can edit the modules/boonex/poll/templates/base/css/main.css

Change this:

div.poll_block div.poll_section div.pollBlock
{
border:0 solid #96B2C9;
margin-bottom:10px;
position:relative;
text-align:center;
width:100%;
text-transform:lowercase;
}

To this:

div.poll_block div.poll_section div.pollBlock
{
border:0 solid #96B2C9;
margin-bottom:10px;
position:relative;
text-align:center;
width:100%;
text-transform:capitalize;
}

Chris

Nothing to see here
Quote · 6 Mar 2010

http://www.boonex.com/unity/forums/#topic/Upper-case-letters-in-polls-mod.htm

Tongue out

Quote · 6 Mar 2010

 

It is a bug but if you want to fix it now, you can edit the modules/boonex/poll/templates/base/css/main.css

 

Change this:

div.poll_block div.poll_section div.pollBlock
{
border:0 solid #96B2C9;
margin-bottom:10px;
position:relative;
text-align:center;
width:100%;
text-transform:lowercase;
}

 

To this:

 

div.poll_block div.poll_section div.pollBlock
{
border:0 solid #96B2C9;
margin-bottom:10px;
position:relative;
text-align:center;
width:100%;
text-transform:capitalize;
}

 

Chris

 

 Ok, that's not exactly what I was looking for. That change capitalizes every word. If I remove that entire line, will it ignore whether the letters are capitalized or not and leave them as they are entered?

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 6 Mar 2010

Yup, that did the trick. I just removed the text-transform line altogether. Problem solved. Thanks for getting me there.

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 6 Mar 2010

http://www.boonex.com/trac/dolphin/ticket/1913

Rules → http://www.boonex.com/terms
Quote · 8 Mar 2010

Creating a poll removes all upper case letters. Dolphin 7 - 7.00

stripping caps

trouble was fixed

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 16 Mar 2010

my polls don't seem to register any votes, please someone let me know where i need to go to repair this. PM me please.

Everyday is a new beginning.
Quote · 5 Aug 2011

 

my polls don't seem to register any votes, please someone let me know where i need to go to repair this. PM me please.

Different problem. Please create a new topic.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 5 Aug 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.