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)

04-03-2001 08:40 AM

Quote:

Originally posted by jojo85
Plz try :(
Come on, jojo. You know that he isn't getting paid for it or anything else. It'll get released when he has time.

04-03-2001 11:53 AM

i don't know if this is possible but what about adding the last X (or posted in the last X days) threads into this script from a certain section of your forum, which the user could choice (for example i would choose to display important announcemnts)

04-03-2001 12:03 PM

Any chance of linking in a BFC Weblog style news system outside vB?
(BFC Weblog is a pain to setup :))

--WildWayz

Essam 04-03-2001 06:26 PM

what about doing a version of the hack with php/javascript so that any site (any site in the world) can add the code.

veritas 04-03-2001 10:01 PM

That's a good idea. Also, I don't know if this has been mentioned yet, but if you could make it so polls could be used externally from the forum ...

PimpDaddy1 04-03-2001 10:47 PM

Hmm Vbportal seems close enough. I think I'm going to give it a try and see what happens.

veritas 04-03-2001 11:57 PM

What exactly can we do with this hack? I'm not quite sure I understand the basics (I'm a newbie to PHP). From what I can gather, we'll be able to pull stuff like current posts and plug it into a page outsite of vBulletin. Is that the gist of it?

:confused:

mferrell 04-05-2001 12:37 PM

Yes, that's the basic gist of it. This script should allow us to easily put vb items (newest member, newest post, username, etc.) on non-vb pages with ease. It sounds like he's making a very easy to use template system, so you'll only have to reference (include) one file.

veritas 04-05-2001 06:23 PM

I want it

:cool:

mferrell 04-05-2001 07:44 PM

As do we all.

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 :)

veritas 04-21-2001 08:29 PM

Can't wait until the release, thanks for doing this :)

TechTalk 04-21-2001 11:45 PM

Funny. I actually made this exact script for 1.x for carrie of weddingchat.com

I feel cheated :(

Mas*Mind 04-21-2001 11:53 PM

I made this from scratch, I can asure you.

btw: Why didn't you release it?

TechTalk 04-21-2001 11:55 PM

hehe i know you did. :)

I was contracted to make it for carrie and it wouldnt have been fair to release it to everyone.

fruitsalad 04-28-2001 01:57 AM

any updates? This addon/hack would be great!

PimpDaddy1 05-17-2001 12:06 PM

anyone still working on this? I know a lot of people are looking forward to it...

Mas*Mind 05-17-2001 09:39 PM

I'm sorry...It's again been delayed...

It's allready working though, but I merely gotta clean up a bit

PimpDaddy1 05-17-2001 10:44 PM

No need to apologize.
I too am busy with a lot of stuff.

Good luck with it.:cool:

Robert Basil 05-18-2001 12:59 AM

Quote:

Originally posted by Mas*Mind
I'm sorry...It's again been delayed...

It's allready working though, but I merely gotta clean up a bit

W00! H00!

Looking VERY forward to this hack. Keep up the great work, and thanks!

Darin 05-18-2001 03:56 AM

Looking forward to it too! Would you need to have .php extensions on the outside pages of vB for this to work? Would it work on pages with a .shtml extension?

veritas 05-18-2001 12:35 PM

I'm guessing you have to have the .php extension on all the pages you want this code included. Just a guess, but you'll have to wait until Mas*Mind can tell you officially.

Robert Basil 05-24-2001 04:18 AM

Mas,

I am dying for this script. I don't want to bug you because I know you are getting paid a lot of money for this script ;) :p

Any more word on a compleation date?

Thanks!

Robert Basil 05-28-2001 04:31 AM

<bump>

SuitCase 05-28-2001 10:37 AM

I, too am eagerly anticipating this hack... It looks great, exactly what I am looking for. Good luck, man!

JackG 05-30-2001 05:26 AM

Yup, this sounds like a great idea -
Can't wait for it to be ready!

veritas 05-31-2001 05:38 PM

Yeah, it's been, like, months now. Guess he's pretty busy nevertheless.

Robert Basil 06-11-2001 08:15 AM

<bump>

Mas*Mind 06-11-2001 09:30 AM

It's comming on. Can't say when but it's coming on :)

Haoshiro 06-11-2001 04:18 PM

After looking at your examples, I thought I'd suggest putting the script into a function. Instead of including the script multiple times, just include it once and call the function more than once:

PHP Code:

include_once ("vbextern.php");

vbextern ("asc""topthreads"$max="25");
vbextern ("asc""listusers"$max="10"$memberorder="posts"); 

Just a suggestion, but since many people will likely use multiple features of the script, it seemed logical.

Also, is there any way to allow users to get full posts emailed to them? Like, if i want to receive this thread by email, any time a post is made i get the full post mailed to me?

That would be a nice feature... I'm myself will be looking into adding it ;)

Sean 06-11-2001 04:24 PM

Quote:

Originally posted by Haoshiro
After looking at your examples, I thought I'd suggest putting the script into a function. Instead of including the script multiple times, just include it once and call the function more than once:

PHP Code:

include_once ("vbextern.php");

vbextern ("asc""topthreads"$max="25");
vbextern ("asc""listusers"$max="10"$memberorder="posts"); 

Just a suggestion, but since many people will likely use multiple features of the script, it seemed logical.

Also, is there any way to allow users to get full posts emailed to them? Like, if i want to receive this thread by email, any time a post is made i get the full post mailed to me?

That would be a nice feature... I'm myself will be looking into adding it ;)




One downside. That would be hard on a busy server, unless you used an SMTP server. But, even then, if you have a lot of big threads, and a busy forum, you will need to send tons of those out a day. Just a point.


All times are GMT. The time now is 05:53 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.01249 seconds
  • Memory Usage 1,819KB
  • 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
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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