Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Aug 2002
Posts: 39
User
User
Offline
Joined: Aug 2002
Posts: 39
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

Sponsored Links
Joined: May 1999
Posts: 1,715
Addict
Addict
Joined: May 1999
Posts: 1,715
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?

Joined: Aug 2002
Posts: 39
User
User
Offline
Joined: Aug 2002
Posts: 39
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...

Joined: May 1999
Posts: 1,715
Addict
Addict
Joined: May 1999
Posts: 1,715
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;




Joined: May 1999
Posts: 1,715
Addict
Addict
Joined: May 1999
Posts: 1,715
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.

Sponsored Links
Joined: Aug 2002
Posts: 39
User
User
Offline
Joined: Aug 2002
Posts: 39
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...

Joined: May 1999
Posts: 1,715
Addict
Addict
Joined: May 1999
Posts: 1,715
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. =]

Joined: Aug 2002
Posts: 39
User
User
Offline
Joined: Aug 2002
Posts: 39
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 ... )

Joined: Aug 2002
Posts: 39
User
User
Offline
Joined: Aug 2002
Posts: 39
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...

Joined: May 1999
Posts: 1,715
Addict
Addict
Joined: May 1999
Posts: 1,715
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.

Sponsored Links
Joined: May 1999
Posts: 1,715
Addict
Addict
Joined: May 1999
Posts: 1,715
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.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)