[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.
Locked
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva
Contact:

[ABD] Advanced Show Poll Voters 1.0.0

Post by Saske1 »

Modification Name: Advanced Sow Poll Voters
Author: Saske1

MOD Based in: [ABD] Advanced Show Poll Voters By idiotnesia, and Poll Results FX.


Modification Description:
This mod is an advanced way to see who has voted in the polls

Modification Version: 1.0.0 DEV


Features:
General Feature list :
* See who voted in the polls? 100%
* subsilver2 style 100% Here!.
* permission for groups 100% (Thanks For Alorse)
* Vote Order 100% (Thanks for Leviatan21)
* Advanced ACP Setting 100%
* Checker Versión 100%
* UMIL Installer 100%
* Support AutoMOD 100%

Screenshots:
In Style Prosilver (Spanish) (0.0.3 version)
Image


Demo URL: Not available
Username: Not available
password: Not available


Repository http://github.com/phpbb-saske/Advanced_Show_Poll_Voters

Modification Download:
Download
Last edited by Saske1 on Sun Sep 02, 2012 12:42 pm, edited 19 times in total.
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva
Contact:

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Saske1 »

Version 0.1.0 released :)
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by 4_seven »

Congrats, this is an awesome addition :geek:
Current Mods | Mod Base | php(BB) programming | No help via PM
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva
Contact:

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Saske1 »

4_seven wrote:Congrats, this is an awesome addition :geek:
Thanks :oops: :roll:
I will bring to future versions, permissions for groups, I hope you like that too much :) :mrgreen:
toconeal
Registered User
Posts: 2
Joined: Fri May 13, 2011 12:46 pm

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by toconeal »

Forgive the noob question please...
I have replaced all modified files, but still get no option to activate in acp. What is the sql change? Where is it made-what file? There is a mod x file, but instructions say there is not one... Any help will be greatly appreciated.
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva
Contact:

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Saske1 »

toconeal wrote:Forgive the noob question please...
I have replaced all modified files, but still get no option to activate in acp. What is the sql change? Where is it made-what file? There is a mod x file, but instructions say there is not one... Any help will be greatly appreciated.
Hi, this problem, I commented on it in another forum, the problem is that there are 2 lines with the same name, but the right one at this time would be the second
Undo the changes to the file root / includes / acp / acp_board.php
And do the following
Open: root / includes / acp / acp_board.php
Search

Code: Select all

						'legend1'				=> 'GENERAL_OPTIONS',
						'allow_topic_notify'	=> array('lang' => 'ALLOW_TOPIC_NOTIFY',	'validate' => 'bool',	'type' => 'radio:yes_no', 'explain' => false),
						'allow_forum_notify'	=> array('lang' => 'ALLOW_FORUM_NOTIFY',	'validate' => 'bool',	'type' => 'radio:yes_no', 'explain' => false),
						'allow_bbcode'			=> array('lang' => 'ALLOW_BBCODE',			'validate' => 'bool',	'type' => 'radio:yes_no', 'explain' => false),
						'allow_post_flash'		=> array('lang' => 'ALLOW_POST_FLASH',		'validate' => 'bool',	'type' => 'radio:yes_no', 'explain' => true),
						'allow_smilies'			=> array('lang' => 'ALLOW_SMILIES',			'validate' => 'bool',	'type' => 'radio:yes_no', 'explain' => false),
						'allow_post_links'		=> array('lang' => 'ALLOW_POST_LINKS',		'validate' => 'bool',	'type' => 'radio:yes_no', 'explain' => true),
						'allow_nocensors'		=> array('lang' => 'ALLOW_NO_CENSORS',		'validate' => 'bool',	'type' => 'radio:yes_no', 'explain' => true),
						'allow_bookmarks'		=> array('lang' => 'ALLOW_BOOKMARKS',		'validate' => 'bool',	'type' => 'radio:yes_no', 'explain' => true),
						'enable_post_confirm'	=> array('lang' => 'VISUAL_CONFIRM_POST',	'validate' => 'bool',	'type' => 'radio:yes_no', 'explain' => true),
						'allow_quick_reply'		=> array('lang' => 'ALLOW_QUICK_REPLY',		'validate' => 'bool',	'type' => 'custom', 'method' => 'quick_reply', 'explain' => true),
Add After

Code: Select all

                      'aspv_config' => array('lang' => 'ACP_ASPV', 'validate' => 'bool', 'type' => 'radio:yes_no', 'explain' => true), 
8-)
toconeal
Registered User
Posts: 2
Joined: Fri May 13, 2011 12:46 pm

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by toconeal »

[quote="Saske1"]

Thanks I figured it out, had a conflict with the code for my theme. Great mod and great help. thank you!!
LittleTiger
Registered User
Posts: 75
Joined: Sat Jan 02, 2010 7:48 pm
Name: Sandra

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by LittleTiger »

Could you add "vote order" to this mod?
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Jessica »

If there are many many voters for one option, the list will get pretty long. so there should be some way to deal with that...add a show/hide?

edit: wait, there's already one, right? sorry about that
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Jessica »

and can you remove the 'root' from the file because otherwise I can't use Automod. with root it can't find the files.
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva
Contact:

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Saske1 »

LittleTiger wrote:Could you add "vote order" to this mod?
Sorry, I do not understand what you mean, could explain a little more, thanks :oops:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jesschen wrote:and can you remove the 'root' from the file because otherwise I can't use Automod. with root it can't find the files.
As it is compatible with AutoMod, although there are times that I forget to do so
How I said in my other MOD Tabbed Index for the next version will be compatible with AutoMod
User avatar
Ashley.S.
Registered User
Posts: 469
Joined: Mon Aug 04, 2008 6:01 pm
Location: Falmouth, Cornwall, UK
Name: Ashley .S.
Contact:

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Ashley.S. »

nice to see that someone decided to pick it up, I'll be watching developments :)
Regards,
-Ashley.S. [ PurephpBB Founder ]
pixie1
Registered User
Posts: 21
Joined: Sat Jan 29, 2011 1:07 pm

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by pixie1 »

Is it possible to make this Mod based on themes SubSilver?
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva
Contact:

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Saske1 »

pixie1 wrote:Is it possible to make this Mod based on themes SubSilver?
Saske1 wrote: Features:
General Feature list :
* Possibility of to see the voters at the polls 100%
* Possibility to hide in the polls voters 100%

* Enable/Disable in the ACP 100%
* ADD-ON
- To hide voters to the users, and are only seen by the Administrators and Moderators 100%

* subsilver2 style 0%
* permission for groups 5%
Martijn90
Registered User
Posts: 1
Joined: Fri May 27, 2011 1:30 pm

Re: [DEV] Advanced Show Poll Voters 0.1.0

Post by Martijn90 »

Since the current version does not work with AutoMOD and not everyone may be tech savvy enough to fix it, I made a fixed file that does work with AutoMOD. You can download it here.

I also made one small change to the Do It Yourself Instructions that appear after install:
Activation / Desactivation in the ACP > Posting > Post Settings
Should be:
Activation / Desactivation in the ACP > General > Board features
I hope you don't mind me changing your files. ;)

Thank you for this nice and useful mod! :)
Locked

Return to “[3.0.x] Abandoned MODs”