You are not logged in.
Pages: 1
Hello.
Today I found polls module code for Pluck 4.7. I forget I made such code ![]()
So if anyone want to test it, feel free.
http://pluck.ekyo.pl/downloads/polls.tar.gz
A_Bach
Offline
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
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
Hello
who can help me
Greetz
Offline
Pages: 1