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)

Dorign 08-11-2004 04:09 PM

Quote:

Originally Posted by NTLDR
No this feature is no longer included in vBindex as it requires extra queries to display accurate data.

Well for someone who's got a huge, fast web server, queries aren't a problem. ;) Would anyone be interested in coding this for me? :alien:

Dorign 08-11-2004 04:54 PM

Also, it seems my members see ", ," for invisible users on the "Who was online today" bit. Any ideas on how to fix that?

Dorign 08-12-2004 04:31 AM

Well, problem solved for now: disabled users from being able to be invisible.
My community isn't big enough to hide your online presence. :roll:

Koutaru 08-12-2004 05:41 AM

Quote:

Originally Posted by NTLDR
As the very first post says, the copyright is mandatory and must remain. If you don't agree to that then you'll need to find another script I'm afraid.

I have no problem wit hthe copyright. It's just where it is that's the problem. (Notice the MOVE not REMOVE) I have tables surrounding the entire vbulletin software and the copyright just hangs at the end, messing up the tables and basically the entire layout.

Is there any way to move it or no?

KingAdora 08-12-2004 11:50 AM

Good luck, I couldn't even get an answer as to changing it from roman numbers to standard numbers.

Eagle Creek 08-12-2004 01:08 PM

When you can click "next" it's already done.

The dots don't have to move. It's done is a second.

pcalloway 08-12-2004 04:45 PM

I'm having trouble using new styles with vbindex - if I change the style from default, vbindex.php doesn't show up. It's blank.

>> www.authentic-campaigner.com

blaataap 08-12-2004 10:26 PM

Instead of reading 1800 post with the chance that its allready been asked. I'll ask it again.

The portal page vbindex.php is not the page I get when I type my domain, There is no index.* so I guess I need some sort of redirect?

pcalloway 08-13-2004 02:50 AM

Quote:

Originally Posted by blaataap
Instead of reading 1800 post with the chance that its allready been asked. I'll ask it again.

The portal page vbindex.php is not the page I get when I type my domain, There is no index.* so I guess I need some sort of redirect?


I just renamed that file from vbindex.php to index.php and it works fine for me.

MetalMilitia 08-13-2004 12:00 PM

I finally took the time to put together a vbindex homepage. I like the ease in updating, and instant info avalible for people, but I'm looking for some major feedback

http://www.armageddononline.org/index.php

There's 5-6 styles to choose from, I woujld love to hear questions / comments!

Thanks in advance!

-MM-

NTLDR 08-13-2004 06:29 PM

Quote:

Originally Posted by Koutaru
Is there any way to move it or no?

Currently not, unfortunately the minority ruin it for the majority.

NTLDR 08-13-2004 06:32 PM

Quote:

Originally Posted by pcalloway
I'm having trouble using new styles with vbindex - if I change the style from default, vbindex.php doesn't show up. It's blank.

>> www.authentic-campaigner.com

Re-run the installer and it should re-add all the vBindex templates into all your parent styles.

NTLDR 08-13-2004 06:36 PM

Quote:

Originally Posted by Dorign
Well for someone who's got a huge, fast web server, queries aren't a problem. ;) Would anyone be interested in coding this for me? :alien:

From memory find in vbindex.php:

PHP Code:

unset($userstats); 

Under it add:

PHP Code:

cache_ordered_forums(1);

// get total threads & posts from the forumcache
$totalthreads 0;
$totalposts 0;
if (
is_array($forumcache))
{
    foreach (
$forumcache AS $forum)
    {
        
$totalthreads += $forum['threadcount'];
        
$totalposts += $forum['replycount'];
    }
}
$home['totalthreads'] = vb_number_format($totalthreads);
$home['totalposts'] = vb_number_format($totalposts); 

That should do the trick, just uncomment the HTML you previously posted and it should show the correct stats.

mikehawk 08-14-2004 03:21 AM

I had advanced index installed prior to installing this hack... i did a fresh upgrade...and now its all messed up. i'm such a noob with this though.

http://www.realopinion.com/vbindex.php

Dorign 08-14-2004 03:52 AM

cache_ordered_forums(1);

This produces the error
Fatal error: Call to undefined function: cache_ordered_forums() in /web/docs/forum-central.com/htdocs/index.php on line 355

Any ideas?

Meltingfire 08-14-2004 03:44 PM

I just upgraded to vBulletin 3.0.3 and updated all my styles to work like the vbulletins when it comes to <if> and $parameter etc.
I also copied all of the edited styles to my vbindex styles.

Since i run my vbindex at another directory (www) and forum in (forum) i have added all bburl to all the proper places and it works almoust perfect.

In the navbar there is a "Private Messages: 0 Unread, Total 134." text where you can click on the "Private Messages" to get to your inbox. It seams like vBulletin has moved the URL (before it was private.php) to some other place and i cant find it.

So the link doesnt work at the moment from vbindex, does anybody know how to solve it?

*EDIT* Found it in phrase "private_messages_nav"

NTLDR 08-14-2004 08:44 PM

Quote:

Originally Posted by Dorign
cache_ordered_forums(1);

This produces the error
Fatal error: Call to undefined function: cache_ordered_forums() in /web/docs/forum-central.com/htdocs/index.php on line 355

Any ideas?

Add
PHP Code:

require_once('./includes/functions_forumlist.php'); 

before the cache_ordered_forums(1); line and it should work.

