vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Ultimate Ventrilo Status (https://vborg.vbsupport.ru/showthread.php?t=242710)

Trip3151 10-20-2010 05:14 AM

like the mod though signing up to your site seeking questions to the mod is not going to cut it nice work by the way, but the mod does not show on the forum any where I am using 4.0.7.

Crimm 10-20-2010 10:14 AM

Be more specific about it not showing up.

Are you using vbadvanced?

Have you followed the post above this one?

Did you follow all the instructions?

Crimm 10-20-2010 10:29 AM

My links need to be updated. Will do that later this morning.

Prohibit 10-20-2010 11:17 PM

Cant view any of the links on your forum.....

Quote:

My links need to be updated. Will do that later this morning.
And have no idea how to set this up as a vBulletin module lol.

Crimm 10-21-2010 04:00 PM

Documentation links updated to reflect debugge's updated site:

http://debugge.com/showwiki.php?titl...entrilo+Status

Mastar 01-20-2011 01:43 AM

I need assistance, I checked my installation many times over and I know I didn't mess up.

Can you tell me why its not displaying on the forum right side?

Crimm 01-20-2011 02:21 PM

Can you give me more information please?

Is there an error of any sort?

Are you using vbadvanced?

Where are you trying to place it?

Mastar 01-22-2011 07:25 AM

No error, it just wouldn't show!
No vba!
Here are my settings:

Title: Ventrilo
Content Type: HTML
Content: Ventrilo
Template to Use: ultimate_ventrilo_status_widget

Contents of ultimate_ventrilo_status_widget templates:
PHP Code:

<div class="cms_widget">
    <
div class="block">
        <
div class="cms_widget_header">
        <
h3>{vb:raw widget_title}</h3>
        </
div>
        <
div class="cms_widget_content">
         {
vb:raw ventrilo_include}
         {
vb:raw display2}
        </
div>
    </
div>
</
div

Plugin:

Product: Ultimate Ventrilo Status
Hook Location: global_start
Title: Ultimate Ventrilo Status Display Forum Block
Plugin PHP Code:

PHP Code:

$display2 "<center><font size=-2>Ventrilo Status by <a href=http://crimm.me>Crimm</a></font></center>";
ob_start();
  require_once(
'./includes/ventrilo/ventrilo.php');
  
$ventrilo_include ob_get_contents();
ob_end_clean();
vB_Template::preRegister('ultimate_ventrilo_status  _widget',array('display2' => $display2));
vB_Template::preRegister('ultimate_ventrilo_status  _widget',array('ventrilo_include' => $ventrilo_include)); 


Crimm 01-23-2011 02:01 PM

I haven't had time to write the code for widgets yet.

A few people have asked.

I'll try to work on it. I have a LOT going on :)

Mastar 01-24-2011 03:00 AM

That's not for the widget its for the forum home side block.

I got from your site!


All times are GMT. The time now is 05:00 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.01064 seconds
  • Memory Usage 1,743KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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