Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
Details »»

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

Version: Unknown Rating:
Released: 01-21-2001 Last Update: Never Installs: 3
 
No support by the author.

THIS THREAD IS CLOSED!
Posts in here will NOT be answered

This hack has undergone many major changes since this thread was started. Consequently, most of the posts have become dated and of little use. To coincide with the latest major release (20010712), a new one has been started.

See this thread for the latest version and discussion

Show Your Support

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

Comments
  #412  
Old 05-18-2001, 03:15 PM
Dioxin Dioxin is offline
 
Join Date: Oct 2001
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for your "fast" answer

when is the next release expected?
  #413  
Old 05-18-2001, 03:49 PM
fastforward fastforward is offline
 
Join Date: Oct 2001
Location: NC, USA
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Dioxin
for your "fast" answer

when is the next release expected?
Definately this weekend... I promise

I have it all up and running at dbforums.com, I just need to document it all. There's been a few changes in the tables and code edits required.

To get the most out of this next release, you need to create a seperate template set more suited to a usenet article layout. I decided it was silly trying to squeeze a usenet article into the forum layout when I should be changing the forum layout to accomodate the usenet article.

Another change (related to your seq issue) is that both local timestamp and nntp timestamps are stored in the table. The seq column has been removed. You now just order on dateline (default) or the nntpdateline.
  #414  
Old 05-19-2001, 04:46 AM
fastforward fastforward is offline
 
Join Date: Oct 2001
Location: NC, USA
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And here's another one...

This is release 20010519 for vB2.0 RC3.

Quite a lot of changes in this one. The biggest change is probably the ability to reply to individual usenet posts at any level of the thread and have ot thread correctly on usenet. (The quote button is used for this.) For this to work you MUST make a small code edit to newreply.php AND add a hidden field to the newreply template.

To get the most out of this you should consider creating a complete set of custom templates for the usenet forums. You can then show the nntpdate but still maintain a logical order by dateline. You can also hide the posts/location etc and display the full nntp From: header just like a real usenet post. See http://dbforums.com to see what I mean.

Changes
  1. Added reply to particular post capability to ensure outgoing posts are threaded correctly when they reach usenet.
  2. Changed indexing routine to support the new vB search thread title option.
  3. Changed method of ordering usenet posts in forums to a more robust method. (Additional column containing nntpdate replaces the seq column)
  4. Improved stripping of vB codes from outgoing posts.
  5. Added new column containing nntp from line that can be referenced in templates.
  6. Added global 'posting enabled' switch to control panel.
  7. Improved autopurge function. It's now a lot quicker.
Bug Fixes
  1. Fixed problem of lastactivethread not being updated when a post was deleted.
  2. Fixed problem with mailing archives threading. Some posts were not being loaded if there were no references.
  3. Fixed bug causing quotes not to be indented.
  4. Probably some other stuff that I can't remember.
If possible you should do a clean install with this version. If not possible, you should go through the table structures carefully. Let me know if you need clarification on the need of any columns.

With only days before the vB final (hopefully) I want to clear up any bugs asap. If you do find any, make sure they're little ones that can be fixed easily

Download


Note to n3n: I didn't get around to adding the html to newnews.pl. I decided to wait and do it properly with an option to run it from the control panel and automatically set up a cron job etc.

Note to jarvis: I'll see what I can do about getting it to work under windows. It does work under Cygwin though if you can't wait.
  #415  
Old 05-19-2001, 05:07 AM
jarvis jarvis is offline
 
Join Date: Nov 2001
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fast,

You've got an awesome product, and if you are doing dev on a Win32 version, then I will wait. Like I said b4, I am willing to pay for this version as it is exactly what I've been looking for. Right now, I'm using DNews from netwinsite, but if I could incorporate ng's into my existing forums, whoa... (drool) Darn you Unix giys
  #416  
Old 05-21-2001, 04:10 PM
Dioxin Dioxin is offline
 
Join Date: Oct 2001
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi fastforward,

