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)

pran 08-12-2005 04:11 AM

Quote:

Originally Posted by Gary Bolton
Well it could be a while before we see a new version. I don't know if anybody else has noticed. But it says under the authors name the last time they was online was in 2004. August 2004 I think looking at the profile. That's 12 months ago now.

Plus that site advertised in the vbindex footer is gone that gave suport for it as well. You would be better off looking at vBadvanced now really were support is there for it, and it works with 3.5

Thanks Gary. Will try vBadvanced today :)

MRGTB 08-12-2005 09:13 AM

Quote:

Originally Posted by pran
Thanks Gary. Will try vBadvanced today :)

No problem.

Just want to post also I was wrong in my previous post above, now it does seem to be grabbing posts from the "Sub Board" on my site to the Latest Threads block.

Strange!

MRGTB 08-12-2005 11:32 AM

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.

Big Daddy 08-12-2005 11:11 PM

Looked quite a few pages back, and didn't find any fix for the calendar.... Again, when I click on an event in my calendar block, it comes up "Page Not Found"?????????

MRGTB 08-13-2005 12:16 AM

the fix is posted here, in fact after reading all the threads (which took forever). The fix was accually posted about mid way through this thread well before I found it and posted a fix. I can't remember off my head what I did.

And as od today I have switched over the vbadvanced because there really is no support for this anymore as such. So I made the switch today while setting up a new board with a new skin.

Club3G 08-13-2005 07:02 PM

Does anyone have a way of cycling the news posts? I have a forum for reviews/interviews on my website, and it would be absolutely awesome if it randomly picked out a post to display. :)

I assume it would work, since random polls work - just no idea how to make it happen.

HormZ 08-20-2005 04:03 PM

I get this error:

Fatal error: Call to undefined function: log_admin_action() in /home/rbruce/public_html/forumdb/index.php on line 33

What have I done wrong and how can I fix it?

MRGTB 08-20-2005 05:36 PM

Sound to me like you must have the:

define('CHDIR_PATH', '/path/to/forums/');

setup wrong in your vbconfig.php file, double check you have entered the correct path to your server

if you named your forums folder FORUM for example, looking at the path error your getting (I'm only guessing here). Try this!

define('CHDIR_PATH', '/home/rbruce/public_html/forum');

By the way, the part in the path name that says "rbruce", is that the PASSWORD you use to log on to your server, becuase thats what should go there, not you USERNAME logon. So if "rbruce" is your logon name for your server, that wrong, you need to put your password there instead!

So if you server password is "billy" and you named you vbfolder uploaded "forum". It should look like this:

define('CHDIR_PATH', '/home/billy/public_html/forum');

HormZ 08-21-2005 06:30 AM

Quote:

Originally Posted by Gary Bolton
Sound to me like you must have the:

define('CHDIR_PATH', '/path/to/forums/');

setup wrong in your vbconfig.php file, double check you have entered the correct path to your server

if you named your forums folder FORUM for example, looking at the path error your getting (I'm only guessing here). Try this!

define('CHDIR_PATH', '/home/rbruce/public_html/forum');

By the way, the part in the path name that says "rbruce", is that the PASSWORD you use to log on to your server, becuase thats what should go there, not you USERNAME logon. So if "rbruce" is your logon name for your server, that wrong, you need to put your password there instead!

So if you server password is "billy" and you named you vbfolder uploaded "forum". It should look like this:

define('CHDIR_PATH', '/home/billy/public_html/forum');


Aaaaaaaah Thanks for the advice. I'll do the changes and feedback!

HormZ 08-22-2005 06:22 AM

Inserted the servers password but it still errored out as a Parse probelem so reverted to existing Failure Error.

Here is the new error message: Fatal error: Call to undefined function: log_admin_action() in /home/rbruce/public_html/forumdb/index.php on line 33

Can anyone take a peek at it for me? I am useless at trying to correct this type of error. I can't remember if the install manual listed this requirement and what to do.

The install went gret until the very last step which is the options step.

Ont clickeing the final 'NEXT' button to do the options, I was greeted by a error page which then progressed to the Fatal Error as netioned abovwe.

So if anyone can take a peek and list the corrections steps for me I will be a most grateful ne forum owner!!


All times are GMT. The time now is 11:32 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.04574 seconds
  • Memory Usage 1,756KB
  • 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
  • (2)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