T O P I C R E V I E W |
phy1729 |
Posted - 19 December 2007 : 15:21:24 Continued from:66122
I want to make a mod that uses a new Auth Type for a forum. The new type would have all topics within it readable by all but writable by only admins, moderators of that forum, and the author of that topic.
Questions: 1. What is a currently unused auth type by the base code and mods? 2. How do I identify the author? I think the author has a diffrent mlev but I'm not sure. 3. What other than topic.asp, forum.asp, and post.asp will need to be mod'd?< |
11 L A T E S T R E P L I E S (Newest First) |
phy1729 |
Posted - 24 January 2008 : 23:00:31 Doesn't work yet. I need to change from checking F_TYPE to F_PRIVATEFORUMS so hold off on testing. Topic.asp has been changed post_info.asp has not yet.
Works now. Any problems?< |
phy1729 |
Posted - 24 January 2008 : 22:30:11 |
phy1729 |
Posted - 10 January 2008 : 18:49:42 No I've been busy. I can guarantee time in June but before that it's whenever I have time and aren't doing other things.< |
DennisTheMenace |
Posted - 10 January 2008 : 13:21:21 Just curious... Any new developements on this?< |
cripto9t |
Posted - 20 December 2007 : 09:58:39 quote: How do I identify the author? I think the author has a diffrent mlev but I'm not sure
Look for the "function chkUser" in "inc_func_common" mLev 1 is the author. You can see how its used in "topics.asp".
quote: What other than topic.asp, forum.asp, and post.asp will need to be mod'd?
"post_info" might need some checks.
And looking at the forum list box in "post.asp" it looks like the forum types are 0-9.< |
AnonJr |
Posted - 19 December 2007 : 16:05:34 yes, you have to register to be able to download it.< |
phy1729 |
Posted - 19 December 2007 : 15:53:17 OneWayMule Forum Rules Mod seems to only give guide lines but not anything to enforce them. I'm still trying to get a hold of a copy of image portal 3.06. |
modifichicci |
Posted - 19 December 2007 : 15:36:27 ah ok that has more sense, in image portal 3.06 there is implemented the function of posting restrictions, so you can choose forum by forum who can post a topic and who can reply to topic.
You can download the portal and check for the code in post, post info< |
TSAloha |
Posted - 19 December 2007 : 15:32:31 Have you look at OneWayMule Forum Rules MOD? It has some of the basic features you are discussing here? Seems it can be adopted for your MOD, though the point raised above by modifichicci will be a design issue, it seems.< |
phy1729 |
Posted - 19 December 2007 : 15:30:53 Clarification: Any user may start the topic but once it is started only that user and admins and moderators may reply.< |
modifichicci |
Posted - 19 December 2007 : 15:28:33 how can an user write a post in such a forum? if you lock forum only admin and moderators can write in that forum, and all can read
How can you have an author topic different from an admin or a moderator? If he has not a topic inthat forum you have not an author to allow writing...< |