php forum
php mysql forum
php mysql smarty
 
Page 3 of 4 < 1 2 3 4 >
Topic Options
#206605 - 11/30/00 09:14 PM Re: New column [Re: nico851]
Rick Offline
Guru

Registered: 05/11/99
Posts: 8372
Loc: Olympia, WA
Actually, it's not a matter of how much sleep I need, I rarely get much anyways[]/w3timages/icons/wink.gif[/]. I could code just about anything you need it to do, but with all suggested features I have to take into consideration how much server resources it would take to do it. Like for example being able to jump directly to the newest post in a thread. In order to do this I'd have to do a query/calculation to see how far deep in the thread the new reply is. And then I'd have to see what the user's default flat posts per page is, do a division by the total replies in the thread and then build the link. And I'd have to do that for each thread displayed on that page. So, obviously this could be done, but speaking practically this woudln't make for a very fast system.<br /><br />-------------------<br />Scream<br />WWWThreads Developer
_________________________
StogieSmokers.com

Top
#206606 - 11/30/00 11:15 PM Re: New column [Re: Sally]
Socrates Offline
Member

Registered: 05/24/00
Posts: 179
Loc: San Diego, California
Whew! That is a lot of stuff! I'm pooped just reading about it []/w3timages/icons/wink.gif[/]<br /><br />Oh well, to that end I'll say again, the ability to view new messages only is very important.<br /><br />Last on that from me []/w3timages/icons/smile.gif[/]<br /><br />Socrates<br />ForumExperts

Top
#206607 - 12/01/00 05:47 AM Re: New column [Re: Sally]
MTO Offline
Addict

Registered: 01/31/00
Posts: 1524
Loc: Burgos, Spain.
I wouldnt mind that much if it wasnt perfect. If it would be easier to go to the next new post and instead of recalculating all the pages (that as you seem to say would take much resources...) just grab the 2 earlier posts and start building the pages from there, backwards and forwards, even if the previous page had only 6 replies IŽd do it. Maybe others would not like this and preffer it as it is now, but IŽd personally preffer that, its a time saver.<br /><br />Mateo Byler<br />CruceDeCaminos.com
_________________________
Mateo Byler
CruceDeCaminos.com

Top
#206608 - 12/01/00 07:04 AM Re: New column [Re: Anonymous]
Muhammad Offline
Kahuna

Registered: 09/26/99
Posts: 1289
Loc: Tucson, AZ
Darren,<br /><br />Personally, on my forum, I'll team the 'sun' icon up with colored cell bgcolors, even though I think it marks it nicely as it is. I just want to highlight the new threads a little more clearly.<br /><br />As it is now, you do save the loading of the other images... if you don't use icons w/posts, you could remove them entirely from postlist and then you would only be loading the small sun or 'new' marker image for a few threads, instead of the entire collection of icons, or 4 different folders, in addition to a new marker image. So I think it saves a little loading time there as it is, and you can save more if you want to customize it a bit.<br /><br />It kind of depends on the forum, and going back to the old way would be pretty easy, I'm sure. There actually doesn't have to be a column there if you don't want it. The new marker image could go after the thread link.<br /><br />Muhammad Chishti<br />Creative dIRECTOR<br />[:white]http://www.imcuniverse.com</font color=white>
_________________________
Muhammad

Top
#206609 - 12/01/00 08:50 AM Re: New column [Re: D_Wolfwood]
Rick Offline
Guru

Registered: 05/11/99
Posts: 8372
Loc: Olympia, WA
The problem is finding out where the new reply is at. Say there are 30 replies in a thread, you've seen the thread before but not for a couple of days. Now, to jump to the newest unread reply I have to find out where that is. I know the last time that you visited the forum, so I can find out what replies are new since you last visited but where do they fall in the chain of replies? I could do a little more code and extract this out as well, but this has to be done for every new thread that is displayed on the postlist screen.<br /><br />Like I said, it can be done, but in this case the postlist screen is one of the most heavily hit files and any increase in processor time to run this file adds up quickly.<br /><br />I'll figure out a way to do this eventually, but sometimes it's a bit harder than it looks to do it properly.[]/w3timages/icons/wink.gif[/].<br /><br />-------------------<br />Scream<br />WWWThreads Developer
_________________________
StogieSmokers.com

Top
#206610 - 12/01/00 08:51 AM Re: New column [Re: Sally]
snowman Offline
Power User

Registered: 11/02/00
Posts: 60
I should not butt into a subject that I know absolutely nothing about, but is there a way to have all new posts e-mailed to a user? Then a user would not have to go to the Board at all.<br /><br />

Top
#206611 - 12/01/00 10:13 AM Re: New column [Re: a-shar-shar]
Muhammad Offline
Kahuna

