Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Poll Mod - Simple Alignment
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

brujo
Average Member

USA
602 Posts

Posted - 17 September 2002 :  19:27:43  Show Profile  Visit brujo's Homepage
Have installed Poll Mod onto 3.4.03

works fine but I just want to get the potential responses to the question - all in a line....

i.e. radio buttons all in a vertical line

The bit of code I believe is associated with this, in default.asp is as follows :

strSql = "SELECT " & strTablePrefix & "TOPICS.TOPIC_ID, " &_
strTablePrefix & "TOPICS.FORUM_ID, " & strTablePrefix & "TOPICS.CAT_ID, " &_
strTablePrefix & "TOPICS.T_SUBJECT, " & strTablePrefix & "TOPICS.T_STATUS, " &_
strTablePrefix & "TOPICS.answer1, " & strTablePrefix & "TOPICS.count1, " &_
strTablePrefix & "TOPICS.answer2, " & strTablePrefix & "TOPICS.count2, " &_
strTablePrefix & "TOPICS.answer3, " & strTablePrefix & "TOPICS.count3, " &_
strTablePrefix & "TOPICS.answer4, " & strTablePrefix & "TOPICS.count4, " &_
strTablePrefix & "TOPICS.answer5, " & strTablePrefix & "TOPICS.count5, " &_
strTablePrefix & "TOPICS.answer6, " & strTablePrefix & "TOPICS.count6, " &_
strTablePrefix & "TOPICS.answer7, " & strTablePrefix & "TOPICS.count7, " &_
strTablePrefix & "TOPICS.answer8, " & strTablePrefix & "TOPICS.count8, " &_
strTablePrefix & "FORUM.F_SUBJECT, " & strTablePrefix & "TOPICS.T_MESSAGE " &_
" FROM " & strTablePrefix & "TOPICS, " & strTablePrefix & "FORUM " &_




Any help would be greatly appreciated.


brujo

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 17 September 2002 :  20:33:34  Show Profile
Wow~~ you really got the Poll Mod in 3.4.0.3 worked !?

and if you mean the alignment style about the voting options show on feature poll, i think it should be nothing related to this SQL string...

try looking for this line.. and add a <br>
Response.Write "<font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><input type=""radio"" value=""" & nCount & """ name=""R1""><b>" & vAnswers(nCount) & "</b> </font><br>" & vbNewline

and maybe you also need to change above
<td align=""center"" ...............>
to this
<td align=""left"" .........style='margin-left:20'>

i did'nt add this part of Feature Poll mod code, so not sure it will work for you or not.
Go to Top of Page

brujo
Average Member

USA
602 Posts

Posted - 17 September 2002 :  22:08:52  Show Profile  Visit brujo's Homepage
Doramoon,

works a treat.....

thanks

brujo
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07