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

snerdley
New Member

USA
65 Posts

Posted - 21 September 2002 :  07:59:45  Show Profile
Thanks for the updates Hackerman! Great job, and many thanks from us newbies that really appreciate the release of your modded forums.

I got reamed for posting my site on another posters thread. Some people take expressions of speech so literally! I was just so happy to have your nice version working, I didn't stop to think I guess!

snerd
KC5NYO
Amateur Radio
Forums
Go to Top of Page

al_iguana
Junior Member

138 Posts

Posted - 21 September 2002 :  08:29:17  Show Profile  Visit al_iguana's Homepage
quote:
Originally posted by serverhacker

And al_iguana, you should use the fast menu update, because you are not using the seethrough menu. its a small thing butt I think it would be better on your site.



i haven't changed anything, apart from the colours in custom.asp. i was wondering why the menu wasn't transparent anymore. how do i get that seethrough menu?

----

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

randykirkpatrick
New Member

73 Posts

Posted - 21 September 2002 :  09:56:58  Show Profile  Send randykirkpatrick an AOL message  Send randykirkpatrick a Yahoo! Message
How do you change the Live News section? Love what you have done....

Thank you
Randy

Thank you
Randy K
Go to Top of Page

serverhacker
Junior Member

USA
125 Posts

Posted - 21 September 2002 :  12:38:06  Show Profile
al_iguana, look for these lines in the "custom.asp" "shOPACITY" is what makes it seethrough, the lower the number the more seethrough it will be.
var shSIZE = 0; // submenu dropshadow size
var shCOLOR = "#F9A239"; // submenu dropshadow color
var shOPACITY = 80; // submenu dropshadow opacity (not ie4,ns4 or opera)

also make sure these two lines look like this:
var mCOLOR = ""; // main nav cell color
var smCOLOR = ""; // submenu cell color


randykirkpatrick, the file you need to edit is "include/newsfeed.asp" file


Edited by - serverhacker on 21 September 2002 12:46:31
Go to Top of Page

cbovis
New Member

United Kingdom
91 Posts

Posted - 21 September 2002 :  15:29:16  Show Profile
cool u used my avatar mod, im gonnna be trying to get a much improved version out 2nite. Workingon some of documentation at the mo :D

Thanks

DJNeuphoria


Go to Top of Page

serverhacker
Junior Member

USA
125 Posts

Posted - 21 September 2002 :  22:38:15  Show Profile
I will be on the lookout.

Go to Top of Page

LadyTatjahna
Starting Member

Canada
6 Posts

Posted - 21 September 2002 :  23:44:39  Show Profile  Visit LadyTatjahna's Homepage
@serverhacker

I have did a test with the default.asp page of the forum and it works fine.

Take a look at http://www.b2solutions.ca/serverhacker/forum/default.asp . The forum is currently using french language with ressource files. I did the english one too on the same time, just add : ?lng=en at the end of the default.asp link and it will change dynamically!

I only did all the strings that were in the default.asp page, not the included ones yet. I have for now just wanted you to know that this was relatively easy to do.

Cya
Lady T.

Edited by - LadyTatjahna on 22 September 2002 00:11:56
Go to Top of Page

cadetduke
Starting Member

13 Posts

Posted - 22 September 2002 :  02:29:19  Show Profile
Question (this has probably been asked before but it's after 1 and I have to wake up in 4 hours).

How do I implement my old DB into this new one? I've tried everything I know of and nothing works I just keep getting errors. I use an Access 2000 DB.

It looks great though.
Go to Top of Page

Therion93
Junior Member

USA
263 Posts

Posted - 22 September 2002 :  02:56:12  Show Profile  Send Therion93 an ICQ Message
Be sure you run all the dbs files. See the first post in this topic.
Go to Top of Page

al_iguana
Junior Member

138 Posts

Posted - 22 September 2002 :  06:16:18  Show Profile  Visit al_iguana's Homepage
quote:
Originally posted by cadetduke

Question (this has probably been asked before but it's after 1 and I have to wake up in 4 hours).

How do I implement my old DB into this new one? I've tried everything I know of and nothing works I just keep getting errors. I use an Access 2000 DB.

It looks great though.



check my post towards the end of page 5 of this thread for instructions. if you get errors when running a dbs files, it may be that you already have the mod installed. run all the dbs files anyhow, it won't hurt. always make sure you have a backup of your database before starting.

----

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

cbovis
New Member

United Kingdom
91 Posts

Posted - 22 September 2002 :  06:43:32  Show Profile
ok, i updated the avatar mod, u might wanna check it out.

Thanks

DJNeuphoria


Go to Top of Page

al_iguana
Junior Member

138 Posts

Posted - 22 September 2002 :  06:57:39  Show Profile  Visit al_iguana's Homepage
OFFTOPIC SLIGHTLY : for everyone asking how to change the live news on the site_news.asp page, i found this article that tells you how you can have different newsfeeds on your site:

http://www-106.ibm.com/developerworks/xml/library/x-tiphdln.html?dwzone=xml

you will have to set up a css file for the RDF you are going to import, and there is a bit of java involved, but its easy enough to follow. i'm going to try it later and see what needs to be altered in relation to serverhackers' code

----

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

cadetduke
Starting Member

13 Posts

Posted - 22 September 2002 :  07:42:23  Show Profile
Ok I have another question then.

Is there a reason why the menu bar (Home, All Forums, etc.) kind of overlap the active members part? How do I fix it?
Go to Top of Page

Tmpj
Junior Member

Denmark
467 Posts

Posted - 22 September 2002 :  07:47:16  Show Profile
Nice work!
Go to Top of Page

al_iguana
Junior Member

138 Posts

Posted - 22 September 2002 :  09:00:47  Show Profile  Visit al_iguana's Homepage
quote:
Originally posted by cadetduke

Ok I have another question then.

Is there a reason why the menu bar (Home, All Forums, etc.) kind of overlap the active members part? How do I fix it?



the menu bar is put at a fixed point on the screen. if you have a small banner, everything else under it (active users etc) will move up the screen, so will be covered by the menu bar.

open forum/resources/custom.asp, find this bit at the top :

var menuALIGN = "left";
var absLEFT = 	32;
var absTOP = 	157;


and take 10 off absTOP (ie 147 : moves the menu bar up the screen by 10 pixels) and see if that works)

----

Don't Dream It ~ Be It
http://www.peppermintiguana.co.uk/cymrugothic/

Edited by - al_iguana on 22 September 2002 09:03:43
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.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07