Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2009-09-09 09:01:41
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Poll script
client wants a poll into homepage.
i know there is a poll plugin for textpattern, but it’s development stopped and it’s a little faulty.
which poll script you are using? suggest to me some scripts easy to run txp sites
Offline
#2 2009-09-12 11:29:00
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: Poll script
i choosed this script
but how to include poll on txp site?
simply type or copy/paste the following text where you want apoll to appear
include("apoll/poll.php");
like they suggest, not working
Offline
Re: Poll script
Did you use txp’s syntax of including php – <txp:php> some_php_code; </txp:php>
?
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
#4 2009-09-12 13:51:18
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: Poll script
i used
<txp:php>
include("apoll/poll.php");
</txp:php>
and get to work
Offline
Pages: 1