Author |
Message |
blith
Client
Joined: Jul 18, 2003
Posts: 977
|
Posted:
Thu Oct 09, 2003 10:42 am |
|
I would like a mod that does not count posts in a certain forum. ! tried one I found once and it did not work. Is there anyone here that knows of one or can make one? Thank you. |
|
|
|
|
blith
|
Posted:
Thu Oct 09, 2003 11:20 am |
|
I guess this is called Disable Post Count Increase. I have found one but it is the one I put in before. I will try it again but if anyone knows of a completely reliable one that the use I would appreciate it. Thanks. |
|
|
|
|
blith
|
Posted:
Thu Oct 09, 2003 12:41 pm |
|
Okay the one I installed was from http://www.phpbb.com/mods and it works exactly as I need it to. The directions are east to follow and easy to implement. The only thing I was unlear of was where to exactly disable post counting. Once you go into forum mgmt. under edit a forum you will see a check box asking "Count User's Posts" check for yes uncheck for no. They will all be enabled as default. |
|
|
|
|
blith
|
Posted:
Fri Oct 10, 2003 1:55 pm |
|
New problem. When I have post count disabled in OT they receive no post count increase. (of course) but if they get a post deleted from OT their post count goes down. Is there a workaround for this. Conceivably someone could end up with a neg. post count. Thanks! |
|
|
|
|
Raven
Site Admin/Owner
Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Sun Oct 12, 2003 10:42 am |
|
blith wrote: | New problem. When I have post count disabled in OT they receive no post count increase. (of course) but if they get a post deleted from OT their post count goes down. Is there a workaround for this. Conceivably someone could end up with a neg. post count. Thanks! | This seems to be a dichotomy. If they delete a post that was counted in their total before you implemented it, you might want to see the decrease. However, if it was afterwards, then you wouldn't. I've had no experience with the mod you are using so I'd have to get it and look at it to see how to stop it all together. It seems that that situation should be easy enough to test though. Does the count decrease if you delete it from the forum that you are not allowing increases in? |
|
|
|
|
blith
|
Posted:
Mon Oct 13, 2003 7:29 am |
|
Yes, the decrease in post count is in a forum that has post count increase disabled. I appreciate you looking into it, Raven.
In fact I just conducted the test. I entered a post in my OT forum, where post count increase is disabled, no increase in post count. I then deleted the same post in OT and my post count decreased by one. |
|
|
|
|
Raven
|
Posted:
Mon Oct 13, 2003 7:34 am |
|
Just test it. Create a test forum and set the forum to not increase. Then add a couple of test posts and delete them to see what happens. |
|
|
|
|
blith
|
Posted:
Mon Oct 13, 2003 7:40 am |
|
That is what I did in the post above... maybe you were typing as I was editing... |
|
|
|
|
Raven
|
Posted:
Mon Oct 13, 2003 7:47 am |
|
Continue to delete to see if the post count for that forum goes negative. I'll check back later. Packing up to head back to Kansas. |
|
|
|
|
blith
|
Posted:
Mon Oct 13, 2003 8:26 am |
|
Okay, I created a new forum that had post count increase disabled. I started out with 269 posts. I created two posts and my post count did NOT go up. I then deleted those posts and my post count did NOT go down. So in conclusion... sounds professional doesn't it , if you delete posts in a forum that post count increase was not implemented from the start your post count will be decreased due to the surplus of posts you have from prior to the disabling. Does that sound about right? |
|
|
|
|
Raven
|
Posted:
Mon Oct 13, 2003 9:19 pm |
|
|
|
|
blith
|
Posted:
Thu Nov 06, 2003 12:47 pm |
|
Okay, new problem same topic. Is there a way to remove post count all together? So it doesn't show up anywhere? even under the avatar of a user? thanks |
|
|
|
|
Raven
|
Posted:
Thu Nov 06, 2003 1:03 pm |
|
Try this. Edit Forums/viewtopic.php. Find this code on or about line 871Code: $poster_posts = ( $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang['Posts'] . ': ' . $postrow[$i]['user_posts'] : '';
| and modify it to readCode: $poster_posts = ''/*( $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang['Posts'] . ': ' . $postrow[$i]['user_posts'] : ''*/;
|
|
|
|
|
|
Raven
|
Posted:
Thu Nov 06, 2003 1:06 pm |
|
Oops. Just saw the avatar question also. I'm assuming you mean in my Site Info block. Change this lineCode: $posts = $row[posts];
| toCode: $posts = 0/*$row[posts]*/;
|
|
|
|
|
|
blith
|
Posted:
Thu Nov 06, 2003 3:46 pm |
|
Thanks Raven! Are they still increasing and just can't be seen? Or are they disabled all together? |
|
|
|
|
Raven
|
Posted:
Thu Nov 06, 2003 3:48 pm |
|
Still doing whatever they were before, just being masked. |
|
|
|
|
blith
|
Posted:
Thu Nov 06, 2003 4:33 pm |
|
fantastic!! just what I want.. people get so obsessed with post counts... |
|
|
|
|
CodyG
Life Cycles Becoming CPU Cycles
Joined: Jan 02, 2003
Posts: 714
Location: Vancouver Island
|
Posted:
Thu Nov 06, 2003 5:15 pm |
|
You are all so brilliant ... hanging out here has to be good for me. |
|
|
|
|
|