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)
 Private Messages 3.5
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 11

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 09 August 2004 :  09:34:04  Show Profile  Reply with Quote
the options havent been removed from the admin area but there are 2 links in admin_home.asp
If you follow the instalation instructions in the readme file you shouldnt have any problems.

I dont know about the shn forums because this mod was made and developed on the basic snitz package, but you can try it! just remember to back up your original files first!<
Go to Top of Page

ziggyloc
Starting Member

United Kingdom
36 Posts

Posted - 13 August 2004 :  16:04:25  Show Profile  Reply with Quote
Good work GarethMoore...upgraded PM's to your version...looks good...runs good...small prob print icon missing from download...<
Go to Top of Page

daniel123
Starting Member

21 Posts

Posted - 13 August 2004 :  19:58:37  Show Profile  Reply with Quote
and one thing i want to ask, is there any way possible to restrict administrators from viewing pms of other administrators (only forum admin should have the option?)<
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 13 August 2004 :  21:14:50  Show Profile  Reply with Quote
When I downloaded this mod (as an individual feature) there was an option in the index page part to select this, however it didnt work, and so I left it at that.
As you know I didnt write this script. The part where you see into other peoples inbox's (hate to critise anyone) but was very poorly written. As you saw in the first of my release before I touched these pages the header columns didnt align, table borders were 5px, and lots of silly errors, things over looked and not tested properly.
I fixed the design, looking very neat now!!! Anyway, my point being I did not write the script, and am not about to re-write it so working in an options for which accounts shouldnt be viewable etc are un-realistic.


So far I have uncovered part of the code which was hidden!!!
So I have got it down to, no one can read super admins but they can read other admins posts.
This is specified in this part of the code:


if rs("MEMBER_ID") = strSuperAdmin then  
Response.Write	"No Access</font></td>" & vbNewLine
else
Response.Write	"<a href=""admin_pmmaint_view.asp?mem=" & rs("M_NAME") & "&view=inbox"" target=""_self"">Inbox</a></font></td>" & vbNewLine
end if


what I need to do is change the part in blue, from superadmin to admin (mlev3), can anyone help with this? I dont know the exact way it should be printed in the code!<

Edited by - GarethMoore1979 on 14 August 2004 09:21:40
Go to Top of Page

tjhilder
Junior Member

United Kingdom
110 Posts

Posted - 16 August 2004 :  20:40:38  Show Profile  Visit tjhilder's Homepage  Reply with Quote
looks good! how can I change it so that the inbox is at the topic of the list and not the bottom?

or even better yet, can i not have that there at all and just have the little "inbox" at the top of the page where it is now?<

"I must have a bad immune system because I catch colds better then I catch trains" - TJ 2004
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 17 August 2004 :  18:35:44  Show Profile  Reply with Quote
quote:
Originally posted by tjhilder

looks good! how can I change it so that the inbox is at the topic of the list and not the bottom?

or even better yet, can i not have that there at all and just have the little "inbox" at the top of the page where it is now?



im sorry but I dont understand what your trying to say.<
Go to Top of Page

tjhilder
Junior Member

United Kingdom
110 Posts

Posted - 17 August 2004 :  20:01:32  Show Profile  Visit tjhilder's Homepage  Reply with Quote
oops, that was ment to be top, not topic

I ment so that instead of having an extra category with a link to inbox, not have that at all but have the link so that it's up there with:

Home | Profile | Register | Active Topics | Members | Search | FAQ

etc etc.<

"I must have a bad immune system because I catch colds better then I catch trains" - TJ 2004
Go to Top of Page

tjhilder
Junior Member

United Kingdom
110 Posts

Posted - 17 August 2004 :  22:00:09  Show Profile  Visit tjhilder's Homepage  Reply with Quote
is it possible to have the test forum zipped so i can download it?

I'm just having a real hard time trying to figure out where some of this code goes (readme file isn't 100% helpful ) and I don't want to mess up my forum<

"I must have a bad immune system because I catch colds better then I catch trains" - TJ 2004

Edited by - tjhilder on 18 August 2004 08:27:04
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 18 August 2004 :  16:51:31  Show Profile  Reply with Quote
There already is a link at the top to inbox like you want if you follow the readme instructions.
If you dont want it adding as a seperate catagory just dont make the changes to default.asp

All the files that need changes are included in the zip file in EXAMPLE_FOLDER. And if you back up your existing files first you want mess anything up :-)<
Go to Top of Page

tjhilder
Junior Member

United Kingdom
110 Posts

Posted - 18 August 2004 :  17:28:30  Show Profile  Visit tjhilder's Homepage  Reply with Quote
can you paste how the code should look in DEFAULT.ASP and INC_HEADER.ASP please? because the readme file isn't exactly clear to me (amateur) to where i got to put the code on these files.
----
I'm also having a problem when turning the Private Messages on, you put them on, click submit & when it goes to:

Configuration Posted!
Congratulations!

but it shows it set back to off, whats up with that?<

"I must have a bad immune system because I catch colds better then I catch trains" - TJ 2004

Edited by - tjhilder on 19 August 2004 08:58:53
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 19 August 2004 :  13:00:58  Show Profile  Reply with Quote
the examples are all in the EXAMPLES-FOLDER. Just search for part of the code that is in the readme file in the example pages and you will see where it is, and where to put it in yours. You have obviously installed the rest of this mod, and the inc_header.asp and default.asp page are the easiest ones out of them all!

After you have revieved the message,

Configuration Posted!
Congratulations!
(initially it does show that your settings havent been saved, but they have!) if you then go back into the page, you will see they are the ones you just set!

Just experiment with it!

<
Go to Top of Page

tjhilder
Junior Member

United Kingdom
110 Posts

Posted - 20 August 2004 :  04:17:00  Show Profile  Visit tjhilder's Homepage  Reply with Quote
ok got it working now, finally! <

"I must have a bad immune system because I catch colds better then I catch trains" - TJ 2004
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 21 August 2004 :  14:55:38  Show Profile  Reply with Quote
I have just uploaded version 3.5.03

The only changes are as follows:

-print icon added (previously missing from version 3.5.02).

-slight extra detal for Active Users, Users!

-modified admin area so admins cant see the superadmins inbox!<
Go to Top of Page

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 21 August 2004 :  16:03:52  Show Profile  Reply with Quote
Could you add the "Save Message" feature as included in Huws version ?

http://www.magicmushroom.org.uk/<
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 22 August 2004 :  08:10:16  Show Profile  Reply with Quote
I would love to add it!
I have just tried to register on that mushroom site but its not sending out the validation e-mail! And I recall trying to do this a few months ago too, again recieved no e-mail!<
Go to Top of Page
Page: of 11 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 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