The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBadvanced Homepage Details »» | |||||||||||||||||||||||||
Official Support Forums
vBadvanced.com is now open! There you will find more information regarding vBadvanced Homepage, FAQ's, hacks & modifications, and more. vBadvanced Homepage v1.1 Released! (01.27.04) vBadvanced Homepage is an advanced homepage / portal that will allow you to include different options from your vBulletin message board on your site's homepage. It also allows you to easily create and manage new pages which are completely powered by vBulletin and vBadvanced. There are over 40 options where you can enable/disable the features, plus everything is template based so it is very easy to customize and change everything through your Admin CP. Features:
Here is a list of each extra function that will cause extra queries:
Admin Homepage Guest Homepage Admin CP Options Example Sites: http://vbadvanced.com http://plurplanet.com http://digitalkore.net http://differentdawn.com Updates From v1.01 to v1.1
Help & Support: Before asking for support, Please read the F.A.Q in the readme file! If you have any problems or questions that are not covered in the F.A.Q. please here, or please check out vBadvanced.com for priority support. I will be more than happy to help in any way I can if the request for help is made there. Anyone trying to contact me via email, private message, or any other means will be ignored. Copyright: This script is ? 2003 - 2004 vBadvanced.com and PlurPlanet, LLC. This hack is NOT to be re-distributed in any way or placed on a website for download without permission. All copyright notes in the script itself must remain unchanged. Thanks To: Faranth & Littlebit for helping test the beta versions and hopefully squashing most of the bugs. Show Your Support
|
Comments |
#1122
|
||||
|
||||
On main page of vBAdvanced.com in the Program/Scripts section.
|
#1123
|
||||
|
||||
Once again you did an excellent job Tigga.. I've installed this. It's missing a Top 10 Posters hack though (like your MyVBIndex used to have..)
I was toying with this but I just can't get it to work.. So far this is what I have.. in adv_index.php I replaced the custom2 section with: Code:
if ($vboptions['showcustom2']) { $getstats_posters = $DB_site->query("SELECT username, userid, posts FROM ".TABLE_PREFIX."user ORDER BY posts DESC LIMIT 10"); while ($getstats_poster = $DB_site->fetch_array($getstats_posters)) { eval('$getstats_posters .= "' . fetch_template('index_topposters') . '";'); } $getbgrow = getrowcolor(); eval('$custom2 .= "' . fetch_template('index_custom2') . '";'); } Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%"> <tr> <td class="tcat" width="100%"><span class="smallfont"><b>$vboptions[blockbullet]Top 10 Posters</b></span></td></tr> <tr> <td width="100%"> $getstats_posters </td> </tr> </span> </td> </tr> </table> <br /> Code:
<b><a href="forums/member.php?u=$getstats_poster[userid]">$getstats_poster[username]</a></b> <b>($getstats_poster[posts])</b> Sooo close.. yet so far.. Only the top poster and this wierd "Resource id #15" in front of the user's name (user ID of the top poster is #16 if that's anything..) Any help to get this working would be greatly appreciative.. |
#1124
|
||||
|
||||
Just fyi, the new version of vBadvanced has been released you should checkout vbadvanced.com
|
#1125
|
||||
|
||||
Sure.. tell me now after I've installed it the other day from here.. :lol: j/k
|
#1126
|
||||
|
||||
Quote:
|
#1127
|
||||
|
||||
vBadvanced CMPS is the new version, its a whole new system
|
#1128
|
||||
|
||||
Found it.. tried upgrading.. no upgrade instructions and it messed up the board.. would much rather keep what I have and what works and fix this tiny problem with the top posters.. Thnx though..
|
#1129
|
||||
|
||||
I got my top poster add-on for vbadvanced 1.1 working.. thnx for the help...
|
#1130
|
||||
|
||||
OK for the news area on the vbadvanced is it posible to make just the news area or other select areas be included in a webpage as well. I am still new so I am not sure how to do some things yet.... sorry if its a stupid question.
|
#1131
|
||||
|
||||
I'm not sure I understand the question. Are you asking if it's possible to have nothing but the news as the home page? If so, I don't think it's possible without editing the index php file yourself..
Goto www.vbadvanced.com they seem to have a much newer version available along with mods and add-ons. I wish I'd known this before I installed this but it looks like the writer was too lazy to post it here even though 1.1 is about 5 months older than the newest version. it was my bad that I came here for all my hacking needs first I guess.... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|