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 |
#392
|
||||
|
||||
Quote:
|
#393
|
|||
|
|||
OK ignore het above problem. It seems i woudl have to edit the standard_errors template to reflect the correct url. So instead i changed the guests access to be ablve to view the board but need to register and that is fine. Here is one little problem,
The index_newsbits as a varable $newsicon , That $newsicon is linking to the wrong place so it displays a nice big RED X . It is pointing to /images/icons/... instead of /forums/images/icons/... How would i go abotus of changing that variable to reflect the correct path. |
#394
|
||||
|
||||
icon manager in the ACP not sure where it is off the top of my head
|
#395
|
|||
|
|||
Quote:
That won't do anything. it's the variable $newsicon in the index_newsbits template that is wrong. If i go to post icon manager and look at the icon it is linked fine there and it displays fine in the forum. But in the portal page it shows a nice big X |
#396
|
|||
|
|||
Is it possible to add a random block function? For example, I want to add a random quote box to my vBadvanced home page that would add a random quote from a list of quotes in a text file in the block each time the user refreshes their browser. How can this be programmed?
|
#397
|
|||
|
|||
im gettin this error after install. followed all directions.
Code:
Database error in vBulletin 3.0.0 Release Candidate 3: 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(2) GROUP BY post.postid ORDER BY dateline DESC, attachmentid LIMIT 5 mysql error: Column: 'filesize' in field list is ambiguous mysql error number: 1052 Date: Friday 23rd of January 2004 01:23:03 PM Script: http://test.test.test Referer: Username: test IP Address: 63.63.63.63 |
#398
|
||||
|
||||
Quote:
|
#399
|
|||
|
|||
Change:
Code:
,attachment.filename, filesize, attachment.visible Code:
,attachment.filename, attachment.filesize, attachment.visible |
#400
|
|||
|
|||
Quote:
|
#401
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|