Version 7.0.8 Poll Clean Up

The poll is ok --I'd rather have an admin where I could adjust the view of how many choices are shown.. and I might do that at some point once we get re-situated..   in the mean time, ..(g)

Noted the choice field was not lining up with the name and was too close..  I read all the files (css, php,js..etc) and saw a quick fix.

open the file:  profile_poll.js

scroll down to line 221

( it may be off one or two in yours ) and change the appearance there ( if you want - you can do it any way you please if you don't like the out of box look - nor this tidbit -- I aint your Dad.. (g))

    var newdiv2 = $("<div></div>");
            $(newdiv2).css({'left':'30px', 'position':'absolute', 'top':'5px', 'width':'100%', 'height':'100%', 'overflow':'hidden'});
            $(newdiv2).append(newdiv);

            var newdiv3 = $("<div></div>");

            $(newdiv3).append('<input type="radio" name="vote_' + ID + '" value="' + loopIndex + '" onclick="PerformSubmit(' + ID + ', ' + loopIndex + ');"/>');
            $(newdiv3).append(newdiv2);
            $(container).append(newdiv3);
            $(newdiv3).css({'height':'35px', 'position':'relative'});

 

You can go here and see what it looks like after the changes in red above if ya want http://we-patriots.com

 

Quote · 5 Nov 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.