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 |
#1832
|
|||
|
|||
If you do a search in ur templates you should find the calendar.core in the "calendar_smallmonth_header" and "calendar_smallmonth_day" Templates
Find: Code:
calendar.core Code:
calendar.php Peace.... |
#1833
|
|||
|
|||
Trying to get my "Whats Going On" to work in my vbindex home page... I've added this code to the vbindex template right above the welcome code. It works great on my forum home page with this code, but only shows the Title bar and no events or birthdays on the vbindex page. Anyone know what adjustments i need to make to this so it will work ?
Code:
<!-- what's going on box --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="2">$vbphrase[whats_going_on]</td> </tr> </thead> <if condition="$show['birthdays']"> <!-- today's birthdays --> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a> $vbphrase[todays_birthdays] </td> </tr> </tbody> <tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]"> <tr> <td class="alt2"><a href="$vboptions[bburl]/calendar.php?$session[sessionurl]do=getday&day=$today&sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td> <td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td> </tr> </tbody> <!-- end today's birthdays --> </if> <if condition="$show['upcomingevents']"> <tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a> <if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if> </td> </tr> </tbody> <tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]"> <tr> <td class="alt2"><a href="$vboptions[bburl]/calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td> <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td> </tr> </tbody> </if> </table> <br /> <!-- end what's going on box --> Peace... |
#1834
|
|||
|
|||
Hi,
i just tried to install VbIndex with the latest VBulletin. The installation runs fine (but still has the loop). At the end, i can configure VBindex. After doing so, it claims something like Vbindex_settigns_foo could not be saved /changed - it only appairs very short. There is no new menu entry "VbIndex" in the admincp. If i want to reinstall, it claims VBindex already installed. Anybody can help me ? |
#1835
|
|||
|
|||
Quote:
|
#1836
|
|||
|
|||
Great vBindex, installed on a fresh version of (vBulletin 3.0.3) and mostly went well. I had a small problem with polls not showing & causing sql error but im sure i can work around that 1.
Thx very much for this - *clicked install* |
#1837
|
|||
|
|||
Quote:
|
#1838
|
|||
|
|||
Think I'll switch over to vBadvanced CMPS instead. Thanks anyway.
|
#1839
|
|||
|
|||
too many questions and not enough answers given out.
|
#1840
|
||||
|
||||
Quote:
Well, now that I got it working but here come another problem with my "center thread", it don't seem to be working though. Any clue? |
#1841
|
||||
|
||||
Did you update the counters?
|
#1842
|
||||
|
||||
Quote:
No doubt! |
#1843
|
|||
|
|||
I've seen some sites that have a navigation box that will get information from other forums/threads and put them where the News Section is when clicked. They are using index.php?page=x. How can I do this on my site? What is the code I need?
This site does it: http://www.armageddononline.org/index.php?page=contact |
#1844
|
|||
|
|||
We recently installed the portal on board version 3.0.3. It installed ok, but the styl;es don't seem to work properly for us. The forums show our own style, but the portal uses the original style with some of our own style images. see www.webdesigningforum.com/forums/vbindex.php for a sample of our problem
All the best |
#1845
|
|||
|
|||
I need some help with my site www.zgeek.com as in the center thread box. I need to increase the characters shown for the thread name. Does anyone know where to edit this value?
|
#1846
|
||||
|
||||
Whatever happened to the next version of this?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|