Author |
Topic |
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 18 December 2002 : 17:26:38
|
That's the problem with quick searching. I should know better... I guess that does it indeed then. Only the interface problem would remain then, but that seems an easy one to fix. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 18 December 2002 : 17:27:54
|
post.asp will show in edit mode but it is in post_info.asp where the user will be displayed the message telling: Line: 335, 339, 436, 440
"Only an Admin, a Moderator or the Author can change this post"
It will though need to be changed as below:
"Only an Admin can change this post" |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 18 December 2002 : 17:32:42
|
Yeah, that would be a possible option. Anyway a full solution does involve changes to all the files previously discussed, so that the user interface would be consistent with the actual application behavior. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 18 December 2002 : 17:33:05
|
quote: Originally posted by ruirib
That's the problem with quick searching. I should know better... I guess that does it indeed then. Only the interface problem would remain then, but that seems an easy one to fix.
I remember suggesting use of chkUser to show/hide edit icons but then it could result in an extra call to db for each post unless... *thinking*
But anyway that is an easy fix. I would also suggest making it to be an option to set via admin options whether to allow editing the posts and then add a statement in chkUser function to assign the mLev for authors depending on the settings. |
|
|
David K
Junior Member
494 Posts |
Posted - 18 December 2002 : 21:46:17
|
My MOD (AdminLevel) is entirely based on the chkUser function, I tried to offer the change in it here, but you beat me to it (**** time diffrence!) I would have suggested adding an additional function (something like chkAuthor) to use insted, but this function would not use DB but pre-configured varriables (that exist now anyways) |
|
|
yves
Starting Member
32 Posts |
|
Topic |
|