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)

Mas*Mind 03-25-2001 01:48 PM

I'm working on one file which contains all often requested features to be displayed on another page outside vbulletin...There are alot of files like: online users on another page, top threads on another page so I thought it would be better to make one big file that could all that, that would be integrated with vb's template-system and easily could be extended/upgraded to newer versions and more features..

It currently supports:
  • number of threads
  • number of posts
  • number of members
  • newest member
  • todays birthdays
  • online users
  • threadslisting (nr and sorted by configurable)
  • memberslisting (nr and sorted by configurable)
  • forumslisting (nr and sorted by configurable)

All layouts are configurable through the vbtemplate area..

You can totally customize everything: You can choose what you wanna display, in which order and how..

No matter how many modules you load, global.php is included only once (php 4 required, if you have php3 there's a workaround on this).

I would like some feedback on this; Tips, requests etc...

It will be released within 1-2 weeks (depending on my spare time)

A sample page would look like:

PHP Code:

<html>
<head><title>Forum-Info</title></head>
<body>

<p>Latest 25 threads</p>

<?

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

?>

<p>Top 10 posters</p>

<?

$maxusers = 10;
$memberorder = "posts";
$action = "listusers";
include("vbextern.php");

?>

<p>Currently Online</p>

<?

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

?>

</body>
</html>


03-25-2001 02:00 PM

nice i think lots of people would love this :D

03-25-2001 03:00 PM

Yeah, this could be a succes

03-25-2001 03:00 PM

It'd be pretty kool. also add total views. i know it's more quries but it would be better then.

03-25-2001 03:02 PM

Total views? You mean the total views of all threads? Wouldn't be problem at all..Since you can choose what you wanna display I'll add it

03-25-2001 03:15 PM

very nice :)
Hurrrrrry up :D

03-25-2001 04:20 PM

<a href="http://www.promotionbase.com/" target="_blank">http://www.promotionbase.com/</a> go to bottom!

sounds great!

03-25-2001 04:59 PM

todays new posts, threads and members would be nice to see too :)

03-25-2001 07:17 PM

How about showing the most active or recent poll(s)?
This would be great.

03-25-2001 08:52 PM

Sounds great. Can't wait!
:D

03-25-2001 08:58 PM

Quote:

Originally posted by PimpDaddy1
How about showing the most active or recent poll(s)?
This would be great.

That would be at the very end of my todo list..sorry...

Don't see the use for it honestly

03-25-2001 10:41 PM

any idea in days/weeks when you will finish man?

03-25-2001 11:01 PM

Synx:

Quote:

Originally posted by Mas*Mind
It will be released within 1-2 weeks (depending on my spare time)
:)

03-25-2001 11:39 PM

Oh damn! Sorry guys, I gotta pay more attention when I read! LOL! Sheesh . . . .

03-26-2001 03:37 AM

Sounds very nice, but a suggestion. Don't make it a fixed table size for output if you plan to, just pass the info along and let the user determine where it should be placed in the web page. For example, I use a left border table and would like to have output for:

X number to current topics - say 10

Then put those topics in the table that can wrap the text to fit inside the fixed width. Example: 180, or whatever. After which newer posts, according to the date/time replace the ones there.

It's basically what I think you are doing, I just would like to pass it as variable text and not pre-formated so I can make my own for the home page, etc.

Keep us posted, :)

Jeff

03-26-2001 03:48 AM

Quote:

All layouts are configurable through the vbtemplate area..

03-26-2001 04:51 AM

Cool hack, I cant wait :)

03-26-2001 09:36 AM

15 days?hum........ok :)

03-27-2001 02:12 AM

I can't wait for this hack! It would be great if it would include the persons username if they are logged in (hello, username).

Can't wait.

03-27-2001 02:16 AM

I'd agree, I've had to put together alot of little scripts to do this before... having one nice script with template support is wonderful :)

03-27-2001 02:23 AM

Whoa, awesome, looking forward to it!

03-27-2001 09:09 PM

How about 'Threads with 0 replies' ?

and ' 10 Busiest Threads'

03-28-2001 04:08 AM

Quote:

Originally posted by Mitchell
How about 'Threads with 0 replies' ?

and ' 10 Busiest Threads'

For your first idea,i dislike but for the second yes!!

03-28-2001 04:43 AM

I like the threads with 0 replies idea. I had a hack on my old UBB 5.46 that showed the last 30 "virgin" topics (as it called them) and I think it helped people see posts that might have gotten lost in the shuffle.

10 busiest threads is also a good idea! ;)

03-28-2001 09:29 AM

Quote:

Originally posted by tubedogg
I like the threads with 0 replies idea. I had a hack on my old UBB 5.46 that showed the last 30 "virgin" topics (as it called them) and I think it helped people see posts that might have gotten lost in the shuffle.

10 busiest threads is also a good idea! ;)

Hum........yes
the better is to open a little window at the load of the page no?

03-28-2001 09:30 AM

was allready implemented..You can do something like this:

<?php

$sorttype = "asc";
$sortby = "posts";
$action = "listusers";
include("vbextern.php");

?>

03-28-2001 02:21 PM

Whaouuuuuuuuuuhhh cool :D

Ready in how many time?:D

03-28-2001 08:17 PM

This hack keeps sounding better and better! It almost seems like it should included into vb.

Any time frame on when you'll have a version finished?

03-28-2001 08:49 PM

Actually the code-example I gave wasn't right, but it gives the idea how to do it...

I hope releasing it this week, but I'm nog sure...still busy getting my forum upgraded and moved...

03-28-2001 08:59 PM

Sounds like a great combination to add into my vbPortal CMS.

03-29-2001 02:02 PM

Quote:

Originally posted by wajones
Sounds like a great combination to add into my vbPortal CMS.
Sure you can put a personnal form a the registration for every users :)

03-30-2001 12:36 AM

Sounds great. Another suggestion, maybe add a list of the current private Messages. I don't know if someone suggested this, as I didn't exactly read the whole post. :)

03-30-2001 12:39 AM

Quote:

Originally posted by Sean
add a list of the current private Messages.
Wouldn't work. This is just for general use outside the vB, and the user would have to have a cookie set by the vB to do that.

03-30-2001 12:42 AM

Ohh, ok. Still be awesome. :)

04-02-2001 12:30 PM

Just curious if there's any news on this? I know I'm not the only one looking forward to it.

04-02-2001 03:33 PM

Same here...

04-02-2001 03:55 PM

I'll do my best to release it this week, but I have to study, to work and to move/upgrade my existing board...So when I've time I'll work on it..most functionality is allready built in, only a few things have to be hacked in...

04-02-2001 04:09 PM

Quote:

Originally posted by Mas*Mind
I'll do my best to release it this week, but I have to study, to work and to move/upgrade my existing board...So when I've time I'll work on it..most functionality is allready built in, only a few things have to be hacked in...
Plz try :(

04-02-2001 05:57 PM

Thanks for your hard work.

04-03-2001 08:37 AM

Wishing you lots of luck with your hack, Mas*Mind. I'm sure such a hack would be very useful for many other vBulletin users. :)


All times are GMT. The time now is 04:44 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.01305 seconds
  • Memory Usage 1,786KB
  • 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
  • (8)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