Registered: 09/26/99
Posts: 1289
Loc: Tucson, AZ
I am trying to get our PERL coder to do this today... users are demanding it since our old forum had it. I think I mentioned it a few times to Scream but I guess he didn't have time. []/w3timages/icons/smile.gif[/]<br /><br />Basically, the subscriptions would mean that when a new post is made to the forum, if a user is subscribed to that 'board', they would get a copy of it by e-mail w/link to the message... just like the e-mail notifications but notification of every post to the 'board' if you are subscribed.<br /><br />Muhammad Chishti<br />Creative dIRECTOR<br />[:white]http://www.imcuniverse.com</font color=white>
_________________________
Muhammad

Top
#206612 - 12/01/00 10:21 AM Re: New column [Re: paulj]
The Team Offline
Moderator

Registered: 08/11/00
Posts: 182
Loc: yes
Ummm...isn't this already under board subscriptions? As long as you have it enabled and cron running....<br /><br />

Top
#206613 - 12/01/00 10:31 AM Re: New column [Re: Anonymous]
Muhammad Offline
Kahuna

Registered: 09/26/99
Posts: 1289
Loc: Tucson, AZ
Unless it was changed, that sends a daily archive... and isn't very clear, to me anyway. What I'm talking about is an instant e-mail sent to subscribers of that board when the post is made.<br /><br />Muhammad Chishti<br />Creative dIRECTOR<br />[:white]http://www.imcuniverse.com</font color=white>
_________________________
Muhammad

Top
#206614 - 12/01/00 09:44 PM Re: New column [Re: paulj]
The Team Offline
Moderator

Registered: 08/11/00
Posts: 182
Loc: yes
So for anyone wanting to go back to orange and yellow post icons, removing the left hand column would be easy, but were there some major changes done to remove the differentiation of read and unread icon colours?<br /><br />I don't really buy the bandwidth argument Scream mentioned earlier, unless it's a text based web site. Look at the file sizes, they are tiny, a little over 100 bytes. You still have to download the yellow icons so the extra set would take up 2-3kb. Probably a quarter of the size of their logo. And they're cached for future references. <br /><br />Darren.<br />http://www.bullpen.com.au

Top
#206615 - 12/01/00 09:53 PM Re: New column [Re: Anonymous]
Rick Offline
Guru

Registered: 05/11/99
Posts: 8372
Loc: Olympia, WA
There were some modifications done to remove the display of the different colored icons and the "new" image. So, yes it would be easy to remove the column, but it would be a bit more difficult to return to the old behavior as the code has been changed to display the current way.<br /><br />And, I don't really by the bandwidth thing either, but it's just one of things that were mentioned/complained about the old way.<br /><br />-------------------<br />Scream<br />WWWThreads Developer
_________________________
StogieSmokers.com

Top
#206616 - 12/01/00 11:22 PM Re: New column [Re: paulj]
josetann Offline
Member

Registered: 04/18/00
Posts: 158
Loc: Clarksville, TN, USA
Just set subscriptions.pl to be run more often, say once every 30 minutes? It's not instantaneous, but not that bad either.<br /><br />If you have a really fast server, just have it set to run once a minute. And if this crashes your server...I had no part in it []/w3timages/icons/smile.gif[/]<br /><br />

Top
#206617 - 12/01/00 11:42 PM Re: New column [Re: Sally]
The Team Offline
Moderator

Registered: 08/11/00
Posts: 182
Loc: yes
Would a solution be to compare the postlist.pl of this version to the postlist.pl of the next?<br /><br />Darren.<br />http://www.bullpen.com.au

Top
#206618 - 12/02/00 07:24 AM Re: New column [Re: Anonymous]
Muhammad Offline
Kahuna

Registered: 09/26/99
Posts: 1289
Loc: Tucson, AZ
No, I would take the code from V5.1.3 and merge the old code into the new postlist when Scream releases 5.1.4 (which I assume will be when the sun image change will be included).<br /><br />Muhammad Chishti<br />Creative dIRECTOR<br />[:white]http://www.imcuniverse.com</font color=white>
_________________________
Muhammad

Top
#206619 - 12/04/00 02:10 PM Re: New column [Re: Sally]
lcantey Offline
Member

Registered: 05/20/99
Posts: 166
Loc: CA
There were 2 different places to look if a thread was nor or if it had new messages.<br />I figured by doing it this way then there is one place to look. Users can change the newmarker to whatever they want it to be for their site.<br /><br />You had to look at two places, but you could tell the difference between the cases. Right now I don't like not knowing which threads are new. Maybe I'll get used to it but it's bugging me so far []/w3timages/icons/crazy.gif[/].<br /><br />Lee<br /><br />