i get these message from my telnet:

Query failed:
UPDATE usenet_outgoing SET refs = concat(refs,' ','<3b08a44a$0$304$6e37e724@news.dpn.de>') WHERE inreplyto = 23810

DBD::mysql::db do failed: Unknown column 'inreplyto' in 'where clause' at newnews.pl line 601.

the table usenet_outgoing has no field called 'inreplyto'

please help.. i use the latest version.

btw, your instruction set for the new release is not complete. all the insert statements for the spam- and usenet_replace table are missing.
  #417  
Old 05-21-2001, 06:39 PM
fastforward fastforward is offline
 
Join Date: Oct 2001
Location: NC, USA
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Dioxin
hi fastforward,

i get these message from my telnet:

Query failed:
UPDATE usenet_outgoing SET refs = concat(refs,' ','<3b08a44a$0$304$6e37e724@news.dpn.de>') WHERE inreplyto = 23810

DBD::mysql::db do failed: Unknown column 'inreplyto' in 'where clause' at newnews.pl line 601.

the table usenet_outgoing has no field called 'inreplyto'

please help.. i use the latest version.

btw, your instruction set for the new release is not complete. all the insert statements for the spam- and usenet_replace table are missing.
Yeah I just got those errors aswell. I forgot to add the inreplyto columns to the usenet_outgoing and the usenet_outgoing_log table. Outgoing messages will not be sent until I fix it. You can add the columns yourself if you like they should be of type int and unsigned. I can't get a fix out until tomorrow night I'm afraid. I also need to make sure there are no more issues with the release version.

Sorry about that.
  #418  
Old 05-21-2001, 11:03 PM
chrispadfield's Avatar
chrispadfield chrispadfield is offline
 
Join Date: Oct 2001
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now vb2.0 is out i am really looking forward to this.

I do have one request though, we talked about this before a bit.

Basically, the "first time" a user goes to post a newsgroup message i want a confirmation page to come up explaning exactly what they are doing.

What would be needed here..

i) an extra field in user Y, N for has seen warning sort of thing.

ii) an extra modification to newthread/newreply.php to check for Y/N if it is a newsgroup post. If N then display a new page with warning on it, with the message etc as hidden variables. If they press "accept" or whatever you use then the message is sent and everyone is happy.

i would really like this if it is possible.
  #419  
Old 05-21-2001, 11:54 PM
fastforward fastforward is offline
 
Join Date: Oct 2001
Location: NC, USA
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by chrispadfield
Basically, the "first time" a user goes to post a newsgroup message i want a confirmation page to come up explaning exactly what they are doing.
The way I have done this on dbforums.com is using templates. Every usenet post has a sidebar where all the vbcode stuff used to be advising them that their post is about to placed in the public domain and to read the faq etc etc...

If you really really really really need it I'll put it on the to do list, but I desperately need to spend some time getting my site updated. My intention was to fix any bugs and leave it alone for a few weeks.

There's still plenty I want to add to the hack in the next big release though, including full mime and binary attachment support.
  #420  
Old 05-22-2001, 04:39 AM
fastforward fastforward is offline
 
Join Date: Oct 2001
Location: NC, USA
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This release certifies the hack for vB 2.0

There have been a couple of bugfixes:
  1. Added missing columns to usenet_outgoing & usenet_outgoing_log tables
  2. Fixed problem with autopurge. Local posts that were made in a usenet forum were being expired too early... much much too early!

Download latest version for vB 2.0

I was going to officially move the hack to vbulletin.org but the discussion bit is broken so it'll have to stay here.
  #421  
Old 05-22-2001, 08:07 AM
chrispadfield's Avatar
chrispadfield chrispadfield is offline
 
Join Date: Oct 2001
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i like how you have done it, update your site i will work on a new tmeplate set, seems a good plan with the new reply feature as well.
Closed Thread


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 05:01 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05117 seconds
  • Memory Usage 2,314KB
  • 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
  • (3)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
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (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
  • postbit_imicons
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete