Author |
Topic |
|
srta
Starting Member
10 Posts |
Posted - 18 May 2006 : 00:04:49
|
Hi all,
I downloaded Snitz Forums recently, and I wanted to do some minor modifications to it. Some of them are common (I'll use the MODs available), but others are not that common (so I'll try to modify the code myself or create a MOD).
But I was a little confused while looking at the code. I've been working with ASP for a while now, but I got kinda lost when I opened post.asp and tried to insert a new row in the table. I didn't know where to add the code Is there any kind of documentation for the code in post.asp, topic.asp, etc. that may help me?
There are 3 things I would like to start with: 1- Send sttachments through posts: I've seen a lot of MODs, but I want to implement something a bit different, in the sense that I only want to allow attachments while posting in certain topics, but not all of them; and I want to allow only a certain type of files.
2- I want to change the design of the top of each page, the one with the logo and the menu (home, profile, logout, etc.) What is the right way and file to do this?
3- I want to have the possibility of hiding the email addresses, so members never get to see each others emails.
Thanks a lot for all the help
PS. I have some experience with ASP and Access, so that may help me a bit |
Edited by - srta on 18 May 2006 00:06:00 |
|
tribaliztic
Senior Member
Sweden
1532 Posts |
Posted - 18 May 2006 : 04:59:24
|
Hi, did you try and search for this functionality?
1- There is a "file attachment mod" already, working GREAT!
2- Try the "site integration mod"
3- Do you mean in the profiles or somewhere else? In the profiles you shouldn't be able to see any e-mail address. |
/Tribaliztic - www.gotlandrace.se -
|
|
|
Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 18 May 2006 : 06:16:57
|
01. Rather than starting from scratch you could modify one of the existing attachment mods so that you could set which forums attacments are and are not allowed in.
02. inc_header.asp is the file you want; the main menu is found in a sub called sForumNavigation.
03. Turn on the e-mail functions in your admin options; members will then only be able to e-mail each other through a popup form. Also, each member has the option of setting whether or not other members can e-mail them.
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
|
Topic |
|
|
|