[ABD] Advanced Show Poll Voters 1.0.0

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
KarGoManiA
Registered User
Posts: 39
Joined: Thu Nov 06, 2008 9:30 pm

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by KarGoManiA »

I cant download this mod... Give me a link pls
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Saske1 »

KarGoManiA wrote:I cant download this mod... Give me a link pls
Please read my previous message.
Saske1 wrote:
Steveb0 wrote:Has this mod been abandoned? I tried to download the latest version and it is a dead link.
The download is that I lost my site changes, where she was staying, anyway, the mod is not abandoned, and the DEV versions need not have a mandatory download link
When you have time, re-raise the MOD and what led to the new version ;)
In a few days, I will put the download link, version 0.1.0, and the new version, even if not completed, to see if there are errors :mrgreen:
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Saske1 »

Download Link (0.1.0 Versión) (Registration required)
http://www.phpbbsaske.com/foro/advanced ... s-t82.html
KarGoManiA
Registered User
Posts: 39
Joined: Thu Nov 06, 2008 9:30 pm

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by KarGoManiA »

:( Link was broken
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Saske1 »

KarGoManiA wrote::( Link was broken
So, I'm making improvements to my site, and therefore, the links are not available, however, this time, you can download the mod here https://sourceforge.net/projects/phpbbs ... p/download
xXSTrikeXx
Registered User
Posts: 8
Joined: Thu May 12, 2011 5:56 am

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by xXSTrikeXx »

Can you add the Featuere, that Admins can see it all the time (admins with the permission) ?
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Saske1 »

xXSTrikeXx wrote:Can you add the Featuere, that Admins can see it all the time (admins with the permission) ?
This version (if I remember correctly) brings an add-on to only see "who voted in the polls?" the Administardores and moderators
In the new version, there are permissions in the ACP, although per forum, however, the add-on will also change with the update so that you can choose whether they see only the administrator, and moderators Administardores or moderators only (by default, everyone can see the polls will also see the result)
xXSTrikeXx
Registered User
Posts: 8
Joined: Thu May 12, 2011 5:56 am

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by xXSTrikeXx »

When will the update come out?
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Saske1 »

xXSTrikeXx wrote:When will the update come out?
5 days late, I have done most of the work, and can see a demonstration of this topic on my site http://www.phpbbsaske.com/foro/bienveni ... b3-t1.html (is in Spanish)
If you can not see it, notify me so, to review the permissions :roll:
xXSTrikeXx
Registered User
Posts: 8
Joined: Thu May 12, 2011 5:56 am

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by xXSTrikeXx »

Ok thx i will wait :)
AgentStinger
Registered User
Posts: 2
Joined: Thu Aug 25, 2011 4:35 pm

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by AgentStinger »

Saske1 wrote:If you mean change the "colors", I guess it's changed since the css style.
could put a link to this?
from styles/ca_black/theme/colours.css

Code: Select all

/* Post poll styles
----------------------------------------*/

fieldset.polls dl {
	border-top-color: #333;
	color: #f0f0f0;
}

fieldset.polls dl.voted {
	color: #CF5F56;
}

fieldset.polls dd div {
	color: #f0f0f0;
}

fieldset.polls .voted dd div {
	color: #CF5F56;
}

.pollbar, .pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
	background-color: #333;
	border-bottom-color: #111;
	border-right-color: #111;
	border-left-color: #383838;
	border-top-color: #383838;
}
[/size]

The text block, where the poll voters are shown, needs to have its own style, to make the colors of the commatas equal, I think. But I have no idea how to do that, as I don't understand XHTML.
In your example board, you have have black, bold text in the list of the voted option, and blue text in the lists of the other options.
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Saske1 »

Try this code

Code: Select all

    /* Post poll styles
    ----------------------------------------*/

    fieldset.polls dl {
       border-top-color: #333;
       color: #f0f0f0;
    }

    fieldset.polls dl.voted {
       color: #f0f0f0;
    }

    fieldset.polls dd div {
       color: #f0f0f0;
    }

    fieldset.polls .voted dd div {
       color: #f0f0f0;
    }

    .pollbar, .pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
       background-color: #333;
       border-bottom-color: #111;
       border-right-color: #111;
       border-left-color: #383838;
       border-top-color: #383838;
    }
Then refresh the theme from the acp :mrgreen:
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Saske1 »

New version MOD now available

this version is not yet 100% complete, and so this state DEV (development)

Dowload: http://www.phpbbsaske.com/foro/advanced ... s-t82.html

More information on the 1 post and in phpBBSaske Site
xXSTrikeXx
Registered User
Posts: 8
Joined: Thu May 12, 2011 5:56 am

Re: [DEV] Advanced Show Poll Voters 1.0.0

Post by xXSTrikeXx »

Can you make a update readme from Version 0.1.0`?
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva

Re: [DEV] Advanced Show Poll Voters 1.0.0

Post by Saske1 »

xXSTrikeXx wrote:Can you make a update readme from Version 0.1.0`?
Version 0.1.0 to 1.0.0 there are many differences, almost nothing does not match the code, it is best to uninstall 0.1.0 and install 1.0.0 :P

Return to “[3.0.x] Abandoned MODs”