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 |
#52
|
||||
|
||||
Snowbot - Try uploading an un-hacked version of functions_calendar.php into your forum/includes folder and see if that makes a difference. That will add the arrows back and make the calendar slightly wider than the rest of the blocks, but you should try that to test and see if it's a problem with the file, or if you are somehow missing the calendar phrases.
The Quibbler - To add more custom blocks, just copy the content from one of the other custom blocks and then paste it into your index template where you would like it to appear. |
#53
|
|||
|
|||
I guess I do have one other problem with it that I just discovered. I made a new template called 'index_links', to try making a page for the site; when I go to adv_index.php?page=links, I get this error:
Quote:
|
#54
|
||||
|
||||
Ahh, good find... If you'll look in your adv_index.php file for this line of code:
include('./includes/functions_bbcodeparse.php'); Remove that and paste it right below this line instead: require_once('./global.php'); That should fix the problem. |
#55
|
|||
|
|||
Ah, that fixed it
One last question: if I was going to link to a page of content in a side block, what would I link to? Just "?page=links"? That's what I do for my current non-vbulletin home page; it's got a similar content system. But with vB, if someone came to adv_index.php?referrerid=1, wouldn't going to ?page=links and taking off the ?referrerid=1 cause the referrer to not get the credit if they register later? Or is that not how it works? |
#56
|
||||
|
||||
Quote:
|
#57
|
||||
|
||||
In the install file it says
Find: function construct_calendar_output($today, $usertoday, $calendarinfo, $fullcalendar = 0, $weekrange = '') { global $birthdaycache, $eventcache, $bbuserinfo, $vbphrase, $stylevar; Replace it with: function construct_calendar_output($today, $usertoday, $calendarinfo, $fullcalendar = 0, $weekrange = '', $dontshowweek = '0') { global $birthdaycache, $eventcache, $bbuserinfo, $vbphrase, $stylevar, $vboptions; But that code isnt there, its now changed to global $birthdaycache, $eventcache, $bbuserinfo, $vbphrase, $stylevar, $show, $offset, $colspan, $days, $months, $show, $vboptions; so what do i change the file to now? Can you update the install instructions also so other know? |
#58
|
||||
|
||||
Quote:
|
#59
|
||||
|
||||
Quibbler - I'm not quite sure what you mean by the content in side blocks... Could you maybe give me an example of what you're talking about?
I'm honestly not too familiar with the way the referrer system works since that's not something I use. I'm pretty sure though that as long as the visitor uses the link containing "referrerid=X" when they first visit your site that everything will still work. I know a visitor can visit the site, browse threads, and then sign up, so it shouldn't be a problem if they visit other parts as well. It may not hurt to test it out though. SnowBot - Ok, I figured that was it. I assume you saw that the zip file was updated earlier today, so if you download that and re-apply the file change to functions_calendar.php it should fix the problem. |
#60
|
|||
|
|||
great hack,
but i?ve a problem with the calendar :/ as you can see on the attached screenshot, my calendar has 8 columns I?ve set "Monday" as start of week in vb-options and profile |
#61
|
|||
|
|||
Tigga - I was talking about using a sideblock to have links to the pages of content, but never mind. It works fine, so I'm not going to make things more complicated by bothering with the "correct" way to do it, as long as it works.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|