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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Shout Box V2.0 (Updated 17th May 2006)
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 5

modifichicci
Average Member

Italy
787 Posts

Posted - 20 May 2006 :  09:39:01  Show Profile  Visit modifichicci's Homepage  Reply with Quote
add a " after > before & vbNewLine<

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum

Edited by - modifichicci on 20 May 2006 09:39:32
Go to Top of Page

richfed
Average Member

United States
999 Posts

Posted - 22 May 2006 :  06:05:48  Show Profile  Visit richfed's Homepage  Reply with Quote
Yes ... that was it. Thank you.

Other than that, this MOD was VERY easy to install & seems to be working nicely. A far cry from the original set of "instructions". Nice job, rasure!<
Go to Top of Page

Simko
Starting Member

25 Posts

Posted - 25 May 2006 :  16:46:42  Show Profile  Reply with Quote
This mod works really nice and I and my users like it very much, but I'd like to put the shoutbox under the message board, so it will be shown at the bottom of the board, so my users don't have to click on the menue bar to get to it. Has anyone a code or can tell me how to change the other sites to show it up at the bottom? Thanks<
Go to Top of Page

rasure
Junior Member

289 Posts

Posted - 25 May 2006 :  18:20:59  Show Profile  Visit rasure's Homepage  Reply with Quote
It had the opposite affect on my members they kind of got tired of
having to scroll right down to the bottom of the page to see the chat
box with it being at the top they can pretty much see it right away.

All you need to do to include the shoutbox at the bottom of your forums is move the
<!--#INCLUDE FILE="inc_shoutbox.asp" -->

from the top of default.asp and place it here like this
if NewMember_Name <> "" then 
Response.Write " <tr>" & vbNewline & _
" <td bgcolor=""" & strForumCellColor & """ colspan=""" & sGetColspan(6,5) &_
""">" & _
"<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """ color=""" & strForumFontColor & """>Please welcome our newest member: " & _
"<span class=""spnMessageText"">" & profileLink(NewMember_Name,NewMember_Id) & "</span>.</font></td>" & vbNewline & _
" </tr>" & vbNewline
%>
<!--#INCLUDE FILE="inc_shoutbox.asp" -->
<%
end if


of course that's based on a clean install of the latest version of snitz.<

Psychic & Spiritual Development Resources

Edited by - rasure on 25 May 2006 18:22:13
Go to Top of Page

dl4gbe
Starting Member

Thailand
36 Posts

Posted - 26 May 2006 :  10:53:43  Show Profile  Visit dl4gbe's Homepage  Reply with Quote
Hallo:

There is a bug in this mod:

Microsoft SQL Native Client Fehler "80040e37'

Invalid object name 'FORUM_SHOUTBOX'.

/shoutbox_entries.asp, line 159

Chris <

WWW.TIP-THAILAND.DE
The newspaper for the
German speaking Community in South East Asia (Offices in Phuket, Pattaya, Bangkok, Nong Khai, Vietiane)
Go to Top of Page

rasure
Junior Member

289 Posts

