Poll php scripts [message #32474] |
Mon, 03 July 2006 23:43 |
Arafel
Messages: 18 Registered: July 2006 Location: France
Karma: 0
|
Junior Member |
|
|
Hi everyone,
At first, sorry for my english which could be sometimes bugged.
I'm creating a website and i'd like to integrate a poll from fud forum inside my website, but only the result part, and if possible an url linking the post.
I checked sql database and it seems that the post links to the poll (but not the poll to the post), in my query i'll have to link poll id and check posted stuff to find a direct link to the post in which the poll is (omg, i hope you understand what i mean).
I don't have admin rights so i can't directly check php scripts inside the data root (and with the install file, it's hardcoded).
If someone can indicate me how to find poll php script, or directly post it, it would be awesome.
Also, if you know how to link poll id and post url, i'll be happy.
Thanks for reading and trying to understand.
|
|
|
|
|
Re: Poll php scripts [message #32501 is a reply to message #32495] |
Wed, 05 July 2006 17:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The HTML is found inside drawmsg.tmpl and the code inside drawmsg.inc.t
FUDforum Core Developer
|
|
|
|