Top
#206620 - 12/06/00 06:24 AM Re: New column [Re: Billy Bandit]
BillD Offline
Member

Registered: 07/28/00
Posts: 277
You never knew when the threads were new (not even before). Well, OK, that is an exaggeration--there was about one week when you could tell which threads were new but people complained they didn't like that change so Scream undid it. The old behavior was (as I understood it):<br />1) If there is anything at all new in the thread, make the post icon orange.<br />2) If there are any new replies to the thread put the "new" icon in the replies column.<br />Note that the only time when you wouldn't simultaneously have an orange post icon and a "new" icon in the replies column was when there was only one post in the thread. Thus, these two different icons really only conveyed one piece of information: there is something in the thread you haven't read. There was no way to tell that the thread was new (unless it had no replies).<br /><br />When version 5.1b came out it was (briefly) possible to distinguish new threads from old ones because the post icon would only be orange if the thread was new (this was supposedly the intent all along but a bug had kept it from working). However, many people protested the new (correct) behavior, so Scream changed it back. See this thread and also my plea for a way to distinguish new threads.<br /><br />The fact that there are regular users of this board who apparently never understood what the orange post icons and "new" icon meant (including me for a very long time) speaks volumes for the need to do something different (in my opinion).<br /><br />Bill Dimm, MagPortal.com - [:red]free</font color=red> feeds for your site.
_________________________
Bill Dimm, SaveTheFreeWeb.com

Top
#206621 - 12/06/00 06:35 AM Re: New column [Re: Brandon Crystal]
Muhammad Offline
Kahuna

Registered: 09/26/99
Posts: 1289
Loc: Tucson, AZ
Soon I'm going to try some things with cell bgcolors and making the new posts bold... will post with what I get done. We're working on an e-mail nofitication modification first, though.<br /><br />Muhammad Chishti<br />Creative dIRECTOR<br />[:white]http://www.imcuniverse.com</font color=white>
_________________________
Muhammad

Top
#206622 - 12/06/00 05:13 PM Re: New column [Re: Brandon Crystal]
The Team Offline
Moderator

Registered: 08/11/00
Posts: 182
Loc: yes
Hi Bill<br />There are no more orange and yellow icons or 'new' images anyway so maybe us "unwashed masses" who wronged the right never got it our way after all.<br /><br />Having some icons orange and some yellow splattered throught the list was confusing, when you also had to check on the other side of the screen to see if this is a thread which has something new in it. For those on larger screen resolutions it was particularly inefficient as there was a significant gap between the two items supposed to be working in tandem.<br /><br />My objection to the layout in that magical week was never about a dislike for distinguishing between new threads and threads with only new messages, but a dislike for complicated interface.<br /><br />However, now there is a new column:<br />- if a thread was new and had a 'bold' sun icon,<br />- if a thread was not new but had new posts to it then it had a normal sun icon,<br />- and obviously if there was no new material at all, it had no icon<br />then I could see this as very beneficial.<br /><br />Darren.<br />http://www.bullpen.com.au

Top
#206623 - 12/06/00 08:39 PM Re: New column [Re: Anonymous]
BillD Offline
Member

Registered: 07/28/00
Posts: 277
That approach sounds good to me (and is actually somewhat similar to my suggestion a while ago of having red post icons for new threads, orange for new replies to old threads, and yellow for old everything--back in the days before all these suns). I think the sticking point now is whether or not Scream can determine which threads are new efficiently in the current code.<br /><br />Bill Dimm, MagPortal.com - [:red]free</font color=red> feeds for your site.
_________________________
Bill Dimm, SaveTheFreeWeb.com

Top
#206624 - 12/07/00 06:15 AM Re: New column [Re: Sally]
fruju Offline
Power User

Registered: 01/10/00
Posts: 56
Scream,<br /><br /> What I've always thought about this is that you shouldn't do this calculation in postlist, but rather only when the user clicks on something like a new link next to each thread head message. At that point, you would call showflat.pl or showthreaded.pl with a parameter of page=new or similar.<br /><br /> At the head of showflat.pl or showthreaded.pl you would look up all the messages posted since the user's last visit and could calculate which page to jump to at that point. This wouldn't be too much overhead since once you get into showflat.pl or showthreaded.pl you have already committed to pulling most if not all of the messages in that thread out of the database.<br /><br /> Is that a sensible idea?<br /><br />

Top
Page 3 of 4 < 1 2 3 4 >


Moderator:  Deb 
Who's Online
0 registered (), 24 Guests and 15 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Spell Check [beta]
by Bill B
Today at 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
Today at 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
Today at 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
Today at 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks