Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools
vBindex v2.1 Details »»
vBindex v2.1
Version: 1.00, by NTLDR (Coder) NTLDR is offline
Developer Last Online: Oct 2004 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 08-04-2002 Last Update: Never Installs: 404
 
No support by the author.

[HIGH]vBindex v2.1[/HIGH]

This hack is **NOT** to be re-distributed or placed on website for download unless I give express permission.

Please read this post and the thread before asking questions. You may find that you question has already been answered. I will ignore posts which ask questions that have been asked several times already.

[HIGH]Latest Stable Version: 2.1[/HIGH]

Latest Avalible Version: 2.1 Final

[high]Using vB3?[/high]

Get vBindex 3.0.0 for vB3 Gamma/RC1 and above!


Version 1.x of this hack was done by el3m3nt, since then there have been many updates and fixes and as e3l3mnt is no longer updating this hack he has given me permission to re-release it (see Permisson.txt in the zip).

[HIGH]Features[/HIGH]
  • Latest Threads;
  • News & Polls (taken from a specified news and a poll forum), with vBcode, Smilies and news posters avatar;
  • Quick User CP Links in the menu when logged in;
  • Shows online and offline buddies when logged in;
  • Very easy to customize, just edit/add templates;
  • Intergtared Welcome Panel;
  • Capable of operating a multi-paged site;
  • Usergroup based viewing permissions;
  • Will work 100% outside of your forums directory;
  • [HIGH]*NEW*[/HIGH] Fully integrated into the Admin CP, change all options there!
  • [HIGH]*NEW*[/HIGH] Fully integrated Shoutbox (this hack is a prerequsit);
  • [HIGH]*NEW*[/HIGH] Limit the length of news posts;
  • [HIGH]*NEW*[/HIGH] Reduced queries and cleaner code;
  • [HIGH]*NEW*[/HIGH] Switch vBindex on and off via the CP.

[HIGH]Demo Site[/HIGH]

A standard demo of vBindex can be found here:

Currently Offline.

A customised demo of vBindex can also be found here:

Currently Offline.

[HIGH]Screenshots From v2.1[/HIGH]

vBindex Home Page
vBindex ACP Options
vBindex Usergroup Options
vBindex Update Counters

[HIGH]vBindex v2.1 Information[/HIGH]

[HIGH]Installation/Upgrade[/HIGH]

Upload vbi_install.php and select the relevent options.
If you wish to use the shoutbox then this hack is a prerequsit, and needs to be installed first, however if you do not require the shoutbox option disable it in the ACP, otherwise you will get DB errors.

[HIGH]Latest Bug Fixes[/HIGH]

None.

[HIGH]Download[/HIGH]

See the attachment on this post.

[HIGH]Credits[/HIGH]

vBindex 1.x by el3m3nt
Shoutbox by TWTCommish
Welcome Panel by trilOByte
News Code based on code by TECK
Poll PHP from vBPortal by wajones

[HIGH]Feature Requests[/HIGH]

If you have any requests for new features please post them in this thread and I will consider integrating them / creating an addon.

[HIGH]Addons[/HIGH]

I will support all addons for vBindex v2 that are either posted by myself or are included in the distribution zip file unless otherwise stated. I cannot guarentee that I can provide support on any other addons.

[HIGH]Support/Feekback[/HIGH]

Please provide me with any feekback you have on this hack, I will be continuing to support this hack here only, unless otherwise arranged. Should you have a question about this hack, please post it in this thread. Support will not be given via PM, Email or IM unless arranged, you will just be ignored.

Please click on the [HIGH]install[/HIGH] button if you use this hack.

French templates have been made for v2.0.1 (Note: vBindex 2.0.1 is no longer avalible), see this post for details.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1442  
Old 07-08-2003, 02:15 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vB3 hacks arn't allowed here untill vB3 reaches RC state. Converting it will take a couple of hours at the most. Its only the templates that slow the process down.

However I can guarentee this will work with vB3 as I've already sucessfully converted by portal from vB2 to vB3 without any major problems
Reply With Quote
  #1443  
Old 07-08-2003, 02:54 PM
todd.o.callen's Avatar
todd.o.callen todd.o.callen is offline
 
Join Date: Oct 2002
Location: Indiana, USA
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank goodness! I know that my company can't live without it anymore, so you personally are on the critical path to our upgrade plan. No pressure.

Keep up the good work.
Reply With Quote
  #1444  
Old 07-17-2003, 05:45 PM
salnet salnet is offline
 
Join Date: Jul 2003
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just installed your hack, its great!
I just edited some templates, e.g. the "home_threadbit" template
Now I've got several problems:
1. Each post has the same time: 01.01.1970 01:00
2. The threadicon isn't displayed
3. The forum where the thread is, is not displayed

