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-19-2004 10:43 AM

Quote:

Originally Posted by RapCheck
is there any way to quickly update the smilie paths? if no what about disabling smilies in the shoutbox... I have almost 100 smilies and dont think I have the patience to go through and edit each one! Wonder why they didn't make it editable in the style section.

You can do it with a query, however I'm not sure what it is. If they are all in a common folder then I'd just add a new replacement for each style to replace images/smilies with /forums/images/smilies for example.

Alternativly you can find in vbindex.php:

PHP Code:

$shout['shout'] = fetch_censored_text(parse_bbcode($shout['shout'])); 

And replace with:

PHP Code:

$shout['shout'] = parse_bbcode($shout['shout'], 00); 


NTLDR 01-19-2004 10:45 AM

Quote:

Originally Posted by Anarchy
How do i include these within another template for example vbindex_header?

You have to buffer the output and then add the variable to the template, IIRC the $php_output variable is already in the header template and there is an example of what to do in the phpinclude_start template.

Martin 01-19-2004 11:16 AM

I just installed it, and I was planning breaking the virginity of the How Do I forum, but it appears I'm not cleared to post.

I've been part of the vBulletin Team since we were begging John and James to rewrite it and release it as it's own program so we could get off UBB, so I would certainly hope I'm licensed... ;)

NTLDR 01-19-2004 11:24 AM

Quote:

Originally Posted by Martin
I've been part of the vBulletin Team since we were begging John and James to rewrite it and release it as it's own program so we could get off UBB, so I would certainly hope I'm licensed... ;)

:D You now have full access to all the vBindex forums.

Martin 01-19-2004 11:37 AM

you're gonna regret that ;)

Mukashi 01-19-2004 11:44 AM

Quote:

Originally Posted by NTLDR
It should do this already in vBindex RC3, if the calendar is enabled it should make it wider and if the weekends are on it should get wider again.

Odd. I'm using RC3 Build 7, but it doesn't widen when the calender is enabled with weekends. It is widened when the calender is enabled though. What might be causing the glitch?

NTLDR 01-19-2004 11:52 AM

It seems to work fine on my site, I'd check your vbindex_side template and make sure it has the following in it:

HTML Code:

<!-- start side ($currentside) -->
<td width="<if condition="$vbindex['options'] & VBI_SHOWCALENDAR"><if condition="$vbindex['options'] & VBI_SHOWWEEKENDS">230"<else />170"</if><else />150"</if> style="vertical-align: top">
        <if condition="$currentside == 'left'">
                $home[leftblocks]
        </if>

        <if condition="$currentside == 'right'">
                $home[rightblocks]
        </if>
</td>
<!-- end side ($currentside) -->

The $vbindex['options'] <if> blocks are the important parts that adjust the width.

coolva 01-19-2004 01:51 PM

Whats the easiest way to un-install this mod?

Wolfy.2k 01-19-2004 03:37 PM

hey ndtlr, great mod, i have one question, when i upgraded my forums from vb2, i installed the forums in a new forum directory, i didnt at the time update in my general settings the new url, but when i got vbindex, the old url came up on the navbar alot, so i changed it to the new directory name hoping that wud fix the problem, unfourtunately that didnt help, and next to all of the calender etc, it has the url, which kinda screws up the whole page.

please help!!!

ty.

NTLDR 01-19-2004 03:41 PM

All the URLs in the templates are controled by the value you have entered in Help Admin CP -> vBulletin Options -> Site Name / URL / Contact Details -> Board URL. Check this value is correct, if the URLs are still wrong delete your browsers cache to make sure you get a fresh page.


All times are GMT. The time now is 01:01 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.03220 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (4)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