pluck
pluck 4.7 out now, download it today!

pluck support forums

for all your questions about the easiest CMS on the planet

You are not logged in.

Announcement

New registrations are disabled for some spam problems. New registrations will be avaliable soon. If you want to help to keep forum away from spam - contact us.
Please post your bug reports on Launchpad.

#1 22-02-2012 20:59:46

a_bach
developer/module guru
From: Poland
Registered: 24-11-2008
Posts: 439
Website

Polls module for Pluck 4.7

Hello.

Today I found polls module code for Pluck 4.7. I forget I made such code smile

So if anyone want to test it, feel free.

http://pluck.ekyo.pl/downloads/polls.tar.gz

A_Bach

Offline

#2 22-02-2012 21:03:35

a_bach
developer/module guru
From: Poland
Registered: 24-11-2008
Posts: 439
Website

Re: Polls module for Pluck 4.7

One more thing. If you want seo for this module, add this code into .htaccess

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)/polls-results/(.+)$ ?file=$1&module=polls&page=results&var1=$2 [L]

and add this function

function seo_polls_url_prefix($prefix) {
	if (seo_module_is_on())
		return $prefix = '/polls-results/';
	else
		return;
}

into seo.php file in seo module.

A_Bach

Offline

#3 01-08-2012 20:36:15

media1969
Member
From: The Netherlands
Registered: 21-08-2011
Posts: 25

Re: Polls module for Pluck 4.7

Hello
Is it possible to get this module to the said part of the template to put
b. v
sidebar1 content sidebar2
that the poll comes in sidebar2
I hope you guys can help me
greetz

Offline

#4 22-08-2012 12:57:56

media1969
Member
From: The Netherlands
Registered: 21-08-2011
Posts: 25

Re: Polls module for Pluck 4.7

Hello

who can help me

Greetz

Offline

Board footer

Powered by FluxBB