Author |
Topic |
modifichicci
Average Member
Italy
787 Posts |
|
richfed
Average Member
United States
999 Posts |
Posted - 22 May 2006 : 06:05:48
|
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!< |
|
|
Simko
Starting Member
25 Posts |
Posted - 25 May 2006 : 16:46:42
|
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< |
|
|
rasure
Junior Member
289 Posts |
Posted - 25 May 2006 : 18:20:59
|
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 |
|
|
dl4gbe
Starting Member
Thailand
36 Posts |
Posted - 26 May 2006 : 10:53:43
|
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)
|
|
|
rasure
Junior Member
289 Posts |
Posted - 26 May 2006 : 14:08:07
|
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 |
|
|
AnonJr
Moderator
United States
5768 Posts |
Posted - 26 May 2006 : 14:17:23
|
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" < |
|
|
rasure
Junior Member
289 Posts |
|
Pull My Finger
Starting Member
43 Posts |
Posted - 02 June 2006 : 19:01:25
|
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 |
|
|
rasure
Junior Member
289 Posts |
Posted - 03 June 2006 : 06:46:51
|
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 |
|
|
JBaldwin
Junior Member
USA
137 Posts |
Posted - 03 June 2006 : 08:20:13
|
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
|
|
|
modifichicci
Average Member
Italy
787 Posts |
|
Pull My Finger
Starting Member
43 Posts |
Posted - 03 June 2006 : 11:36:30
|
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 |
|
|
rasure
Junior Member
289 Posts |
Posted - 03 June 2006 : 13:59:16
|
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 |
|
|
Simko
Starting Member
25 Posts |
Posted - 03 June 2006 : 14:43:50
|
****, 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 |
|
|
Topic |
|