vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Announcing VBExtern (https://vborg.vbsupport.ru/showthread.php?t=12276)

Swoosh 04-06-2001 04:29 AM

Please forgive me for asking this silly question, but: can we use this wonderful hack in vB pages, too?

Once again, I'm very sorry for that question. I am just a beginner, so please be bare with me. Thanks! :)

jojo85 04-06-2001 03:49 PM

Quote:

Originally posted by Swoosh
Please forgive me for asking this silly question, but: can we use this wonderful hack in vB pages, too?

Once again, I'm very sorry for that question. I am just a beginner, so please be bare with me. Thanks! :)

No sorry

Shoe 04-07-2001 12:07 AM

Yes, I plan on using it on a vbpage. I think we can stick the code into a template.:)

veritas 04-08-2001 07:42 PM

With this, you could probably create your own portal quite easily...

PimpDaddy1 04-09-2001 03:18 PM

I don't want to be a nag but is this still being worked on? And if it is what is the progress on it.

Thanks.

Mas*Mind 04-09-2001 03:26 PM

It's been delayed a little bit :(

I'm working on it, but cannot say exactly when It's releasable

jojo85 04-09-2001 03:30 PM

:(

mferrell 04-16-2001 11:58 AM

I don't care if it takes you a while longer to finish this project, I'm just glad you're working on it!

:)

GimmeTech 04-18-2001 09:46 PM

After reading the idea behind this I must admit that this hack/add-on sounds like a winner to me. I like the news fader, stars, etc... as well as the next, but in all reality, the idea of content management (news) and a hack of this kind are far above more useful to sites that are focused towards bringing content to the public. I'm pretty excited about reading this thread. Take your time on the programming. This one will be worth the wait.

Hooper

Mas*Mind 04-21-2001 11:17 AM

update: I'm tidying up and debugging it now. And make sure it limits querys

But I've got a working demo

Three things are added: Total views, todays events and latest polls

Note that you can choose exactly how and what you wanna display, everything is 'parameterble' (is that a word?) and works with vb's templates.

To give you an idea how fmbstats.php looks like:

PHP Code:

<?php

$action
="birthdays";
include(
"vbextern.php");

$action="events";
include(
"vbextern.php");

$action="onlineusers";
include(
"vbextern.php");

$action="topthreads";
include(
"vbextern.php");

$action="totalmembers";
include(
"vbextern.php");

$action="totalthreads";
include(
"vbextern.php");

$action="totalposts";
include(
"vbextern.php");

$action="totalviews";
include(
"vbextern.php");

$action="newestmember";
include(
"vbextern.php");

$action="listusers";
include(
"vbextern.php");

$action="listforums";
include(
"vbextern.php");

$action="listpolls";
include(
"vbextern.php");

eval(
"dooutput(\"".gettemplate("vbextern")."\");");

?>

I'll maybe add an option to generate javascript for the latest threads so you can give the webmasters amongst your users the option to let the latest threads be displayed on their homepage.

I expect to release it within a week :)


All times are GMT. The time now is 03:57 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.01171 seconds
  • Memory Usage 1,744KB
  • 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_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