By the way I should say, that I took some code from vbindex 1.3 to make the "home_threadbit" template. That's my "home_threadbit" template:
PHP Code:
<tr>
<
td bgcolor="$threadbgalign="center">$icon</td>
<
td bgcolor="$threadbgalign="left">
<
p><smallfont><b><a href="$bburl/showthread.php?s=$session[sessionhash]&goto=newpost&threadid=$gothreadid">  $title</a></b></smallfont></p>
</
td>
<
td bgcolor="$threadbgalign="center">
<
p><smallfont><a href="$bburl/member.php?s=$session[sessionhash]&action=getinfo&username=$starter">$starter</a></smallfont></p>
</
td>
<
td bgcolor="$threadbgalign="center">
<
p><smallfont><a href="$bburl/forumdisplay.php?s=$session[sessionhash]&forumid=$postforumid">$postforum</a></smallfont></p>
</
td>
<
td bgcolor="$threadbgalign="center">
<
p><smallfont>$numreplies</smallfont></p>
</
td>
<
td bgcolor="$threadbgalign="left">
<
smallfont>
<
table cellpadding="0" cellspacing="0" border="0" width="100%" id="ltlink"><tr align="right">
        <
td nowrap><smallfont>$postdate <font color="{timecolor}">$posttime</font><br>von <a href="$bburl/member.php?s=$session[sessionhash]&action=getinfo&username=$lastposter">$lastposter</a></smallfont></td>
        <
td nowrap>&nbsp;<a href="$bburl/showthread.php?s=$session[sessionhash]&goto=newpost&threadid=$gothreadid"><img src="{imageshome}/lastpost.gif" border="0" alt="Gehe zum letzten Beitrag"></a></td>
    </
tr></table>
</
td>
</
tr
Here you can see it: http://www.thw-interaktiv.de
Reply With Quote
  #1445  
Old 07-17-2003, 07:08 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Change:

PHP Code:
        $postdate=vbdate($dateformat,$latestpost[dateline]);
        
$posttime=vbdate($timeformat,$latestpost[dateline]);
        
$postforum=$latestforum['title']; 
To:

PHP Code:
        $postdate=vbdate($dateformat,$latestthread[dateline]);
        
$posttime=vbdate($timeformat,$latestthread[dateline]);
        
$postforum=$latestthread['title']; 
Reply With Quote
  #1446  
Old 07-18-2003, 03:32 AM
salnet salnet is offline
 
Join Date: Jul 2003
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your code.
It doesn't work so good.
In the Boardnames it displays the threadnames, and the posttimes are totaly wrong.
And it don't help me with the icons, there is still a zero instead of the icon :disappointed:

Could you look a second time for?

www.thw-interaktiv.de
Reply With Quote
  #1447  
Old 07-18-2003, 09:42 AM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You'll need to write the code for the icons yourself.
Reply With Quote
  #1448  
Old 07-21-2003, 02:13 PM
Leo Wyatt Leo Wyatt is offline
 
Join Date: Oct 2002
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey NTLDR, I just installed vbindex on my test forums to check it out - looks great...Im just looking into customizing it, and I want to change the links on the left - how would I do that? Couldn't find it in the templates.

Also, I want to add a new page, "banners" and want it to include the same table in all schemes [in a specific page]. For example, [when you show me how to add new pages, cuz I reead the post you made here, but am still confused on how to do it] I have three schemes, and want the same page on all schemes and have to update it ONE so that it changes on all schemes...[but of course, with each scheme's colours]

Am I getting confusing? Anyway, any help would be appreciated
Reply With Quote
  #1449  
Old 07-21-2003, 02:24 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Create a new template called home_extra_banners with the content you want in it then use http://yoururl/vbindex.php?page=banners to view the page.

All pages automatically support all styles avalible to users.

The links on the left are in home_welcomelogout IIRC.
Reply With Quote
  #1450  
Old 07-21-2003, 02:34 PM
Leo Wyatt Leo Wyatt is offline
 
Join Date: Oct 2002
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK Thanks, Ill try it! Also - what I meant was, I will have the basic page for 'banners' in vbindex, but then [so i don't have to change all schemes to add for instance one banner] ... I want to pull it from another file...can I? How?

ETA: All I see in home_welcomelogout is

< smallfont>< a href="$bburl/member.php?s=$session[sessionhash]&action=logout">Log Out</a><br><a href="$bburl/showgroups.php?s=$session[sessionhash]">Forum Leaders< /a>< /smallfont>

ETA2: ohhhhhhh I see the links, sorry
Reply With Quote
  #1451  
Old 07-21-2003, 02:53 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The easiest way IMO would be to add in config.php:

PHP Code:
$debug 1
Add the template home_extra_banner to the Global template list you will then see, this will add the template to all styles.

Then remove the line from config.php (This is important). When you want to edit it, follow these steps but edit the template instead of adding it.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:52 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07530 seconds
  • Memory Usage 2,344KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete