Author |
Topic  |
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 15 December 2000 : 17:49:58
|
If one of you guys can close the old one? thx.
http://stimmy.cfm-resources.com/smiles_mod.zip
SORRY NO INSTRUCTIONS to install around other mods yet
Please back up all files, add the following code into your inc_top.asp with the rest of the openwindow javascripts
function openWindow5(url) { popupWin = window.open(url,'new_page','width=400,height=500,scrollbars=1') }
If you are installing freshly, execute create_smiles_table.asp Then execute update_smiles.asp, if you are upgrading execute update_smiles.asp
Any other questions let me know.
Da_Stimulator http://www.cfm-resources.com/s/stimmy/ response.write("I know what you coded last summer!") http://www.tek-tips.com - The community where computer proffesionals meet and talk.
Edited by - da_stimulator on 15 December 2000 18:02:29 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 15 December 2000 : 17:51:15
|
New Features....
Categories Huwr's Pagin in admin_smiles.asp Double Columns in faq and pop_icon_legend.asp (less scrolling) Bug fix in inc_functions.asp
<font color=red>Da_Stimulator</font id=red> <font color=red>http://www.cfm-resources.com/s/stimmy/</font id=red> <font color=blue>response.write("I know what you coded last summer!")</font id=blue> http://www.tek-tips.com - The community where computer proffesionals meet and talk. |
 |
|
Frodoger
Starting Member
Germany
42 Posts |
Posted - 15 December 2000 : 18:12:02
|
if i add your mot to my sr2 board the i get a blank smilie window if i made a new topic or reply
|
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 15 December 2000 : 18:14:46
|
really??? hold on, checking it out....
<font color=red>Da_Stimulator</font id=red> <font color=red>http://www.cfm-resources.com/s/stimmy/</font id=red> <font color=blue>response.write("I know what you coded last summer!")</font id=blue> http://www.tek-tips.com - The community where computer proffesionals meet and talk. |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 15 December 2000 : 18:17:11
|
Ok... I tried this blindly (cfm-resources is down right now so I cant do any testing) but re-download and replace the pop_icon_legend.asp with the one in the zip file....
Thats odd cuz I'm using sr2 and the same thats in the zip file, and mine shows properly.
<font color=red>Da_Stimulator</font id=red> <font color=red>http://www.cfm-resources.com/s/stimmy/</font id=red> <font color=blue>response.write("I know what you coded last summer!")</font id=blue> http://www.tek-tips.com - The community where computer proffesionals meet and talk. |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
Posted - 16 December 2000 : 01:53:30
|
Hey Huwr maybe you can have a looksee at the new pop_icon_legend.asp - I cant find it, but there is a missing table cell somwhere, and where it says 'close window' is in the border color... background inside a table.
<font color=red>Da_Stimulator</font id=red> <font color=red>http://www.cfm-resources.com/s/stimmy/</font id=red> <font color=blue>response.write("I know what you coded last summer!")</font id=blue> http://www.tek-tips.com - The community where computer proffesionals meet and talk. |
 |
|
Duke_TheWarrior
New Member

Netherlands
91 Posts |
Posted - 17 December 2000 : 10:29:44
|
Is it working properly ??? Can someone tell me that ?? Cause I'm happy with my forum with all the features (private messages, who's online, message icons) so i don't want to mix up my forum <img src=icon_smile_big.gif border=0 align=middle>
Thx for the advance,
<b><font color=blue>Duke_TheWarrior out <img src=icon_smile_cool.gif border=0 align=middle></font id=blue></b>
<font color=green>Everthing that can go wrong, will go wrong eventually <img src=icon_smile_approve.gif border=0 align=middle></font id=green> |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 17 December 2000 : 11:51:45
|
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Hey Huwr maybe you can have a looksee at the new pop_icon_legend.asp - I cant find it, but there is a missing table cell somwhere, and where it says 'close window' is in the border color... background inside a table.
<font color=red>Da_Stimulator</font id=red> <font color=red>http://www.cfm-resources.com/s/stimmy/</font id=red> <font color=blue>response.write("I know what you coded last summer!")</font id=blue> http://www.tek-tips.com - The community where computer proffesionals meet and talk. <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
You need another <pre id=code><font face=courier size=2 id=code> </td> </tr> </table> </font id=code></pre id=code> before the include
<font color=blue>'Resistance is futile'</font id=blue> |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20595 Posts |
Posted - 17 December 2000 : 12:05:24
|
If you try to click on Other, when you have no ther categories, you get an error. change this code <pre id=code><font face=courier size=2 id=code> Set drs = Server.CreateObject("ADODB.Recordset") drs.open strsql, my_conn, 3 drs.PageSize = strCount1 drs.AbsolutePage = 1 </font id=code></pre id=code>
To
<pre id=code><font face=courier size=2 id=code> Set drs = Server.CreateObject("ADODB.Recordset") drs.open strsql, my_conn, 3 if not (drs.eof or drs.bof) then drs.PageSize = strCount1 drs.AbsolutePage = 1 </font id=code></pre id=code> Then after the <font color=blue>loop</font id=blue> add <pre id=code><font face=courier size=2 id=code> else%> <tr> <td bgcolor="<% =strForumCellColor %>" align=center><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>No smilies Found</b><br><a href="<%=request.servervariables("script_name")%>">Go Back</a></font></td> </tr>
<% Response.end end if </font id=code></pre id=code>
<font color=blue>'Resistance is futile'</font id=blue> |
 |
|
Da_Stimulator
DEV Team Forum Moderator
    
USA
3373 Posts |
|
slemieux
Junior Member
 
USA
234 Posts |
Posted - 18 December 2000 : 01:08:32
|
This looks like a Great Mod! (Hopefully will be included in a future release) But for some reason I can't get it to work with the latest release.
Seems to be related to "smile_cat" This wasn't created by the setup script and I can't fiqure out what it's suppose to do.
The errors I get, in pop_icon... The Microsoft Jet database engine cannot find the input table or query 'FORUM_smile_cat'. Make sure it exists and that its name is spelled correctly.
in Admin_smilies... ADODB.Recordset error '800a0cc1' Item cannot be found in the collection corresponding to the requested name or ordinal.
?
Scott LeMieux |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 18 December 2000 : 01:41:36
|
slemieux, did you run both <b>create_smiles_table.asp</b> and <b>update_smiles.asp</b> ?
Looks like smile_cat is added by <b>update_smiles.asp</b> |
 |
|
slemieux
Junior Member
 
USA
234 Posts |
Posted - 18 December 2000 : 01:44:40
|
Duh!! Thanks again Richard <img src=icon_smile.gif border=0 align=middle>
Scott LeMieux |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 18 December 2000 : 01:51:58
|
You are welcome! <img src=icon_smile.gif border=0 align=middle> |
 |
|
Topic  |
|