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 |
#947
|
|||
|
|||
ok i cleared my database and now the install went fine just about to step 7.
Once step 7 went thru it gave me page cannot be displayed. I tried refreshing and this is the error that showed up. Database error in vBulletin 3.0.0 Release Candidate 4: Invalid SQL: INSERT INTO datastore (title) VALUES ('vbi_eventcache') mysql error: Duplicate entry 'vbi_eventcache' for key 1 mysql error number: 1062 Just my luck |
#948
|
||||
|
||||
Quote:
to start over, execut the following SQL query [sql] DELETE FROM template WHERE title like LCASE('vbindex%') AND title NOT like 'vbindex_extra_%'; [/sql] you can always find more info at http://www.coreforums.net/index.core? just PM NTLDR here with the username you set up there to let em know your license status here. |
#949
|
|||
|
|||
The problem i'm having is the images and link.
i've followed the walkthrough and everything went fine the templates are default ones so i used the html code from the zip file. ran the installer and it created all the tables fine, except for the last bit the readme says. Click next step and follow the instructions on screen. Eventually you'll get to a step near the end when you have to update your image paths. Make sure you edit these to make sure that the images on vBindex show correctly. If your button images are at http://www.mydomain.com/forums/images/buttons you would either enter that URL or /forums/images/buttons for that sepcific loaction. But i didn't get this after it made it's last table the next screen was a 404 error also this bit i'm confused on A number of vBulletin templates need to be edited to make sure that the JavaScript and navbar links work correctly. (See the install instructions for details of example default templates that will work). The following HTML tags should be checked and edit to have $vboptions[bburl]/ placed in front of the filename (e.g. login.php would become /login.php): <form> <a> <script> I have not a clue where to find these ? The VBINDEX is there in the control panel drop down boxes and radio buttons bt no images i take it this is linked to the IMAGE path problem. |
#950
|
||||
|
||||
My installation messed up part way through but it seems to be working ok, except i cannot see the vbioptions.php as i get a database error. I think it mght be because it did not run the code for that section so is there any chance of gettin the code
|
#951
|
||||
|
||||
Quote:
Quote:
|
#952
|
||||
|
||||
Quote:
vBindex 3.0.0 RC4 should be out next week which will have better support for re-installing. |
#953
|
||||
|
||||
i was installing it on GOLDcant get the errors now because i closed the window. Everything else works apart from that.
|
#954
|
||||
|
||||
Quote:
anything with a <a>, <form>, or <script> tag ie. Code:
<a href="/register.php?$session[sessionurl]">$vbphrase[register]</a></td> Code:
<form action="/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)"> Code:
<script type="text/javascript" src="/clientscript/vbulletin_md5.js"></script> so it will look something like this Code:
a href="$vboptions[bburl]/register.php?$session[sessionurl]">$vbphrase[register]</a></td> as for the images, i'll look at that in a sec |
#955
|
||||
|
||||
Quote:
will that work with any template changes with the release of vB 3.0.0 ? edit: this is working perfectly on the Gold release. |
#956
|
||||
|
||||
Quote:
HTML Code:
<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" /> <meta name="generator" content="vBulletin $versionnumber" /> <meta name="keywords" content="$vboptions[keywords]" /> <meta name="description" content="$vboptions[description]" /> <!-- CSS Stylesheet --> $style[css] <if condition="is_browser('opera')"> <style type="text/css"> ul, ol { padding-left:20px; } </style> </if> <!-- / CSS Stylesheet --> <script type="text/javascript"> <!-- var SESSIONURL = "$session[sessionurl]"; var IMGDIR_MISC = "$stylevar[imgdir_misc]"; // --> </script> <script type="text/javascript" src="$vboptions[bburl]/clientscript/vbulletin_global.js"></script> <if condition="$show['popups']"><script type="text/javascript" src="$vboptions[bburl]/clientscript/vbulletin_menu.js"></script></if> |
#957
|
||||
|
||||
Quote:
edit, is this post bleeding off the table border?? using mozilla. |
#958
|
||||
|
||||
Quote:
The Quote, Code, HTML and PHP BB Codes seem to have some problems mainly with Mozilla where the text expands past the border for the box its in. |
#959
|
||||
|
||||
Quote:
|
#960
|
|||
|
|||
Quote:
is there a way to add these manually ? its just bombing out at step 6 |
#961
|
||||
|
||||
Quote:
what's the error message outputted?? If your getting an error that the template already exist, just run this query [sql] DELETE FROM template WHERE title like LCASE('vbindex%') AND title NOT like 'vbindex_extra_%'; [/sql] and start over at the begining of the installer. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|