YAFLogo

kysanthosh
17 years ago
1)i used master page with menu named "forum"

2)i download all src file(YAF-v1.9.1.6-FINAL-SRC) from the site

3)created a folder named "forum" then copy all files from YAF-v1.9.1.6-FINAL-SRC

eg: http://localhost/choose1/forum/...

4)i made corresponding changes to my website

ABOVE WEB SITE WORKED FINE IN FIREFOX BUT NOT IN IE

actual error was

when i clicked forum menu the forum page loaded with javascript error

"ctl00_ContentPlaceHolder1_forum1_ctl00_scrollLeft.value" is null or not an object

what is this...plz help me...urgent

Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
17 years ago
How is this urgent? Please explain how I should feel a sense of urgency for your problem because frankly I don't get it.
kysanthosh
17 years ago
when i integrate into my site(asp.net 2.0 with masterpage) it willn't register any user or login any user

actually the problem displayed in status bar(error on page).when i click on this Internet Explorer will display a messge like

Line:408

Char:5

Error:'ctl00_ContentPlaceHolder1_forum1_ctl00_scrollLeft.value is null or not an object

Code:0

URL:http://localhost/choose1/forum.aspx

this is from Internet Explorer 6.0

But working properly in Mozilla Firefox...!

kysanthosh
17 years ago
Sir, indeed this will work properly in Internet Explorer without masterpage!
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
17 years ago
Thanks for the bug report. I'll look into it here at some point.
kysanthosh
17 years ago
is it my mistake?
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
17 years ago
I don't think so... but I haven't experienced it and THIS forum is a masterpage.

Can you post your masterpage and default.aspx?

kysanthosh
17 years ago
how can i post?
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
17 years ago
Good point. I just added "upload" access to this forum... So just click "Attach".
kysanthosh
17 years ago
did you get .zip file
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
17 years ago
My suggestion is to do a complete search and replace of the YAF project /pages directory:

and replace with nothing... So get rid of the smartscroller. That will fix your problem.

I don't see anything immediately wrong with your masterpage... looks okay. Removing the smartscroller will fix.

kysanthosh
17 years ago
where can i change

Mek
  • Mek
  • 100% (Exalted)
  • YAF Developer
17 years ago
It will be on the pages within Pages\*.ascx files.


UserPostedImage

"It's a case of RTFM.. the only problem being we don't have a manual!"

When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon 🙂 )

kysanthosh
17 years ago
i don't have smartscroller.ascx in my pages folder
Mek
  • Mek
  • 100% (Exalted)
  • YAF Developer
17 years ago
No the smartscroller control is included in each .ascx page in the pages folder. You have to remove the smartscroller entry from the text in each .ascx page.


UserPostedImage

"It's a case of RTFM.. the only problem being we don't have a manual!"

When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon 🙂 )