Kastang
New-
Re: More than 5 answers?
@clethrill: The only change that should need to be made to the code is adding another TextBox to the view. In views/kPollCreateCreate.php add something like this between lines 48 and 49: * <? echo… (View Post)1 -
Re: Allowing regular members to create polls
Sorry for the delay @Tikijj, Any rank that has kPoll set to manage (in Roles & Permissions) can create a poll by accessing the URL: http://YOUR_URL/VANILLA_DIRECTORY/plugin/kPoll. This will work … (View Post)1 -
Re: Could we see which users voted for what?
Absolutely. I'll add in two seperate items: 1) For Members (non-administrators): A "Who Voted" link on the poll that will show who voted in the poll, but will not show what they voted for. … (View Post)1 -
Re: Could we see which users voted for what?
V1.2 has been released which adds Poll History to the kPoll Dashboard section. This allows administrators (or anyone with kPoll.Manage access) to view what each participating user voted for in any ne… (View Post)1 -
Re: Show tags under discussion title
For anyone in the future looking to do this; here is a slightly less hackish way that will automatically adjust for rewrite URLs being either on or off: ` if($Discussion->Tags != '') { $Tags = exp… (View Post)1