Author |
Topic  |
leatherlips
Senior Member
   
USA
1838 Posts |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 05 August 2008 : 22:09:29
|
Sorry, omitted the CSS line. I'll update the zip file this evening.
As for the code tags, they work fine here. Anyone else experiencing that?< |
 |
|
texanman
Junior Member
 
United States
410 Posts |
Posted - 05 August 2008 : 22:13:59
|
I installed this Mod and never had a problem with it, if you just follow the instructions as there are. I had to uninstall it because I was getting long horizontal scroll. I was looking for something that makes the text wrapped in the width of the box and use the vertical bar only.< |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 05 August 2008 : 22:39:09
|
isnt/wasnt there a flash chat box like this knocking around? im sure there used to be 1 as i used it on a site of mine 2 years ago.
all it did was save x ammout of text and clears the messages out every day. it also woudl use the users username if logged in or a random number if they were a guest.
if i rememebr right, the backgroudn of it was some bubbles floating from bottom top top.
anyone rememebr it?< |
© 1999-2010 MaD2ko0l |
 |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 05 August 2008 : 22:55:21
|
I modified a flash chat program to work on Snitz a few years back, may be the one you're thinking of.
Leather, file has been updated on Snitzbitz.< |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
radiodelicate
New Member

Sweden
53 Posts |
Posted - 06 August 2008 : 11:40:17
|
I get similar errors sometimes when I forget to make changes to both inc_header.asp and inc_header_short.asp when editing custom tags behaviour. You've checked that?< |
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 06 August 2008 : 13:54:55
|
quote: Originally posted by radiodelicate
I get similar errors sometimes when I forget to make changes to both inc_header.asp and inc_header_short.asp when editing custom tags behaviour. You've checked that?
?? the header files have no code in them that relate to custom tags< |
 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 06 August 2008 : 16:14:03
|
There is something in your post.asp file that has not been brought over to the topic.asp file. Can you post a text version of both files?
quote: Originally posted by leatherlips
I tried it again and it still will not work. I can't figure it out. If I preview the post, the code tags are working. In the post itself, the code tags have no effect. Here is my page I am testing:
http://www.mangionemagic.com/forumsnitz/topic.asp?TOPIC_ID=2
If you want to test it, you can log in with demo/demo
I will have a look at what is missing.. < |
Cheers, David Greening |
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 06 August 2008 : 16:27:29
|
looks like it is a problem with your topic.asp, as even the posts displayed on post.asp are working, not just the preview< |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
Carefree
Advanced Member
    
Philippines
4222 Posts |
Posted - 07 August 2008 : 05:57:09
|
It may have something to do with this line (267):
or with this line (823):
My bet is on 823.< |
 |
|
Classicmotorcycling
Development Team Leader
    
Australia
2085 Posts |
Posted - 07 August 2008 : 06:19:29
|
OK, I just installed the scrollbox mod on a test site and found that if you add:
<!--#INCLUDE FILE="inc_func_posting.asp"-->
to your topic.asp just under the others:
<!--#INCLUDE FILE="inc_sha256.asp"-->
<!--#INCLUDE FILE="inc_header.asp" -->
<!--#INCLUDE FILE="inc_func_secure.asp" -->
<!--#INCLUDE FILE="inc_func_member.asp" -->
<!--#INCLUDE FILE="inc_subscription.asp" -->
<!--#INCLUDE FILE="inc_moderation.asp" -->
So it looks like:
<!--#INCLUDE FILE="inc_sha256.asp"-->
<!--#INCLUDE FILE="inc_header.asp" -->
<!--#INCLUDE FILE="inc_func_secure.asp" -->
<!--#INCLUDE FILE="inc_func_member.asp" -->
<!--#INCLUDE FILE="inc_subscription.asp" -->
<!--#INCLUDE FILE="inc_moderation.asp" -->
<!--#INCLUDE FILE="inc_func_posting.asp"-->
the ScrollBox will work. Would have to look in to it further as to why it is happening like that as it shouldn't need the inc_func_posting.asp reference.< |
Cheers, David Greening |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
Topic  |
|