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)
 Full Moded code 3.4.03 with 24 mods installed
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 20

al_iguana
Junior Member

138 Posts

Posted - 28 September 2002 :  19:54:54  Show Profile  Visit al_iguana's Homepage
i second that. i was wondering how you go about adding and removing stuff from the FAQ page, it looks complicated. a nice mod would be most welcome

----

Don't Dream It ~ Be It
http://www.peppermintiguana.co.uk/cymrugothic/
Go to Top of Page

Longnt06k
Starting Member

Vietnam
29 Posts

Posted - 28 September 2002 :  21:45:34  Show Profile  Visit Longnt06k's Homepage  Send Longnt06k a Yahoo! Message
To server hacker : Private message of U very simple !!. Please used Popup message . --> Good .!!!
Go to Top of Page

Yodabutt1
Starting Member

32 Posts

Posted - 28 September 2002 :  21:57:27  Show Profile
AHA...the smilies trouble was fixed when I downloaded the updated files. There's a dbs included in the the updates which is NOT included in the DB downloads. It added some other tables and now all is well. I had seen to run the updates...but since I installed the full fresh version I thought I was set without the updates.
So now I've got everything except the rounded corners look.
Thanks!

NEXT DAY: Stumble around long enough and I'll find the answer. It's the background image in the admin-font/table color config. If you copy the color you want from images/tableborders over the ones in /images/ and use "images/mainsiteback.gif" for the background image, you get the rounded effect. It wasn't obvious to me at least, so maybe this'll help someone else.

Edited by - Yodabutt1 on 29 September 2002 17:52:49
Go to Top of Page

numanme
Starting Member

United Kingdom
7 Posts

Posted - 29 September 2002 :  00:29:29  Show Profile  Visit numanme's Homepage
Just got a site working fantastic but Bandwidth speed is not working hep click on the link to have a look
http://www.numanme.dingojunction.com/Snitz2/Forum/site/forum/sitenews.asp


<<< My confession >>>
I'll steal anything in in sight or sound
Go to Top of Page

serverhacker
Junior Member

USA
125 Posts

Posted - 29 September 2002 :  02:12:49  Show Profile


UPDATED ON: 09/29/2002 - 12:37 AM


Update Released. (See First Post)

numanme, you need to login as admin, go to the admin panal click on "Main Forum Configuration" and set your "Forum URL:", that should fix it.


Edited by - serverhacker on 29 September 2002 03:54:18
Go to Top of Page

al_iguana
Junior Member

138 Posts

Posted - 29 September 2002 :  06:09:17  Show Profile  Visit al_iguana's Homepage
serv

there is an bug in inc_smilies.asp. it gives you a "type mismatch" error if you have a smiley that is more than 1 space wide (only affects the list you get when posting)

fix:

line 124 -

if smilecount + srs("S_Colspan") > 4 then

replace with this:

if smilecount + srsdata(3,srsi) > 4 then



----

Don't Dream It ~ Be It
http://www.peppermintiguana.co.uk/cymrugothic/
Go to Top of Page

serverhacker
Junior Member

USA
125 Posts

Posted - 29 September 2002 :  06:40:31  Show Profile
I updated the zip

Go to Top of Page

numanme
Starting Member

United Kingdom
7 Posts

Posted - 29 September 2002 :  08:50:21  Show Profile  Visit numanme's Homepage
I changed all in I need to in "Main Forum Configuration" and set the "Forum URL:", but I have a new problem can you have a look, and I was also thinking are you going to be adding a poll mod and a Email All Users.


<<< My confession >>>
I'll steal anything in in sight or sound
Go to Top of Page

Julia
Starting Member

3 Posts

Posted - 29 September 2002 :  10:56:17  Show Profile
hello im a newbie here.
I downloaded the Full Moded code 3.4.03 with 23 mods installed for my forums but as my forums are run on Brinkster's free server this code does not work...Can u plz help me wid it.
Go to Top of Page

bennylhk
Starting Member

Hong Kong
2 Posts

Posted - 29 September 2002 :  11:55:44  Show Profile
I am a new comer for Snitz, I have setup my forum with SQL7 recently, and i want to check for the MOD which i can install, I find the great job from serverhacker, but is it possible to upgrade my existing forum with serverhacker's one ??? many thanks !!
Go to Top of Page

serverhacker
Junior Member

USA
125 Posts

Posted - 29 September 2002 :  13:11:24  Show Profile


UPDATED ON: 09/29/2002 - 9:45 AM


Update Released. (See First Post)

julia, i have not work with a "Brinkster" setup, mabe someone will be able to help you.

bennylhk, see here


Edited by - serverhacker on 30 September 2002 12:54:11
Go to Top of Page

Yodabutt1
Starting Member

32 Posts

Posted - 29 September 2002 :  20:50:15  Show Profile
quote:
Originally posted by Therion93
I use a java applet for my main site menu.



Therion93, which java applet are you using? (If you don't mind me asking).

Also how have you coded the pages to work within the portal? I can get links inserted for navigation that bring up the pages on their own, but not a part of the portal. I have not looked into the description you gave though...I'll try some of that...that's probably what you did.
THANKS!

Edited by - Yodabutt1 on 29 September 2002 22:20:33
Go to Top of Page

Yodabutt1
Starting Member

32 Posts

Posted - 29 September 2002 :  20:59:51  Show Profile
quote:
Originally posted by al_iguana

Yoda, its easy. you just change the bit in sitenews.asp where it says inc newsfeed.asp and instead put your links in. i've done it on my site too (see below)

i assume that to "include each page in the frame" all he has done is make copies of sitenews.asp (renaming them about.asp etc) and then just changed the content. easy enough, although i'm looking into ways to add seperate pages by just including inc_top.asp in each page.


Al_iguana, How did you code your links? I know it sounds dumb, but mine's not working. I copied member_spotlight and took out the spotlight code so that I ended up with a consistent looking table header and size. That works fine. As soon as I add what seems to be a correct link which is the follwing:
 <b><a href="home.asp">Main</a></b><br>
I get:
Error Type:
Microsoft VBScript compilation (0x800A0400)
Expected statement
/include/sitenav.asp, line 15

Like I said the error doesn't occur unless that href line is there. The same line works fine if I include it in another .asp page, but I don't get the nice table in that case. What am I missing?
Thanks!
Go to Top of Page

Schwanke
New Member

77 Posts

Posted - 30 September 2002 :  00:46:19  Show Profile  Visit Schwanke's Homepage
I read a little of this thread and couldnt find my answer (but maybe I didnt read enough) but I have a couple of quick questions..

First off. AWESOME site. :) I'm seriosly thinking about converting over to you. :)

Question though: Do you plan on releasing 'releases' in the future for your moded version? So that we can do code changes from you instead of trying merge code changes from snitz and then figure out your code?

Also. Do you think you might include polls in the future when they are released? (Or for that matter do you have any other mods on the table that you want to add that we can look forward to.)

Again killer site. Ill download it and play with it for a little while soon and see if i can tweak it to my needs. I think you are going to save me a ton of work! :)


<><
Go to Top of Page

Therion93
Junior Member

USA
263 Posts

Posted - 30 September 2002 :  01:00:41  Show Profile  Send Therion93 an ICQ Message
Schwanke,

All of your questions are answered Here. We're also yakking it up about other things to do with this code. C'mon over
Go to Top of Page
Page: of 20 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07