Author |
Topic |
|
toth
Starting Member
Belgium
13 Posts |
Posted - 25 August 2003 : 11:27:38
|
Hi,
I just installed my POLL MOD and it works perfect. Now I want to add images to the voting options, so people can vote on images instead of text. Using forum code doesn't work, maybe there's a way to put this on? Can someone help me out please.
thanks, greetz, toth |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 25 August 2003 : 15:29:46
|
Not sure why I didn't format the poll choices. But you can try this. Look for this line in your topic.asp file, somewhere around line 1071:
Response.Write " <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><input type=""radio"" value=""" & nCount & """ name=""R1"">" & formatStr(vAnswers(nCount)) & "</font><br />" & vbNewLine
Add the code in red.
Then around line 1173, find this bit of code:
" <td width=""30%""><font face=""" & strDefaultFontFace & """ color=""" & strForumFontColor & """ size=""" & strDefaultFontSize & """>" & formatStr(vAnswers(nCount)) & "</font></td>" & vbNewLine & _
Again, add the code in red.
Let me know if it works. If it does, then there is some similar code to add to the inc_poll.asp file, so the images show for the Featured poll.
I haven't tested it, but it should work. |
Support Snitz Forums
|
|
|
toth
Starting Member
Belgium
13 Posts |
Posted - 26 August 2003 : 05:03:59
|
Awsome, it works! Thanks alot Davio ;) |
|
|
taropatch
Average Member
USA
741 Posts |
Posted - 26 August 2003 : 10:26:08
|
This is a great adjustment. Thanks! |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
|
|
Topic |
|