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 |
#292
|
|||
|
|||
Quote:
|
#293
|
||||
|
||||
rinkrat - The gallery you pointed out is not Gallery, it's vBadvanced Gallery and probably won't be available for another couple of months.
jancarlo - You will need to modify the links and form action to point to the full URL to your forums in your "STANDARD_ERROR" template. ciaranirl - Just follow the instructions in the readme file. The installer does most of the work for you anyways. |
#294
|
|||
|
|||
Thanks for all the effort. I notice that an older error is still alive in the index template though for users that will use the Login block.
This line: <script type="text/javascript" src="$vboptions[bburl]/clientscript/md5.js"></script> Should be: <script type="text/javascript" src="$vboptions[bburl]/clientscript/vbulletin_md5.js"></script> |
#295
|
||||
|
||||
Does vbAdvanced help me add certain features from my forum on my "existing" home page?...meaning, my home page is NOT a template not script, but my own web site front page.
Any help is appreciated! |
#296
|
|||
|
|||
tigga - sent you an email several days ago.. just wondering if you have gotten it or if you have had a chance to respond yet.. would have pm'ed you, but some folks on here get freaked out when they receive pm's..
|
#297
|
|||
|
|||
I installed the hack with no difficulty, but I have one small problem.. On the forum home and index home, the icons wont appear. They are located within the right directory, yet appear as a broken image. Smileys on the home page appear as a broken image too, and I have no idea why o_O
Any clue? The skin I'm using all have the /forum/path set so I dunno whats up! Any help would save me |
#298
|
|||
|
|||
If I wanted to integrate the New Posts code into the standard Navbar - what changes would I need to make?
|
#299
|
||||
|
||||
Quote:
* Faranth pokes tigga hard with a stick Quote:
your best off using http://www.mysite.com/forum/images Quote:
|
#300
|
|||
|
|||
A couple of minor items that I bumped into while checking error logs.
$index_footer uses $cronimage which has a relative path to cron.php. This not only generates an error it means cron doesn't run from the adv_index page - which normally wouldn't be a big deal. I added Code:
$index_footer = str_replace('"cron.php', "\"$vboptions[bburl]/cron.php", $index_footer); The 2nd minor item deals with the usage of "$vboptions[cleargifurl]". If the definition is changed to a path such as '/forums/clear.gif' or a full absolute path then things break when using the admincp as values such as '../$vboptions[cleargifurl]' are used within the code. I reverted my definition back to "clear.gif" and just placed a copy of the image in my web root directory for now. |
#301
|
||||
|
||||
Quote:
and im sure tigga will look into fixing the cron problem |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|