MyBB Hacks

Full Version: Check out the modified portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(05-03-2011 02:06 AM)leefish Wrote: [ -> ]Hmm, but on the portal, the portal announcements is only one query is it not? So it would be to hook into the portal settings for the number of announcments and then the query. Or not? Basically remake the query, but for index.

Actually I took latest thread and etc into account.
Even thought it is not one query it is actually 2-3 queries. And if you want to exclude attachments and etc then it is one query..

Anyways I guess 2-3 more queries does not hurt that much.
I have seem several poorly coded mods for index which makes more than 58 queries. Now that is too much.
Well, anyway, back on topic - awesome looking portal, really slick Smile
For your own setup, having lots of queries may not be too bad - if the generation time is acceptable, that is.
From a plugin sense, it's "bad" because you don't know what setup the user has - potentially, a remote MySQL server giving high latency queries, which could be devastating to performance, for example.
(05-03-2011 04:58 AM)leefish Wrote: [ -> ]Well, anyway, back on topic - awesome looking portal, really slick Smile

Thank you..Smile

(05-03-2011 07:56 AM)ZiNgA BuRgA Wrote: [ -> ]For your own setup, having lots of queries may not be too bad - if the generation time is acceptable, that is.
From a plugin sense, it's "bad" because you don't know what setup the user has - potentially, a remote MySQL server giving high latency queries, which could be devastating to performance, for example.

oh.. I see..
Hey zinga is there a way to pull the custom thread fields from portal?
They already are pulled on the portal page.
oh that is great. thanks for this great plugin.. Smile
(05-02-2011 12:48 PM)techu Wrote: [ -> ]...
I am still working on it and right now...

Looks great techu,  Smile
It's modern without looking like all the other "modern" sites.
Good one.
Very nice portal modification, Techu Smile
Well, it seems that MyBB will support portal as index "officially"?

http://dev.mybb.com/issues/1548
I'm somewhat doubting they'll go beyond the file verification thing Erf
Pages: 1 2 3
Reference URL's