vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBExternal v1.6 (https://vborg.vbsupport.ru/showthread.php?t=83005)

Zero Tolerance 08-16-2005 10:50 AM

Quote:

Originally Posted by matt2cacnio
I dont get what this hack does. It gives you a way to make another html page integrated into vbulletin so you can put any content with vbulletin headerS?

It allows you to export data from your forum and place it onto your own custom website easily.

- Zero Tolerance

matt2cacnio 08-16-2005 12:47 PM

oh ok thx. Ill go give it a try.

Vizionz 08-16-2005 12:51 PM

its used for people that say have a website that uses a different system or that they do from scratch and just want to display the forum stats on there actual website and not on the forum

like in the navigation you could have a table that shows the latest 3 posts from your forum then if they cli9ck the latest thread it will launch your forum..

Note: anyone know how to get the actual user count from this instead of the actual users online names, i justwant like 340 total Users | 200 members |140 guests

welo 08-16-2005 07:47 PM

Quote:

Originally Posted by jugo
Change this line:

PHP Code:

        if($Forums){
        
$SQL " where forumid in({$Forums})";
        } 

To this:

PHP Code:

        if($Forums){
        
$SQL " where forumid NOT in({$Forums})";
        } 


Ah! No wonder where NOT forumid in({$Forums}) wasn't working :). Thanks for that.

jtallen123 09-02-2005 07:45 PM

Quote:

Originally Posted by Mimoun
Hi Zero Tolerance I like your script.
Could you add this to your script:
I want to put the small login box that is on the right side inside the navbar on an external page.
Here is a screenshot of what I would like to extract:
http://www.freewebsitetemplates.com/...r/loginbox.gif


This would be great, I know it can be done but I don't have the time to work on it myself.

BamaStangGuy 09-03-2005 06:37 PM

Anyway to shortern the news that appears on the mainpage by total characters and once these characters are reached create a More link to the forum thread?

jtallen123 09-03-2005 07:32 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=91129" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=91129</a>

check that thread for some vb login stuff. I knew someone had done it already, just a matter of finding it.

Kayn 09-08-2005 05:57 PM

This is great! Way better than that horrendous Pluhnews I released a few years back... (total PHP newb I was, yes yes)

Anyway, I recommend giving some more options to the user without them having to hack it manually, like the time a news post was posted, who the last comment was by, etc. Just some ideas.

Kru 09-09-2005 04:23 AM

On my homepage : www.mirzone.net I am running vbexternal 1.6 https://vborg.vbsupport.ru/showthread.php?t=83005

Now, I wanted to run VB Login on a Non-VB Page vB3 RC3: https://vborg.vbsupport.ru/showthread.php?t=61112 from there, too.

I already got this hack succesfully to run on a test page, too: http://www.mirzone.net/testing.htm

However I don't get to run both hacks together.

The problem is that vbexternal want this code at the top:

PHP Code:

<?php
chdir
("/.../.../.../mirzone.net/html/forum/");
include(
'./vBExternal.php'); 
?>

and VB Login:

PHP Code:

<?php
  chdir
("/.../.../.../mirzone.net/html/forum/");
require(
'./global.php');  
chdir("/.../.../.../mirzone.net/html/"); 
?>

If I try to run both codes (above) I always get the following error message:

PHP Code:

Fatal errorCannot redeclare class vbulletinhook in /var/www/vhosts/mirzone.net/httpdocs/forum/includes/class_hook.php on line 29 

Have anybody an idea how I can fix this, please?

BamaStangGuy 09-10-2005 02:49 AM

anyway to show the contents of the quote tags on the mainpage news?


All times are GMT. The time now is 10:58 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.01331 seconds
  • Memory Usage 1,749KB
  • 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
  • (5)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
  • (1)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