that involves moderators anything important that i should know before i go ahead and develop this mod as far as 3.2 ?
any of the dev team would be kind enough to let me know anything i should know i would greatly appreciate it even if your not on dev team, but can offer something, i still would appreciate it.. thanks
i never have done a mod for snitz so far i have added 1 line of code to topic.asp and i have made a new table. what do i have to do to make my life easier as far as keeping it easy to be used on 3.2?
keep all your code as self contained as possible, with as few changes to the base code as possible. If you need to insert a large section in one of the base files, try doing it as a function call, so you can keep the code seperate, and just insert the call to the fiunction in the base code