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 |
#2382
|
||||
|
||||
Quote:
|
#2383
|
|||
|
|||
Quote:
Just want to post also I was wrong in my previous post above, now it does seem to be grabbing posts from the "Sub Board" on my site to the Latest Threads block. Strange! |
#2384
|
|||
|
|||
This is not my creation. I just edited the code from a vbadvanced block created by another person to suit vBindex.
Here is the full code that you need to replace in your custom block to get a site navagation block. 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%"> <thead> <tr> <td class="tcat" style="text-align: center"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('vbindex_customblock$box')"><img id="collapseimg_vbindex_customblock$box" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg_vbindex_customblock.gif" alt="" border="0" /></a> <strong>Site Menu</strong> </td> </tr> </thead> <tbody id="collapseobj_vbindex_customblock$box" style="$collapseobj_vbindex_customblock"> <tr> <td class="alt1"> <div class="smallfont"> <!-- Navigation Block --> <center><a href="index.php"><b>Forum Board</b></a></center> </b> <tr> <td class="alt2" style="text-align: center;"> <b> <span class="smallfont"> <a href="register.php"><b>Register Now</b></a></span></b></td> </tr> <tr> <td class="alt1" style="text-align: center;"> <b> <span class="smallfont"> <a href="rules.php"><b>Site Rules</b></a></span></b></td> </tr> <!-- End Navigation Block --> </div> </td> </tr> </tbody> </table> </td> </tr> </table> <br /> Code:
<tr> <td class="alt2" style="text-align: center;"> <b> <span class="smallfont"> <a href="yourfile.php"><b>Title Link</b></a></span></b></td> </tr> |
#2385
|
|||
|
|||
Looked quite a few pages back, and didn't find any fix for the calendar.... Again, when I click on an event in my calendar block, it comes up "Page Not Found"?????????
|
#2386
|
|||
|
|||
the fix is posted here, in fact after reading all the threads (which took forever). The fix was accually posted about mid way through this thread well before I found it and posted a fix. I can't remember off my head what I did.
And as od today I have switched over the vbadvanced because there really is no support for this anymore as such. So I made the switch today while setting up a new board with a new skin. |
#2387
|
|||
|
|||
Does anyone have a way of cycling the news posts? I have a forum for reviews/interviews on my website, and it would be absolutely awesome if it randomly picked out a post to display.
I assume it would work, since random polls work - just no idea how to make it happen. |
#2388
|
|||
|
|||
I get this error:
Fatal error: Call to undefined function: log_admin_action() in /home/rbruce/public_html/forumdb/index.php on line 33 What have I done wrong and how can I fix it? |
#2389
|
|||
|
|||
Sound to me like you must have the:
define('CHDIR_PATH', '/path/to/forums/'); setup wrong in your vbconfig.php file, double check you have entered the correct path to your server if you named your forums folder FORUM for example, looking at the path error your getting (I'm only guessing here). Try this! define('CHDIR_PATH', '/home/rbruce/public_html/forum'); By the way, the part in the path name that says "rbruce", is that the PASSWORD you use to log on to your server, becuase thats what should go there, not you USERNAME logon. So if "rbruce" is your logon name for your server, that wrong, you need to put your password there instead! So if you server password is "billy" and you named you vbfolder uploaded "forum". It should look like this: define('CHDIR_PATH', '/home/billy/public_html/forum'); |
#2390
|
|||
|
|||
Quote:
Aaaaaaaah Thanks for the advice. I'll do the changes and feedback! |
#2391
|
|||
|
|||
Inserted the servers password but it still errored out as a Parse probelem so reverted to existing Failure Error.
Here is the new error message: Fatal error: Call to undefined function: log_admin_action() in /home/rbruce/public_html/forumdb/index.php on line 33 Can anyone take a peek at it for me? I am useless at trying to correct this type of error. I can't remember if the install manual listed this requirement and what to do. The install went gret until the very last step which is the options step. Ont clickeing the final 'NEXT' button to do the options, I was greeted by a error page which then progressed to the Fatal Error as netioned abovwe. So if anyone can take a peek and list the corrections steps for me I will be a most grateful ne forum owner!! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|