vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBindex v3.0.0 RC5 (https://vborg.vbsupport.ru/showthread.php?t=59524)

Chris Croft 09-29-2005 10:53 AM

Ya, DOES vBindex work on 3.5? I'm having hell trying to add a shoutbox to cmps, and have used vBindex for a long time, not to mention cmps doesn't have a 'random' poll deal where it goes through a list of polls and randomly displays ones the users haven't voted on. WHereas vBindex does...

keymistress 10-07-2005 07:35 AM

vbindex sorta works with 3.5 but a couple of fixes need to be made... look forward to 3.5 compatible full vbindex!

ozmazdaclub 10-08-2005 11:21 PM

no it does not work properly on vb3.5 .. it should be ported over soon...

cecdah 10-11-2005 03:12 PM

Quote:

Originally Posted by Gary Bolton
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 />

To add a new menu entry you would just use this at the end of the code, changing the "alt2" to 1 and 2 in the code to rotate colours correctly:

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>

Can be seen working on my site. Off course you will have to edit the links in the code also to suit your site navagation.

Thanks a lot, this was very helpful on my site and i will work on adding links tonight!
This is my site with vbindex:
http://www.dinklikk.com

vBFreak 10-15-2005 12:11 AM

Are there any fixes for vBulletin 3.5.0 released yet? :/

JoeWho 10-15-2005 11:20 AM

:) I'm looking forward to seeing the release for 3.5.0, hope it is soon? :)

Thanks,
JoeWho

Club3G 10-16-2005 03:12 PM

Quote:

Originally Posted by Club3G
I run this on three sites and I love it - by far the best portal software of ANY forum sw out there.

I use a standard post for my front page to show the news, in a hidden forum. I assume a lot of people do it this way. On http://www.club3g.com I have a 'Car of the Month' feature that's pretty static - I just edit the post once a month and I'm golden.

However on http://www.sevenstring.org, I use it for Artist Interviews and Album Reviews. I have a hidden Forum that contains one sticky post that I use for the news. Thing is, I have almost ten reviews/interviews and they're all pretty relevant. I'd LOVE a way to randomize which post gets shown on the front page, so it cycles between, say, all of the posts in a specified forum.

Is this something doable? Thanks!

I thought this was a sleek idea in April, and I still do! :D

Any insight on how to accomplish this would be much appreciated.

jmacieira 10-17-2005 04:17 PM

http://www.coreforums.net/?coreid=2

This link dont work for me :ermm:

Please save me :rolleyes:

My list users today online in my custom box is too big. I need change the custom box for later "Last Treads"

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_onlineusers')"><img id="collapseimg_vbindex_onlineusers" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_vbindex_onlineusers].gif" alt="" border="0" /></a>
                                                <strong><a href="$vboptions[bburl]/online$ext?$session[sessionurl]">$vbphrase[online_users]</a>: $home[onlinetotal]</strong>
                                        </td>
                                </tr>
                                </thead>
                                <tbody id="collapseobj_vbindex_onlineusers" style="$vbcollapse[collapseobj_vbindex_onlineusers]">
                                <tr>
                                        <td class="alt1">
                                                <div class="smallfont">
                                                        <strong>$home[onlinemembertotal]</strong> $vbphrase[members] | <b>$home[onlineguesttotal]</b> $vbphrase[guests]
                                                </div>
                                                <div class="smallfont">
                                                        $home[onlineusers]
                                                </div>
                                                <if condition="$show['last24']">
                                                        <hr />
                                                        <div class="smallfont">
                                                                <phrase 1="$home[last24count]">$vbphrase[users_online_today]</phrase>
                                                        </div>
                                                        <if condition="$show['last24user']">
                                                                <div class="smallfont">
                                                                        $home[last24]
                                                                </div>
                                                        </if>
                                                </if>
                                        </td>
                                </tr>
                                </tbody>
                        </table>
                </td>
        </tr>
</table>
<br />


texasasl 10-21-2005 12:36 PM

By using the vbindex how is possible to add a news page e.g a code from APN news
>>>>>>>>>>>>>>>>>>>>>>>>>

<table width="400" cellpadding=0 cellspacing=0>
<tr>
<td bgcolor="#FFFFFF">
<font color="#000099" face="arial,helvetica,sans-serif" size="3"><b>
apn.gr
<br><br>
</b></font>
</td>
</tr>

<!-- begin syndicated content -->
<script language="Javascript1.1"><!--

var syndicate = new Object;

syndicate.title_fontbold = true;
syndicate.title_fontital = false;
syndicate.title_fontface = 'arial,helvetica,sans-serif';
syndicate.title_fontsize = '3';
syndicate.title_fontcolor = '#000099';

syndicate.date_fontbold = false;
syndicate.date_fontital = true;
syndicate.date_fontunder = false;
syndicate.date_fontface = 'Verdana, Arial, Helvetica, sans-serif';
syndicate.date_fontsize = '1';
syndicate.date_fontcolor = '#666666';

syndicate.summary_fontbold = false;
syndicate.summary_fontital = false;
syndicate.summary_fontunder = false;
syndicate.summary_fontface = 'arial,helvetica,sans-serif';
syndicate.summary_fontsize = '2';
syndicate.summary_fontcolor = '#000000';

syndicate.bgcolor = '#FFFFFF';
syndicate.max_articles = '8';
syndicate.display_date = true;
syndicate.display_summaries = true;
syndicate.not_found_message = '<font face="arial,helvetica,sans-serif" size="2" color="#000000">Sorry, no articles were found.</font>';

// -->
</script>
<script language="Javascript1.1" src="http://www.apn.gr/manager/publish/syndicate_0.js"></script>

<noscript>
<tr>
<td bgcolor="#FFFFFF">
<font color="#000000" face="arial,helvetica,sans-serif" size="2">
<p>This webpage uses Javascript to display some content.
<p>Please enable Javascript in your browser and reload this page.
</font>
</td>
</tr>
</noscript>
<!-- end of syndicated content -->

</table>

>>>>>>>>>>>>>>>>>>>>>>

that's the addition I want to install in my portal how I can do that via vbindex???

I will be appreciate if somebody can help me.

Mukashi 10-21-2005 01:00 PM

Quote:

Originally Posted by ozmazdaclub
no it does not work properly on vb3.5 .. it should be ported over soon...

The creator of this hack has apparently not even been on this forum in a year. Unless someone else is going to duplicate the hack somehow, I'd say we're screwed.


All times are GMT. The time now is 09:06 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03362 seconds
  • Memory Usage 1,774KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete