Author |
Topic  |
|
alanh
New Member

United Kingdom
92 Posts |
Posted - 04 October 2005 : 11:39:59
|
I have posted this before but it never got resolved, so thought I would post again, hopefully this time I will get it sorted.
I am running Images Ver.3.4.05 multi-language Skin3D Portal.
Polls seem to work ok, but when you post the poll it comes up with the choices but not the question. I attach a pic below. Any help would be much appreciated.

|
Edited by - alanh on 05 October 2005 17:57:50 |
|
Davio
Development Team Member
    
Jamaica
12217 Posts |
|
alanh
New Member

United Kingdom
92 Posts |
Posted - 04 October 2005 : 13:51:49
|
Davio, I have posted on Images forum, I never seem to get a resolution to any of my problems from there though, I always end up getting things sorted after visiting here and reading through posts or archives or posting my problem here though, so I thought I would post here. It is a code eror but I can't work out what the problem is... story of my life.....
|
 |
|
modifichicci
Average Member
  
Italy
787 Posts |
Posted - 04 October 2005 : 16:06:01
|
If you have installed the code properly without changes it works. If you have made changes, it could be you have missed some code. As Image says in the post, he need your forum link to see what version you have and what changes could has been done. You have post your answer only two hours ago, and Image has reply as soon as he could. I have had always support on Image forum, and it's difficult for someone else but Image to run in the portal code, if he doesn't know it. Be patient and you will have the answer you ask... If not I' ll look at your forum and try to solve your problem. |
Ernia e Laparocele Forum di Ernia e Laparocele Acces - MySql Migration Tutorial Adamantine forum |
 |
|
Image
Average Member
  
Canada
574 Posts |
Posted - 04 October 2005 : 16:47:31
|
quote: Originally posted by alanh
Davio, I have posted on Images forum, I never seem to get a resolution to any of my problems from there though, I always end up getting things sorted after visiting here and reading through posts or archives or posting my problem here though, so I thought I would post here. It is a code eror but I can't work out what the problem is... story of my life.....
You have posted your topic on 04 Oct 2005 (today)
if you don't have ansewr that because you coud fine the ansewr if you make Search.
have you had made all updates? |
 |
|
Image
Average Member
  
Canada
574 Posts |
Posted - 04 October 2005 : 17:00:25
|
now if I check the members list in all updates,
alanh does not appear anywhere |
 |
|
alanh
New Member

United Kingdom
92 Posts |
Posted - 05 October 2005 : 12:19:56
|
Thanks for the responses guy's, sorry, I am not being impatient here or putting anyone down, although it seems to have come over like that, I have received support in the past from here and over at Image's and I appreciate that very much.
I am assuming that I have caused the problem somewhere and so far I cannot see what I did to break the code. I have applied all Images updates as far as I know. I just downloaded the latest update and will look through it before I apply it as some of the changes have no value on my particular forum. |
 |
|
Image
Average Member
  
Canada
574 Posts |
Posted - 05 October 2005 : 17:31:15
|
you put 2 tag </td> in the same line
in your OLD topic.asp DELETE
<input name=""Reset"" type=""reset"" value=""Reset Form""></font></td>" & vbNewLine and after checkspells();</script> add "
like this
checkspells();</script>"
================ ================ shoud be
" <td class=topicdark noWrap align=""center"" colspan=""3""><font size=""" & strDefaultFontSize & """><input class=bouton name=""Submit"" type=""submit"" value=""" & fLang(strLangTopic00550) & """> <input class=bouton name=""Preview"" type=""button"" value=""" & fLang(strLangTopic00560) & """ onclick=""OpenPreview()""><script language=""JavaScript"" type=""text/javascript"">checkspells();</script>"
Response.Write " <input class=bouton name=""Reset"" type=""reset"" value=""" & fLang(strLangTopic00570) & """></font></td>" & vbNewLine & _
|
Edited by - Image on 05 October 2005 17:44:26 |
 |
|
alanh
New Member

United Kingdom
92 Posts |
Posted - 05 October 2005 : 17:57:30
|
Image,
thank you so much for your help, it all seems ok now. |
 |
|
|
Topic  |
|