The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBindex v3.0.0 RC5 Details »» | |||||||||||||||||||||||||
[high]vBindex v3.0.0 RC5[/high]
I happy to announce the fith release of vBindex for vBulletin 3 here at vBulletin.org and also the first Offical vB3 Hack here . This is the 9th release of vBindex for vB3 and there are few known problems currently. This release works with vB 3.0.0 Gamma, vB 3.0.0 RC1, vB 3.0.0 RC2, vB 3.0.0 RC3, vB 3.0.0 RC4 and vB 3.0.0. [high]Features[/high] The following are the features that are presently avalible in vBindex, those marked [high]*NEW*[/high] have been updated since vBindex 2.1 and those marked [high]*NEW*[/high] have been updated since Pre-RC2 was released and those marked [high]*NEW*[/high] have been added since RC2 and those marked [high]*NEW*[/high] have been added since RC3.
[high]Installation/Upgrade[/high] See the README_1ST.htm file included in the zip for more detailed install instructions and details of where to upload the files. Then point your browser to http://www.mydomain.com/forums/admin/vbiupgrade.php. Changes Since vBindex 3.0.0 RC4 vBindex 3.0.0 RC4 was released about a week ago, RC5 has just a few changes and is expected to be the last release before vBindex 3.0.0. Changes include fixing of an XHTML issue in the custom block templates; admin help system added; ability to restrict the length of shouts. [high]Support[/high] Support will be given here in this thread ONLY. [high]Support *WILL NOT* be given via PM/Email/IM.[/high] [high]************************************************[/high] vBindex is Copyright MMII - MMIV Winter Systems, you may not distribute in part or whole any portion of the source code (apart from in this thread) or any file included in the zip (Unless you are posting a language translation of vbindex_phrases.xml in this thread). Portions Copyright MM - MMIV Jelsoft Enterprises Limited. Both the Jelsoft vBulletin and the Winter Systems vBindex Copyright notice in the footer must stay in place for any page powered by vBindex. [high]************************************************[/high] [high]vBindex is *FREE*, please have the courtesy click install if you use this hack, thank you[/high] RC3 Build 7: 719 RC3 Build 8: 377 RC3 Build 10: 486 RC4 Build 5: 107 RC5 Build 5: 87 Supporters / CoAuthors Show Your Support
|
Comments |
#302
|
|||
|
|||
I am having a problem:
Every 4th or so time the index news page is pulled up in an iframe on my main page, it just plain doesn't load. 404. Is there a reason you can think it is doing this? I think I am using RC2 of vbindex, I may upgrade to rc3 tonight www.absolutepunk.net |
#303
|
|||
|
|||
Hm, is there a way to add a "Forum" link to the portal page? Because theres NO way for a user to get to the forum index.
|
#304
|
||||
|
||||
Just add a custom block with links to your pages.
|
#305
|
||||
|
||||
By the way... great job on vBindex NTLDR, It works great. I was curious if you were gonna be adding a download page feature like vbportal did.
|
#306
|
||||
|
||||
Quote:
Quote:
|
#307
|
||||
|
||||
Didn't know about the extra pages feature, how would i go about doing that?
|
#308
|
||||
|
||||
For non-dynamic pages add a template called vbindex_extra_PAGENAME and the visit it via vbindex.php?page=PAGENAME replacing PAGENAME with the name of the page. The template should only contain the content that you are replacing the news with.
|
#309
|
||||
|
||||
heh I'm sorta confused, could you write some more extensive instructions?
|
#310
|
||||
|
||||
[high]How To Add Extra (Non-Dynamic) Pages With vBindex 3.0.0[/high]
Lets use the example of a copyright page. In the Style Manager create a template called vbindex_extra_copyright and add the following HTML too it: HTML Code:
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%"> <tr> <td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="tcat"> <div>$vboptions[bbtitle] Copyright Statement</div> </td> </tr> <tr> <td class="alt1"> <div> Replace this with your copyright statement text. </div> </td> </tr> </table> </td> </tr> </table> <br /> |
#311
|
||||
|
||||
[high]How To Add Extra (Non-Dynamic) Pages With vBindex 3.0.0 RC3 or above.[/high]
This feature that allows you to easily add your own PHP to the extra pages (not custom blocks at present). Lets say you wanted a top ten posters page: Add a template called vbindex_extra_top10 with the folloing HTML: HTML Code:
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%"> <tr> <td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="tcat"> <div>Top 10 Core Forums Posters - PHP Driven vBindex Extra Pages Example</div> </td> </tr> <tr> <td class="alt1"> <div> $php_output </div> </td> </tr> </table> </td> </tr> </table> <br /> PHP Code:
Then visit vbindex.php?section=top10 and you should see a list of the top 10 posters on your forum. Take alook at our demo here: http://www.coreforums.net/index.core?section=top10 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|