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)

refertech 02-24-2004 11:34 PM

Yes i did and thats what doesnt make sense.

ok, im not a code master like yourself but if the code: $vboptions[bburl] interpetes the board url as being http://www.mysite.com/forum/.

Wouldnt it be easier to change the setting that makes $vboptions[bburl] interpete the url to the actual url of my board? Once again, i'm a rookie so dont bash me to much.

Exactly how many places in the navbar template do you have to edit and add your boards url, cause i must be missing some or adding some in the wrong place.

fly 02-25-2004 10:44 AM

Quote:

Originally Posted by flypaper
okay...

How can I get threads from certain forums not to show in the latest threads box? The 'Exclude Forums IDs' option doesn't seem to work for this. In fact, what is it for?


NTLDR 02-25-2004 01:14 PM

Quote:

Originally Posted by refertech
Wouldnt it be easier to change the setting that makes $vboptions[bburl] interpete the url to the actual url of my board? Once again, i'm a rookie so dont bash me to much.

Assuming you have setup vBulletin correctly you don't need to edit that setting. Look through the vBulletin Options and make sure you have set your URL correctly.

Quote:

Exactly how many places in the navbar template do you have to edit and add your boards url, cause i must be missing some or adding some in the wrong place.
Lots, hence the included navbar template (navbar.html) that has been edited to prefix all the URLs based on the standard vB navbar.

magnus 02-25-2004 04:59 PM

As it sits, the custom pages aren't Valid XHTML 1.0 Transitional. In order to make them so, do the following:

In each vbindex_customblock_# template:

Find:
HTML Code:

                        <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
                                <tr>

Replace with:
HTML Code:

                        <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
                                <thead>
                                <tr>

Find:
HTML Code:

                                </tr>
                                <tbody id="collapseobj_vbindex_customblock$box" style="$vbcollapse[$collapseobj_vbindex_customblock]">

Replace with:
HTML Code:

                                </tr>
                                </thead>
                                <tbody id="collapseobj_vbindex_customblock$box" style="$vbcollapse[$collapseobj_vbindex_customblock]">


refertech 02-25-2004 10:45 PM

Quote:

Originally Posted by NTLDR
Assuming you have setup vBulletin correctly you don't need to edit that setting. Look through the vBulletin Options and make sure you have set your URL correctly.



Lots, hence the included navbar template (navbar.html) that has been edited to prefix all the URLs based on the standard vB navbar.


Ok, well afters a few hours of looking it was just eaiser to move my board to match the www.myboard.cpm/forum directory to get it to work. I'm not sure what i did but it all seems to work well now. NTLDR thanks for your patience and the portal. :)

Mark

zenmasteril 02-25-2004 11:14 PM

Why does a banned user can shout in the shoutbox ??? :ermm:
How can i fix it ?

xxskullxx 02-26-2004 03:25 AM

I have this problem as well, but haven't had time to look over the permissions code in it yet

fly 02-26-2004 10:48 AM

For the love of all things that are good, can someone please tell me what the 'Exclude Forums IDs' does? I'd love to figure out how to keep certain forums out of the latest threads list.

NTLDR 02-26-2004 02:20 PM

Quote:

Originally Posted by flypaper
For the love of all things that are good, can someone please tell me what the 'Exclude Forums IDs' does? I'd love to figure out how to keep certain forums out of the latest threads list.

The fix has been posted at least twice in this thread, or you can download the latest zip file from this thread and replace vbindex.php

NTLDR 02-26-2004 02:21 PM

Quote:

Originally Posted by zenmasteril
Why does a banned user can shout in the shoutbox ??? :ermm:
How can i fix it ?

All users who have registered can shout, thats intended. Permissions are planed for future versions.


All times are GMT. The time now is 06:49 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.02906 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)bbcode_html_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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