Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 05-01-2000 Last Update: Never Installs: 0
 
No support by the author.

I've got a very rough copy of the vB compatible active topics done.

The file is on

http://www.gandmasti.net/forum/active.txt

The result is on

http://www.gandmasti.net/index2.shtml
or
http://www.gandmasti.net/forum/active.php

Mind you my board is a humor board and there might be offensive jokes on the active list, consider yourself warned!

This copy has several things I want to add, in the following priorities....

a) Template support
b) User defined number of topics / topics since last logon
c) RDF support (to allow others to take the list from your site dynamically)
d) WML support (to allow mobile phone users to get their humor fix via phones... also to allow me to admin / delete the forums via a mobile phone)
e) Clean up of the code / comments
f) Offline (low overhead) generation via cron

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 05-05-2000, 06:36 AM
Guest
 
Posts: n/a
Default

all I get is a 404 error
Reply With Quote
  #13  
Old 05-05-2000, 06:38 AM
Guest
 
Posts: n/a
Default

where or what gives the 0404 error ?
Reply With Quote
  #14  
Old 05-05-2000, 06:41 AM
Guest
 
Posts: n/a
Default

The other links Martin are sample URL left for you to see how to use them I believe. The only live link above is for the .zip file.

If that is what you are referring to?
Reply With Quote
  #15  
Old 05-05-2000, 06:47 AM
Guest
 
Posts: n/a
Default

oops... my mistake... forgot to say they were sample links... yes, the only valid link is the .zip file...
Reply With Quote
  #16  
Old 05-05-2000, 06:57 AM
Guest
 
Posts: n/a
Default

can we see it in action anywhere?

I think, from what I saw of the code, it looks great
Reply With Quote
  #17  
Old 05-05-2000, 07:09 AM
Guest
 
Posts: n/a
Default

in all actuality, it runs the same. the only difference is that it is much easier (for me) to integrate the active-topic with my site. you don't have to edit the php file with html, just edit the page template and the message template.

As i don't have vbulletin configured/setup on the site I am working on, there wouldn't be much to show you if I could.
Reply With Quote
  #18  
Old 05-05-2000, 09:44 AM
Guest
 
Posts: n/a
Default

Nice job on the active posts.
I take it that when you say it uses a template, you're not referring to a vBulletin template?
I've spent a lot of time with this hack on the UBB trying to find a version that is low overhead. The best way to implement this hack is to hack the posting script so that every time a post is made, an entry is made to either a flat file or a database entry. That way, when the script is called, it only has to make one call/include one file. Also, unlike cron, it is always perfectly up to date.
Reply With Quote
  #19  
Old 05-05-2000, 10:47 AM
Guest
 
Posts: n/a
Default

Sorry, my mistake again... Yes, when I said template, it means a template separate from vbulletin.

Quote:
I've spent a lot of time with this hack on the UBB trying to find a version that is low overhead.
That is the neat thing about PHP/mysql. Everything (within reason) is low overhead. I do not believe there is a way to make this script less overhead than it is now. If you are compairing it to UBB Active Topics, then it is so far below their overhead that it wouldn't show up on a graph. (imnsho)


To have this script up to date, just ssi it in your page.

To have a 'less overhead' version, have it output (via cron) to a text file and have the text file ssi'ed into your page. The more time between the output, the less overhead.
Reply With Quote
  #20  
Old 05-11-2000, 03:33 AM
Guest
 
Posts: n/a
Default

I have a list of topics called mythread.txt generated by this program.

I want to include them in my new homepage, which I"m building at index.php using vB as the backend. Index.php calls a variety of tempaltes liek homepage, etc, as well as some stuff from vB liek fivelinks.

I've got it all working except for two things. One is login on the homepage. The other is how to include the .txt file inside the template.help?
Reply With Quote
  #21  
Old 05-11-2000, 03:40 AM
Guest
 
Posts: n/a
Default

I'd think <? require("mythread.txt"); ?> should do it if you're calling it from a php file.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:43 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.04488 seconds
  • Memory Usage 2,271KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete