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

 All Forums
 Frequently Asked Questions
 FAQ Addition Requests
 Can i add another smile icon to my forum??
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ilovemoney
Starting Member

Taiwan
27 Posts

Posted - 29 September 2000 :  01:45:33  Show Profile  Reply with Quote
How can i do this ....

i see other forums like UBB ..

it has many cute smile icons that i want to add in my forum..

Pze help me!!


Edited by - ilovemoney on 29 September 2000 04:14:01<

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 29 September 2000 :  07:46:50  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message  Reply with Quote
quote:

How can i do this ....

i see other forums like UBB ..

it has many cute smile icons that i want to add in my forum..

Pze help me!!


Edited by - ilovemoney on 29 September 2000 04:14:01



A couple of steps:
1) You need to add the code to pop_icon_legend.asp
2) You need to add the code to inc_functions.asp. Do a find on strIcons and on function Smile

That should be all you need to do. Good Luck!!

Dave Maxwell
--------------
When's the next meeting of Snitzaholics Anonymous<
Go to Top of Page

ilovemoney
Starting Member

Taiwan
27 Posts

Posted - 29 September 2000 :  08:54:29  Show Profile  Reply with Quote
Thank you!!

i'll try it!!

<
Go to Top of Page

Shadowboss
Starting Member

1 Posts

Posted - 24 August 2001 :  04:45:31  Show Profile  Reply with Quote
i did that too, but now the table isn't fully visible anymore (pop_icon_legend.asp).

where can i change the size of the window, so that the whole table fits in it?

<
Go to Top of Page

pokemon
Junior Member

151 Posts

Posted - 29 October 2002 :  16:35:56  Show Profile  Reply with Quote
there are no inc_functions.asp in 3.4.xx<
Go to Top of Page

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 29 October 2002 :  17:38:35  Show Profile  Reply with Quote
quote:
Originally posted by Shadowboss

where can i change the size of the window, so that the whole table fits in it?

the pop-up window size defined in inc_header.asp, you can try change
JavaScript:openWindow2('pop_icon_legend.asp')
to
JavaScript:openWindow4('pop_icon_legend.asp')
or 5, 6...

if can't find a suitable one, you also can try add a new openWindowSmile by yourself. just compare the other openWindow function in this section (inc_header.asp)

i know there is a great script can let user custom the pop-up width/height... but can't search it now.

ok, here. add two lines in about line.261 inc_header.asp
"function openWindowCustom(url, width, height, resizable, scrollbars) {" & vbNewLine & _
" popupWin = window.open(url,'new_page','width='+width+',height='+height+',resizable='+resizable+',scrollbars='+scrollbars+'')" & vbNewLine & _
"}" & vbNewLine & _

"// done hiding -->" & vbNewLine & _

and then specify your custom width/height and change to this
JavaScript:openWindowCustom('pop_icon_legend.asp','550','600','yes','no')<
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.08 seconds. Powered By: Snitz Forums 2000 Version 3.4.07