Dorign 08-14-2004 08:51 PM

Thanks, you rule. :)
http://www.forum-central.com/index.php

Your VBIndex in action. ;)

pcalloway 08-15-2004 01:52 AM

Is it possible to use the same forum but have a separate Portal home page... i.e. my site is mainly for Civil War reenactors but would like to have an entry point just for researchers and professional historians.

Possible to have two distinctly different vbindex index pages from the same forum?

NTLDR 08-15-2004 08:05 PM

If you mean have multiple different vBindex's, then no, not at present at least.

XFSImperial 08-17-2004 01:52 AM

N00b question, but I'm lazy with my database backups and paranoid about excessive hacking of my vB...

Is vBindex RC5 compatible with version 3.0.3?

neocorteqz 08-17-2004 03:56 AM

Quote:

Originally Posted by XFSImperial
N00b question, but I'm lazy with my database backups and paranoid about excessive hacking of my vB...

Is vBindex RC5 compatible with version 3.0.3?

Should be compatible with Future Versions of vBull barring Any major Code Changes or Changes in Funtions.

Pseudomizer 08-17-2004 06:51 AM

Quote:

Originally Posted by XFSImperial
Is vBindex RC5 compatible with version 3.0.3?

Yep. Works fine with 3.0.3 !!!

Cheers,

Takamine334 08-17-2004 07:52 PM

Anyone know why calendar.core isn't found? How do I fix this?

Takamine334 08-17-2004 08:52 PM

also, in my shoutbox, I get a red X when someone typed in :)

I went through the setup and I have the full URL correctly set.

Takamine334 08-18-2004 03:00 AM

Quote:

Originally Posted by Takamine334
Anyone know why calendar.core isn't found? How do I fix this?

fixed

Takamine334 08-18-2004 03:01 AM

Quote:

Originally Posted by Takamine334
also, in my shoutbox, I get a red X when someone typed in :)

I went through the setup and I have the full URL correctly set.

Anyone?

For some reason it is trying to pull the wrong URL for the smilies.

It is trying to pull from http://www.everydayjones.com/images/smilies/smile.gif rather than http://www.everydayjones.com/msgboar...lies/smile.gif

How do I fix this?

NTLDR 08-18-2004 02:17 PM

You need to set your smilie image paths correctly via the Smilie Manager. See the vBulletin Manual for full details of editing and adding smilies.

Wnerd 08-18-2004 10:56 PM

Quote:

Originally Posted by Dorign
Thanks, you rule. :)
http://www.forum-central.com/index.php

Your VBIndex in action. ;)

May I ask how you got your sweet template working? Currently, my template isnt being read correctly. I tried editing the template.xml page but that didnt seem to effect it. Do I need to reinstall after editing the forum template?

Thx for the help!

Takamine334 08-19-2004 12:23 AM

NTLDR-

I know how to create a Navigation Box as per the Custom Box, but what code should I use so I can have links that call upon certain forums?

ex. I have:

Bio
Music
Lyrics
Photos

as forums. I want to be able to put links in a navigation box (custom box) that will show the contents of those forums in vbindex. Kind of using the same idea of how you can get the News Forum to show up when you put in an ID # in the options.

xTerMn8R 08-19-2004 12:37 AM

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
and replace with

Code:

calendar.php
worked for me ... good luck

Peace....

xTerMn8R 08-19-2004 01:07 AM

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&amp;day=$today&amp;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 -->

Thanks...
Peace...

John_44 08-19-2004 10:30 AM

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 ?

Takamine334 08-19-2004 10:35 PM

Quote:

Originally Posted by Takamine334
NTLDR-

I know how to create a Navigation Box as per the Custom Box, but what code should I use so I can have links that call upon certain forums?

ex. I have:

Bio
Music
Lyrics
Photos

as forums. I want to be able to put links in a navigation box (custom box) that will show the contents of those forums in vbindex. Kind of using the same idea of how you can get the News Forum to show up when you put in an ID # in the options.

anyone? I know some people are using page=X in their links.

cecilBergwin 08-21-2004 04:59 PM

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*

G3MM4 08-21-2004 05:17 PM

Quote:

The URL posted was correct, if for some reason it doesn't load point it directly to domain.com/forum/admin/vbiupgrade.php?step=welcome instead.
OK, I've re-installed my board (for other reasons), and now the board is in the root (www.gamehub.co.uk). So I've tried reinstalling the portal whilst following the instructions carefully, (following your additional instruction above as well), only nothing shows up at all. So what else can I do to make the installer run?

G3MM4 08-21-2004 06:39 PM

Think I'll switch over to vBadvanced CMPS instead. Thanks anyway.

Takamine334 08-21-2004 07:54 PM

too many questions and not enough answers given out.

Mr. Brian 08-22-2004 01:41 AM

Quote:

Originally Posted by Mr. Brian
There's only two options on my "calender option list"

1.Enable Calendar
2.Enable Today's Birthdays

And these are the only two options that I can see so far.. :speechless: Or I miss out anything?

Any help will be much appreciated.:)

I think I know whats went wrong already, how could I be so forgetful till forgotten to upload my vbioptions file. (Sorry for wasting your time on this stupid question)

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?

SVTBlackLight01 08-22-2004 01:47 AM

Did you update the counters?


All times are GMT. The time now is 08:14 AM.

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.03327 seconds
  • Memory Usage 1,849KB
  • 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_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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