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 |
#692
|
|||
|
|||
im getting these errors:
Database error in vBulletin 3.0.0 Release Candidate 4: Invalid SQL: INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatile) VALUES ('home_navbar', 'vbadv_index', '1', '1', 'yesno', '33', '0', '0') mysql error: Duplicate entry 'home_navbar' for key 1 mysql error number: 1062 and Database error in vBulletin 3.0.0 Release Candidate 4: Invalid SQL: SELECT thread.threadid, thread.title, replycount, postusername, postuserid, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, forumid, thread.iconid, votenum, votetotal, post.postid, pagetext, allowsmilie, showsignature , avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline AS avatardateline ,thread.iconid ,attachment.filename, filesize, attachment.visible, attachmentid, counter, thumbnail, LENGTH(thumbnail) AS thumbnailsize FROM thread AS thread LEFT JOIN post AS post ON (post.postid = thread.firstpostid) LEFT JOIN user AS user ON (user.userid = post.userid) LEFT JOIN avatar as avatar ON (avatar.avatarid = user.avatarid) LEFT JOIN customavatar as customavatar ON (customavatar.userid = user.userid) LEFT JOIN attachment AS attachment ON (post.postid = attachment.postid) WHERE forumid IN(124) GROUP BY post.postid ORDER BY dateline DESC, attachmentid LIMIT 5 mysql error: Column: 'filesize' in field list is ambiguous mysql error number: 1052 |
#693
|
||||
|
||||
RaZor Edge - I believe this mod at vBa.com would help you - http://www.vbadvanced.com/forum/showthread.php?t=145
Arura - Yes, this uses the vB database and user accounts. kneesparx - You should upgrade to the latest version of vBa Homepage. Or, if you search this thread for filesize then you will find your answer. |
#694
|
|||
|
|||
look like i have to uninstall this hack after my upgrade to Rc4 my board is down, i cant afford the downtime it was cool when it lasted, when this hack gets updated to work with RC4 better, i might give it a shot..
|
#695
|
||||
|
||||
The hack has been updated to work with RC4. Read my previous reply.
|
#696
|
|||
|
|||
sorry tigga, i missed that! looks like im back in the game with VBA :youDaMan
|
#697
|
|||
|
|||
i just checked and in featured it says:
Tested and stable with vBulletin 3.0 RC1, RC2, and RC3. not RC4 i tried to install the newest version 1.1 but its not working for me im getting this error: Parse error: parse error in /home/db99/public_html/db1/includes/functions.php on line 1795 Fatal error: Call to undefined function: exec_nocache_headers() in /home/db99/public_html/db1/admincp/global.php on line 37 |
#698
|
||||
|
||||
Quote:
Hope that helps |
#699
|
|||
|
|||
yup, thats the first thing i did, i noticed when i do the includes/functions.php edit as said in the help file,
Find:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents'])) Replace it with:if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index' AND $vboptions['showcalendar']) OR (THIS_SCRIPT == 'index' AND $vboptions['showevents'])) my entire forum goes down. but without that edit, the install page shows up fine, i dont want to proceed with the install if im missing something.. please help.. ks |
#700
|
||||
|
||||
Quote:
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents'])) You needed to rename the adv_index to index if that's what you're gonna use. Now that I look at it, I don't even have that part of the mod changed.... but the site still works... go for it |
#701
|
||||
|
||||
Quote:
I used this: if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showcalendar']) OR (THIS_SCRIPT == 'index' AND $vboptions['showevents'])) replacing the adv_index with index and everything is fine.. I would try that unless someone has other suggestions. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|