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
 Smile Manager
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

DaMegz
Junior Member

126 Posts

Posted - 19 July 2002 :  17:54:00  Show Profile
The mod installed perfectly, and was able to add 100+ smiles. Here's the problem. When the Smiley window opens, you can see the original Smiles, and now there is a link that takes you to additional smiles. When you go to the link, you can only see the first 17 smiles, but there is no way to scroll the window to see the other 100. How can I enable scrolling on the new window that opens?
Thanks

crash
Advanced Member

Netherlands
2064 Posts

Posted - 20 July 2002 :  19:05:58  Show Profile  Visit crash's Homepage
you had to insert something in inc_top.asp? what i am trying to say is that the popup window has a fixed size, set in the file called inc_top.asp...

if you look at the lines:
function openWindow2(url) {
popupWin = window.open(url,'new_page','width=400,height=450')
}

when you change it to this code, it should have scrollbars:
function openWindow2(url) {
popupWin = window.open(url,'new_page','width=400,height=450,scrollbars=yes')
}




Crash's Site | Crash is from
Go to Top of Page

DaMegz
Junior Member

126 Posts

Posted - 20 July 2002 :  23:42:53  Show Profile
Thanks Crash...that solved the issue.

Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 22 July 2002 :  18:16:50  Show Profile  Visit crash's Homepage
you're welcome!



Crash's Site | Crash is from
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 1.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07