Version: 1.00, by el3m3nt
Developer Last Online: Oct 2002
Version: 2.2.x
Rating:
Released: 04-04-2002
Last Update: Never
Installs: 75
No support by the author.
Latest Version: 1.3
This hack is not very special for me. I just wanted to create a mainpage on which you can see.. (as a member) everything what u like to see. The idea of the script is similar to the vbHome of nakkid and also a little bit to the vBPortal. I tested all of them.. but i was looking for something better . so i decided to write such a script myself...
Features:
Active threads & newest posts
News & Polls (read from a newsforum and a pollforum)
Quick CP Links on the index-site
Buddies on the index-site
Very easy to customize. Just edit the templates!
Available in english and german!
Summary: On this index-site you can see everything what you as a member would like to see .
Credits
Newscode part from vBHome by nakkid.
Onlinetodaycode part from Online Today Hack by Mystics.
Pollcode part from vBPortal by wajones.
Note!
I'd really like to get every feedback you guys can give me. Also post bugreports and suggestions to improve this script. If you have installed this hack, pls click on the install button to receive updates thru email. Thank you .
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Originally posted by FlyingDutchman I need help...
I have installed the hack... it works perfect except for 2 things:
-It says 'No poll available'
-No news shows up, only the 'latest threads' and that's it
I tried everything, I DO have the variables set correctly, but it just doesn't show up!?!?!
please help me, because I REALLY want to get this hack installed
I wish you had a link to it so we could check it out, maybe it's just a simple fix.
The one thing I noticed that when I did this hack and created the new forums, news and polls, they don't show up unless there is a new post in them. Could it be as simple as that? Dunno?
Could you post a link, if not PM me and I will take a look. I pulled my hair trying to get this thing to work right and am pretty confident now that I know it in and out.
Originally posted by indiamike The one thing I noticed that when I did this hack and created the new forums, news and polls, they don't show up unless there is a new post in them. Could it be as simple as that? Dunno?
Thats correct Mike, if there isn't a poll as the Latest Thread then it will not show up at all.
Another thought is you do have $news in your home template?
I did post a news thread and a poll
of course i did
I just installed the hack, and set the variables and inserted the [better wash my mouth][better wash my mouth][better wash my mouth][better wash my mouth] from index.php to the new index.php. nothing more, because nothing more is needed... but just doesn't work
guess it's becouse of database size or something...
I'll see if I can test a little to find out what it is.
Becouse that ONE query takes 12 seconds, if I take away that the rest goes in 0 sec's
// edit
It's the LEFT JOIN that does it, it's a major performance hit in mysql, I'll post more info if I can find a solution.
(adding indexes will probably speed it up to about 0sec per query )
//edit2
if you have a fairly new mysql server (connect to it and confirm that the query works) replace the LEFT JOIN with INNER JOIN, my results on a 1.4ghz tbird, big database:
INNER JOIN:
1 row in set (0.01 sec)
LEFT JOIN:
1 row in set (50.18 sec)
Originally posted by neuron ...It's the LEFT JOIN that does it, it's a major performance hit in mysql, I'll post more info if I can find a solution...
Try taking a look at the lastest version of vbPortal's code and see if the poll code has change there, I belive the code is pretty similar if not identical to that of vbPortal, so wajones may have changed the code since the realease od vBindex and it maybe more optimised now.
Originally posted by FlyingDutchman I did post a news thread and a poll
of course i did
I just installed the hack, and set the variables and inserted the **** from index.php to the new index.php. nothing more, because nothing more is needed... but just doesn't work
Do you have a URL or could you send me the file so I can take a look at it for you? I'm guessing that its something simple, cus it works fine for me and everyone else by the looks of it, we all make simple mistakes