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)

NTLDR 01-15-2004 07:40 PM

Quote:

Originally Posted by RapCheck
oops, wasn't even paying attention. I did however try it added and it still didn't work. I added it again, and still.

From what I can see looking at the HTML and what happens is that the form points to http://rapcheck.com/b/poll.php but I get redirected to http://www.rapcheck.com/b/poll.php as thats what you have set the URL to in the ACP.

NTLDR 01-15-2004 07:42 PM

Quote:

Originally Posted by ???`S?LV?R???`
What do you think NTLDR? :)

If the browser shows the page correctly then it won't work, which is the correct behaviour. You can try putting the followinf conditional around the vbindex_shoutbox and vbindex_poll:

HTML Code:

<if condition="!EXTRA_PAGE">
 the html in the template here
</if>


???`S?LV?R???` 01-15-2004 07:58 PM

:( didn't work

???`S?LV?R???` 01-15-2004 08:04 PM

any other suggestions?

NTLDR 01-15-2004 08:05 PM

If the boxes didn't show, which they shouldn't have you'd need to disable both, or one of the side columns for extra pages.

???`S?LV?R???` 01-15-2004 08:17 PM

how would i do that? you got me a little confused now.

NTLDR 01-15-2004 08:24 PM

In vbindex.php find:

PHP Code:

// ####################### GENERATE SIDE BAR ########################## 

Add after:

PHP Code:

if (EXTRA_PAGE) {
    
$vbindex['options'] = $vbindex['options'] - VBI_BOTH_COLS;


That will disable the side bars on extra pages.

???`S?LV?R???` 01-15-2004 08:31 PM

That worked good, thanks :). Still no way to make only certain blocks showup on the extra pages though?

RapCheck 01-15-2004 08:39 PM

Quote:

Originally Posted by NTLDR
From what I can see looking at the HTML and what happens is that the form points to http://rapcheck.com/b/poll.php but I get redirected to http://www.rapcheck.com/b/poll.php as thats what you have set the URL to in the ACP.

Alright, I changed the url to the board to include the www. in the url which it didn't before, and now the polls work. Thanks


Heres a new one for you though lol... I have 2 forums sending news to vbindex... Forum 1 and forum 67. All is fine. I excluded a forum (29) and this stopped the news from forum 1 from showing up. I tried to exclude a different forum number and same thing. I switched the order of the news forums from 1,67 to 67,1 and forum 1 still didnt show up, forum 67 did. Both forums show up fine as long as no forums are excluded. Strange. This one for me isn't a big deal as I don't use the latest threads so I really don't even need to exclude a forum, just noticed it today and figured I'd post about it cuz it seems weird to me.

NTLDR 01-15-2004 08:52 PM

Someone else reported this but I can't find it now. Anyway its fixed, in vbindex.php find:

PHP Code:

    $limitfids = array(explode(','$vbindex['limitfids'])); 

Replace with:

PHP Code:

    $limitfids = array();
    
$limitfids explode(','$vbindex['limitfids']); 

And it should work as expected :)


All times are GMT. The time now is 05:07 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.02568 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_html_printable
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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