UBB.Dev
Posted By: Burns (NA) at replies in threaded mode ? - 08/08/2002 11:22 AM
In flat mode there are (NA)'s at every single reply that is not approved,
but in threaded ( in both forum and thread view ) -
only if it's a new NA thread

Could anyone add (NA) to the replies in threaded view ?

With the Bypass Moderation hack the permissions are perfect,
but if it is so hard to "catch" these unapproved posts,
it would be just useless work for weeks, months, years ?

There is sure another option to find unapproved posts,
but there are also way too many clicks involved:
The moderator don't know if there any unapproved posts at all, still have to do every day:
Admin-->Approve Posts--->Choose a forum(every forum, if you have 20
rather rare used forums - you still have to repeat it 19 times )
-->Submit--->now open every post to verify the content.
It is more then inefficient, it's simple waste of time,
if you moderate it long time this way...

Well... a fix of (NA) would be a great improvement already,
but the perfect solution would be one of these:

1) A modification of (NA) :
"NA" at the forums names, where you have unapproved posts;
that would save moderator X clicks to open X forums,
just to find out that only in 1 he can see unapproved post.
Even more moderator-fiendly would be to display everything,
where is anything unapproved inside, in different color:
say Forum's name is red, if there is any unapproved post inside,
the same with threads ( for the "flat" fans )

2) A Link in the header, visible only for moderators and only if there is anything unapproved !
( like the PM icon with link )
One click on the link - posts from all forums displayed
( the same as viewunapproved.php, just universal, not depending on $Keyword from chooseforum.php )
Is there even an option to assign moderators to special forums ? NO
Without hacks you only can give read/write permissions,
and i would not take away read/write permissions from my moderator,
becasue it would be someone, i trust...
And in most boards moderators cooperate, help each other,
the most imprortant thing is to treat the posts ASAP
( ok, may be exept boards, ppl. use to make money, rather work then fun )

Anyone could help me at least with (NA)'s ?

thanks in advance
Burns
Posted By: Gardener Re: (NA) at replies in threaded mode ? - 08/08/2002 2:22 PM
I have never used moderation myself so I've never seen the problem you are talking about. But my guess is that it's a bug that's causing the NA to not show up in threaded view. Replies don't get the right icon and the color of the username is also wrong on replies, so I would guess it's the same problem. I'll check up on that.

Regarding more useful ways of approving posts, it has been requested that something should be done before and your ideas seem to be good. I'd vote for the second proposal, it seems to be very convenient. I'll put it on my todo-list, but since I'm not using moderation myself it won't get a high priority, so maybe someone else could give it a try?

[]Is there even an option to assign moderators to special forums ? NO


I'm not sure I'm following you here... You can assign lots of moderators to each forum, so that they can approve posts, edit other peoples posts and so on.
What option is missing?
Posted By: Burns Re: (NA) at replies in threaded mode ? - 08/08/2002 4:17 PM
posted by Gardener:

</font><blockquote><font class="small">Quote:</font><hr />
Is there even an option to assign moderators to special forums ? NO


I'm not sure I'm following you here... You can assign lots of moderators to each forum, so that they can approve posts, edit other peoples posts and so on.
What option is missing?


Or sorry, i just missed this option
( i was looking by forums management , not by users management )

About anyone who could do it -
i'm afraid that so few ppl. are using moderation,
it's almost hopeless...
Posted By: Gardener Re: (NA) at replies in threaded mode ? - 08/08/2002 4:19 PM
OK, I've found the bug that makes the N/A posts not being shown. It's any easy fix so you could do it yourself, just follow the instructions below.

Find this line in showthreaded:
code:

$tree[$aparent][$anumber]['Approved'] = $aaproved;



Change it to this:
code:

$tree[$aparent][$anumber]['Approved'] = $aapproved;



Then open postlist.php and find this line:
code:

$tree[$aparent][$anumber]['Approved'] = $aaproved;



And change it to this:
code:

$tree[$aparent][$anumber]['Approved'] = $aapproved;



Posted By: Gardener Re: (NA) at replies in threaded mode ? - 08/08/2002 4:21 PM
Guess there aren't that many, and judging by who cumbersome it seems to be to approve posts I guess less people are inclined to start using it. I really think it is a feature that should be more streamlined in future versions.
Posted By: Burns Re: (NA) at replies in threaded mode ? - 08/08/2002 4:41 PM
wow, all (NA)'s are displayed now, you squished this bug

Now, if there would be (NA) in front of forums,
where are any unapproved posts inside,
it would be perfect already:
would not it just need one extra query somewhere before
forums are listed on the Main Index, B_Approved from w3t_Posts ?
Hm... probably more difficult would be to change the name of the forum displayed...
Posted By: Gardener Re: (NA) at replies in threaded mode ? - 08/08/2002 5:03 PM
If you have Full New Post Tracking on you should be able to see the number of new N/A posts in each forum on the main forum index. Unfortunately this doesn't seem to work, another bug probably. I'm on it though. =]
Posted By: Burns Re: (NA) at replies in threaded mode ? - 08/08/2002 5:44 PM
yep,
the yellow bulb should be shown if there are NA posts
( i could replace it with a red one or alike,
to separate it from new posts bulb,
if only this query would work ... )
Posted By: Burns Re: (NA) at replies in threaded mode ? - 08/08/2002 6:02 PM
OK, the "fast fix" would be to comment out
"if ( ($config['newcounter'] == 2 ) && ($Username) && ($boardfolder == "newposts.gif") ) {" around line 250
( and one another } below the block )

But i hope you find a better solution...
Posted By: Gardener Re: (NA) at replies in threaded mode ? - 08/08/2002 7:06 PM
Yep, that would work, but it will add 2 extra queries on boards that wouldn't need them.

I haven't started tracking this down yet, but I will soon.
Posted By: Gardener Re: (NA) at replies in threaded mode ? - 08/09/2002 1:08 AM
The best solution I could find without doing some heavy changes is to move the "}" at line 312 to line 275. This will move the N/A check outside the post tracking.

At least this means that the post tracking queries don't have to be done on each board. But there will always be an extra query for every board with real moderation, but since this only applies to admins and mods of that board it should be such an impact on the database anyway.
© UBB.Developers