(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
05-17-24 08:01 PM
0 users currently in Help, Suggestions, Bug Reports.
Acmlm's Board - I3 Archive - Help, Suggestions, Bug Reports - "NEW" suggestion New poll | |
Add to favorites | Next newer thread | Next older thread
User Post
Smallhacker

Super Koopa
I AM A Group Of Officially Frustrated Younglings, G.O.O.F.Y. MEMBER








Since: 11-17-05
From: Söderhamn, Sweden

Last post: 6299 days
Last view: 6297 days
Skype
Posted on 11-20-05 06:17 AM Link | Quote
I dunno how many times this has happened to me. I read threads in a forum, marks it as read, replies to one of the threads and goes to some other site. After a while, I return. I see that there's a new post in the forum, I open it. I open the thread and scroll down to the last post. That's the reply I made! I forgot to click on "Mark forum as read" after posting.

The current code which decides if a thread should have next to it compares the time of the last post in a thread to how long ago the user marked the forum as read, right? That means that threads can't be marked as read individually. Because of this, you can't add a thing to the reply/new thread code which marks the thread as read, which would prevent the annoyance mentioned above. However, there's another way.

How about this? In the forum view code, after it decides if a thread should have next to it or not, add a piece of code which compares the last poster in the thread to the current user. If the last poster = current user, remove the . The same goes for the main page. If all threads' last posts are made by the current user, the image is not put next to the forum.

Anyone willing to add this to the board?


(edited by Smallhacker on 11-20-05 05:18 AM)
(edited by Smallhacker on 11-20-05 05:19 AM)
Stifu









Since: 11-18-05
From: Your mom's bed

Last post: 6299 days
Last view: 6297 days
Posted on 11-20-05 07:21 AM Link | Quote
Also, I suggest making it so all threads are marked as read by default, when you just made an account... I can't keep track of the amount of (stupid) people who've been digging 3 year old topics, then saying they didn't think it was old because it was written it was "new" next to it... _¬
Elric

Octoballoon


 





Since: 11-18-05
From: Melniboné

Last post: 6696 days
Last view: 6327 days
Posted on 11-21-05 01:41 AM Link | Quote
That's a good idea, Smallhacker. I should be able to impliment it on my board, and I'm sure that Xk can impliment it here. Just dunno if he will...
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6298 days
Last view: 6298 days
Posted on 11-21-05 10:12 AM Link | Quote
Should only be a matter of adding a condition to a MySQL query somewhere.
Elric

Octoballoon


 





Since: 11-18-05
From: Melniboné

Last post: 6696 days
Last view: 6327 days
Posted on 11-21-05 04:01 PM Link | Quote
It was easy as pie!

I just opened forum.php and changned this:
	if(($thread[lastpostdate]>$postread[$id] and $log and $id) or ($thread[lastpostdate]>ctime()-3600 and (!$log or !$id))){

$new=$newpic; //Get Icon Data From Selected Scheme
if($hot) $new=$hotnew; //Get Icon Data From Selected Scheme
}else{
$new=' ';
if($hot) $new=$hott; //Get Icon Data From Selected Scheme
}

To this:
	if(($thread[lastpostdate]>$postread[$id] and $log and $id and $thread[lastposter]!=$loguserid) or ($thread[lastpostdate]>ctime()-3600 and (!$log or !$id))){

$new=$newpic; //Get Icon Data From Selected Scheme
if($hot) $new=$hotnew; //Get Icon Data From Selected Scheme
}else{
$new=' ';
if($hot) $new=$hott; //Get Icon Data From Selected Scheme
}

Of course, my forum.php and index.php are modified to show , , , and based on the scheme you're using.
Kingpin



 





Since: 11-21-05
From: Amarillo, TX

Last post: 6304 days
Last view: 6298 days
Posted on 11-24-05 02:09 AM Link | Quote
I dont see the point in doing this really. I never mark a forum read then reply to something. I mark it read last, so it wont say NEW any more.....
Elric

Octoballoon


 





Since: 11-18-05
From: Melniboné

Last post: 6696 days
Last view: 6327 days
Posted on 11-25-05 10:26 AM Link | Quote
But if someone makes a post while you're making a forum read, then you'll never know that post was made, because the board will mark it as read, too.
Alastor
Fearless Moderator Hero








Since: 11-17-05
From: An apartment by DigiPen, Redmond, Washington

Last post: 6297 days
Last view: 6297 days
Posted on 11-26-05 11:30 AM Link | Quote
Unless you, y'know.

Looked at the "last post" field.

Hell, I don't even use mark forum read, I just look at that, and I've never had problems
Aurxix

Flurry


 





Since: 11-23-05
From: Canada

Last post: 6744 days
Last view: 6744 days
Posted on 11-26-05 02:36 PM Link | Quote
Originally posted by Kario
I dont see the point in doing this really. I never mark a forum read then reply to something. I mark it read last, so it wont say NEW any more.....


Its good though if someone does want them, think it should be put in to action
Elric

Octoballoon


 





Since: 11-18-05
From: Melniboné

Last post: 6696 days
Last view: 6327 days
Posted on 11-27-05 06:14 PM Link | Quote
Put in to action and Optionized!™ via Edit Profile.
Aurxix

Flurry


 





Since: 11-23-05
From: Canada

Last post: 6744 days
Last view: 6744 days
Posted on 11-27-05 10:06 PM Link | Quote
Awsome!! this is great!
Elric

Octoballoon


 





Since: 11-18-05
From: Melniboné

Last post: 6696 days
Last view: 6327 days
Posted on 11-27-05 10:22 PM Link | Quote
Umm... what is? The idea?
Aurxix

Flurry


 





Since: 11-23-05
From: Canada

Last post: 6744 days
Last view: 6744 days
Posted on 11-27-05 10:29 PM Link | Quote
Yeah it would be great now that i thought about it, also how is your board going i checked on it a couple months ago just to see whats happening.
Elric

Octoballoon


 





Since: 11-18-05
From: Melniboné

Last post: 6696 days
Last view: 6327 days
Posted on 11-27-05 10:32 PM Link | Quote
Ah, OK. I got confused for a second there, since you said it was good, then said it was great.

To skip off-topic for a moment, my board is doing fine. I've implimented this there, as well as many other things, though the NEW thing isn't optional on my board...
Aurxix

Flurry


 





Since: 11-23-05
From: Canada

Last post: 6744 days
Last view: 6744 days
Posted on 11-27-05 10:37 PM Link | Quote
Originally posted by Elric
Ah, OK. I got confused for a second there, since you said it was good, then said it was great.

To skip off-topic for a moment, my board is doing fine. I've implimented this there, as well as many other things, though the NEW thing isn't optional on my board...


Yeah I have see you have made alot of Hacks yourself, thats great work! just a complament off-topic hehe
Add to favorites | Next newer thread | Next older thread
Acmlm's Board - I3 Archive - Help, Suggestions, Bug Reports - "NEW" suggestion |


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.018 seconds; used 415.45 kB (max 524.09 kB)