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 |
#2292
|
|||
|
|||
Yes, you can uninstall it by just calling the install page again. It detects that you have already done one, and asks if you want to reinstall/remove it.
I tried that as well, did a reinstall, removed/reuploaded the files, and tried again, but I get the same result. Somewhere or another it's not setting up a lot of the URLs correctly. |
#2293
|
|||
|
|||
Quote:
Dennis |
#2294
|
|||
|
|||
Appreciate the info, Dennis. I tried it out and actually ran into the same problem with the links that I had with vBindex, which led me to believe the problem lie in the main board settings, or the way they worked with the add-ons. Fortunately, the support for vBadvanced is much more comprehensive and responsive than that for vBindex, and although I didn't find a specific solution in their dedicated forums, I found some clues that eventually led me to the answer.
For posterity, I post what I found here in the hopes that it can help someone in the future. To summarize, instead of proper links in the nav bars of the portal pages (e.g. http://www.yoursite.com/login.php), I was instead getting links that had the index page also incorrectly referenced (http://www.yoursite.com/index.php/login.php). Obviously, this made many things not work correctly. The setting I had incorrect was AdminCP -> vBulletin Options -> Site Name / URL / Contact Details - > Forum URL. I had http://www.yoursite.com/login.php listed, when the correct setting instead was http://www.yoursite.com (no trailing '/'). You may or may not also need to change the 'Homepage URL' setting as well. I think that this issue came up in large part because I chose to install my board in the root of my hosting account, rather than making a sub-directory for it. I would recommend that others also put the forums in a sub-folder, just to avoid problems like this. Haven't decided between vBindex or vBa at this time, still deciding which I prefer. Leaning towards the feature set in vBindex, but am a bit gunshy due to the lack of responsiveness here toward install issues. |
#2295
|
|||
|
|||
I ran the uninstaller and my templates are still there. Why didn't it work?
|
#2296
|
|||
|
|||
Here's a little HelpI rembered from when I installed a while ago.
Cookie Issue: There is a work around but I forget where I found it long ago. If ya search for "Cookie Work around" I believe you'll find it. Code:
define('USE_COOKIE_WORKAROUND', 1); As far as the Links and the icons this also should be able to be fixed in the vbiconfig.php. I'm runninmg on a linux server and My path is as follows; Code:
define('CHDIR_PATH', '/home/ctc/public_html/'); Good Luck ....Hope this helps... |
#2297
|
|||
|
|||
Ok.... I have successfully insatlled everything (it seems), but now I want to edit my vbindex page so I can show shout boxes, "news", calendar, etc, etc, etc.... I can't find where to do it from. Can anyone help please... I have gone into the admin control panel, to Style Manager, can't find it... I have gone to "edit templates"... can't find it.... etc... Could I be overlooking something. Am I even looking in the right place??
In fact, I may not even have a vbindex page..... when I go into the "mydomain.com/forums/" it brings up a page with the list of categories, and forums i created, but I am not even sure that's the "vbindex" page. Please help. Thanks in advance. |
#2298
|
|||
|
|||
Hi -
thickie Newbie here! I've installed vBindex exactly as per instructions... no problems gone into the cp... set a few options... but nothing is showing up on any of my pages.... I don't need to set up any modules do I (for simple things like shoutboxes etc)?? I presumed everything (apart from the custom boxes) was done from within the vBindex cp... is this correct??? thanks in advance :nervous: :nervous: |
#2299
|
|||
|
|||
Quote:
|
#2300
|
|||
|
|||
im getting this error for some reason
Code:
Database error in vBulletin 3.0.7: Invalid SQL: ## GET NEWS ## SELECT thread.*,thread.iconid AS threadiconid, threadpost.pagetext AS pagetext, threadpost.attach AS attachcount, IF(user.displaygroupid = 0, user.usergroupid, user.displaygroupid) AS displaygroupid FROM thread AS thread LEFT JOIN user AS user ON (thread.postuserid = user.userid) LEFT JOIN post AS threadpost ON (thread.firstpostid = threadpost.postid) LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread') WHERE forumid IN () AND deletionlog.primaryid IS NULL AND forumid NOT IN (0) AND thread.open <> 10 AND thread.visible = '1' ORDER BY thread.dateline DESC LIMIT 0 mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND deletionlog.primaryid IS NULL AND forumid NOT IN (0) |
#2301
|
|||
|
|||
Hi -
Newbie here... I've been messing with vBindex for a few hours (installed it fine) -- but I just can't seem to get any of the modules to show up on my web pages?? Trouble is I'm working blind - I'm not really sure what I'm supposed to do... are there any basic how to guides on this forum... I've done searches and looked at dozens of pages -- but as yet haven't found the basic instructions.... please... can someone point me in the right direction thanks... :nervous: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|