Hey Jared. How about putting the album covers in the forum header like you have on all the tab pages? It would be nice to be able to easily access a particular song's tab directly from the forums.
Random movie quote to make you seem hip and "with it": The food court is downstairs. The cookie stand is upstairs. It's not like we're talking quantum physics here.
Good call on that, I find myself going to songs while Im on the boards a lot when people mention something I wanna check out or something. Is that possible Kanter?
jsgksu wrote:Good call on that, I find myself going to songs while Im on the boards a lot when people mention something I wanna check out or something. Is that possible Kanter?
Well....the one reason I didn't put them up on here is becuase of the load times that it would incur on the server. While people usually go to a couple songs and whatnot while browsing the normal site.......the number of pages viewed on the forum is exponentially greater. I will consider it and see if we can do that....but all in all, it might not be possible from a webmaster standpoint.
I'll add it in a little bit and we'll see if it makes any difference...good suggestion, thanks man, peace
jkanter
"Celebrate we will, Cause life is short but sweet for certain" - Two Step
"Ain't Nothing Wrong, ain't nothing right and still I sit and lie awake all night" - DJ's(Sublime)
bbatsell wrote:I used to write a blog until I realized how wholly uninteresting my life is and how it would be an exercise in depression.
Jared - I've done a fair amount of phpBB admin and I'm sure it's possible, but your point on the load time is valid. However, I looked at the code and it doesn't seem like it will impact forum performance much. All the tab pages load very quickly. Would be cool! 8)
When Jared talks about server load, it's because the lists of songs from each album are pulled dynamically from a database (at least they were last time i checked). Couple that with the 10 queries phpbb makes, plus the high traffic on the boards.... that's pretty messy.
what about just having a song pull down list that has all the songs like the one on the front page? would that be easier, it would still serve the purpose too.
Appsoldier wrote:what about just having a song pull down list that has all the songs like the one on the front page? would that be easier, it would still serve the purpose too.
Actually, the list isn't pulled from the database every time. We generate new static copies whenever it needs to be updated (automatically, server side).
I'll put in some mental cycles and try and come up with a low bandwidth, low proc. way of doing this.
jpittman wrote:Actually, the list isn't pulled from the database every time. We generate new static copies whenever it needs to be updated (automatically, server side).
I'll put in some mental cycles and try and come up with a low bandwidth, low proc. way of doing this.
And that's why he's the PHP guru; my lowly self would have generated dynamically and just added load to the server.