Posted - 26 May 2006 :  14:08:07  Show Profile  Visit rasure's Homepage  Reply with Quote
You`ll have to be more specific when does that error occur?

quote:
Originally posted by rasure
This has been tested on a clean install of Snitz Forum Version 3.4.05
with access database.
<

Psychic & Spiritual Development Resources

Edited by - rasure on 26 May 2006 14:09:44
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 26 May 2006 :  14:17:23  Show Profile  Visit AnonJr's Homepage  Reply with Quote
The way the mod is set up, if you don't use "FORUM_" as your table prefix, it won't work right. That is something that should be fixed in the MOD.

An example would be like:

line 159 in shoutbox_entries.asp has
set srst = my_conn.execute("SELECT * FROM FORUM_SHOUTBOX ORDER BY S_DATE ")


It should be
set srst = my_conn.execute("SELECT * FROM " & strTablePrefix & "SHOUTBOX ORDER BY S_DATE ")


That is the first instance I found. Having not installed this yet, there may be other similar instances. It's an easy mistake to make. I thought I'd gotten rid of all of them in the Sub-forum MOD the first time through.... it became a "learning experience" <
Go to Top of Page

rasure
Junior Member

289 Posts

Posted - 26 May 2006 :  16:48:30  Show Profile  Visit rasure's Homepage  Reply with Quote
ah I see what you mean, I have to update the mod so I will fix that when I do update.<

Psychic & Spiritual Development Resources
Go to Top of Page

Pull My Finger
Starting Member

43 Posts

Posted - 02 June 2006 :  19:01:25  Show Profile  Reply with Quote
rasure:
Thanks! I added it to my site, My members like it alot! My members all say it's better to do a little "Ball Busting" there keeping the "Ball Busting" out of the forums itself! My members say it was a very nice addon! THANKS AGAIN!

The only minor bug I have is that the smilies don't work (all other posting functions DO WORK). The smilies don't post, only the smilies code gets posted. For example --> [:-)]
I think it might be because I have the "smile manager mod" installed or because IM using SHN code, but IM not sure though! Got any ideas?<

Edited by - Pull My Finger on 02 June 2006 19:08:33
Go to Top of Page

rasure
Junior Member

289 Posts

Posted - 03 June 2006 :  06:46:51  Show Profile  Visit rasure's Homepage  Reply with Quote
If the smile code gets posted then its working as it should (no bug), I take you have smiles turned on in admin options if not then the smile code wont get formatted to the smile.

quote:
Originally posted by Pull My Finger
I think it might be because I have the "smile manager mod" installed or because IM using SHN code, but IM not sure though! Got any ideas?



That's probably the most likely cause, if you have changed your smile codes then they will need to be changed as the basic install for this mod is using the base snitz code smiles. As a test type into the shoutbox a smile code that you know works in your posts and see if it works.<

Psychic & Spiritual Development Resources
Go to Top of Page

JBaldwin
Junior Member

USA
137 Posts

Posted - 03 June 2006 :  08:20:13  Show Profile  Reply with Quote
I have a question. My shoutbox is used as a forum announcements box as opposed to a shout box. I am the only one allowed to post in it. My question is...

I currently have 4 announcements in it, but the oldest announcment is the one taht always shows (the first entry). I want the newest entry to always be shown. I am not sure if there is a way to add an attribute to the iFrame or textbox that will auto scroll it to the bottom or..something along those lines. Is this possible? Thanks in advance.

Jeff

http://www.absolutelyfreerolls.com/forum/forum2<

AbsolutelyFreerolls.com - Poker Freeroll Listings, Poker Forum and Poker News


Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 03 June 2006 :  09:10:07  Show Profile  Visit modifichicci's Homepage  Reply with Quote
try adding DESC to the end of the sql query at line 159 in shoutbox_entries.asp :
set srst = my_conn.execute("SELECT * FROM FORUM_SHOUTBOX ORDER BY S_DATE DESC")
<

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

Pull My Finger
Starting Member

43 Posts

Posted - 03 June 2006 :  11:36:30  Show Profile  Reply with Quote
quote:
Originally posted by rasure

If the smile code gets posted then its working as it should (no bug), I take you have smiles turned on in admin options if not then the smile code wont get formatted to the smile.

quote:
Originally posted by Pull My Finger
I think it might be because I have the "smile manager mod" installed or because IM using SHN code, but IM not sure though! Got any ideas?



That's probably the most likely cause, if you have changed your smile codes then they will need to be changed as the basic install for this mod is using the base snitz code smiles. As a test type into the shoutbox a smile code that you know works in your posts and see if it works.



I typed few smile codes I know that work and still only smile code gets posted. I even tried other settings in the Smile Manager Plus admin settings and still nothing works. IM going to play around with some coding to see if I can get this to work or find some type of work around since I think the problem is related to the Smile Manager Plus mod I have installed..I'll keep you posted.<

Edited by - Pull My Finger on 03 June 2006 11:40:35
Go to Top of Page

rasure
Junior Member

289 Posts

Posted - 03 June 2006 :  13:59:16  Show Profile  Visit rasure's Homepage  Reply with Quote
I have the Smile Manager Plus mod installed on my working site and I can use custom smiles in the shout box ok.

It might have something to do with the location of the smiles all mine (on my working site not demo site) are in the images folder /forums/images/<

Psychic & Spiritual Development Resources
Go to Top of Page

Simko
Starting Member

25 Posts

Posted - 03 June 2006 :  14:43:50  Show Profile  Reply with Quote
****, I've installed everything, the box works fine but the background is white and the font also white... I've tried everything but nothing workes, exept New Font Color turn to black but the other text will also shown up in black and you can't read anything at the rest of the board... I want the background black/grey too but can't find anything in the admin_config_colors.asp to change the background/cell, everything in there with background/cell is already on black/grey... can somebody please help me?<

Edited by - Simko on 03 June 2006 14:48:38
Go to Top of Page
Page: of 5 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07