vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   NNTP Gateway for Usenet ( Newsgroups ), Mailing Lists (https://vborg.vbsupport.ru/showthread.php?t=65152)

flicknut 05-11-2005 10:38 PM

AWS, thanks for the fix with the post time.

Is there a way to completely disable the forum thread and user's profile from being attached to the end of a message? I just deleted these variables completely, but I haven't tested it yet.

Also, when someone creates a new thread on my board, why is it imported back to my board after it's exported out? For example, here is the original thread from my board:

http://www.hdtv-info.org/forum/showthread.php?t=483

And here is the very next thread being duplicated after the import:

http://www.hdtv-info.org/forum/showthread.php?t=484

AWS 05-12-2005 12:42 PM

Quote:

Originally Posted by flicknut
AWS, thanks for the fix with the post time.

Is there a way to completely disable the forum thread and user's profile from being attached to the end of a message? I just deleted these variables completely, but I haven't tested it yet.

Also, when someone creates a new thread on my board, why is it imported back to my board after it's exported out? For example, here is the original thread from my board:

http://www.hdtv-info.org/forum/showthread.php?t=483

And here is the very next thread being duplicated after the import:

http://www.hdtv-info.org/forum/showthread.php?t=484

There is also an option to not send the thread and profile link. Option 7 or 8 I think. I have that disabled and then define a default footer to attach which is the second to last option.
I've never had a problem with threads from the board being duplicated.
Do you have more than one feed going into one forum?

flicknut 05-12-2005 11:17 PM

Quote:

Originally Posted by AWS
There is also an option to not send the thread and profile link. Option 7 or 8 I think. I have that disabled and then define a default footer to attach which is the second to last option.
I've never had a problem with threads from the board being duplicated.
Do you have more than one feed going into one forum?

Thanks for your help!

I only have one HDTV newsgroup going into my forum, but I changed the "No Organization Check" variable, and it stopped the duplicate messages. Are there any negatives to changing this variable?

Okay last question. How do I add a carriage return inside my default footer? I tried \n but this didn't work. Right now when someone creates a post, it puts the default footer on the same line as the username. For example, my outgoing posts look like this:

--
hdtvnutThis post originated from http://www.hdtv-info.org/forum/

lierduh 05-13-2005 10:41 PM

Quote:

Originally Posted by flicknut
Also, when someone creates a new thread on my board, why is it imported back to my board after it's exported out? For example, here is the original thread from my board:

Please, go through settings at least once.

lierduh 05-13-2005 10:45 PM

Quote:

Originally Posted by Ian Cunningham
Is there any way to make this script use multiple connections, as it can be slow at importing large Newsgroups?

It is not that the connection takes so much time, it is the time it needs to insert the imported posts into the forum system. It needs to build index, find the similar threads... Normal user posts message one by one, we are 'posting' perhaps hundreds of messages in one go. If your server is slow, then it will take a long time.

lierduh 05-13-2005 10:57 PM

Quote:

Originally Posted by flicknut
Thanks for your help!

Okay last question. How do I add a carriage return inside my default footer? I tried \n but this didn't work. Right now when someone creates a post, it puts the default footer on the same line as the username. For example, my outgoing posts look like this:

--
hdtvnutThis post originated from http://www.hdtv-info.org/forum/

In
includes/functions_nntp.php
find
$signature .= $nntp_settings['default_footer'] . "\n";
change it to
$signature .= "\n" . $nntp_settings['default_footer'] . "\n";

should do the trick.

Ian Cunningham 05-14-2005 09:53 AM

Quote:

Originally Posted by lierduh
It is not that the connection takes so much time, it is the time it needs to insert the imported posts into the forum system. It needs to build index, find the similar threads... Normal user posts message one by one, we are 'posting' perhaps hundreds of messages in one go. If your server is slow, then it will take a long time.

Ok, cheers :)

I do have a wierd problem with the script at the moment, it just stops importing certain messages and it exits the while script. It does this every time it runs and I have to tell it to skip manually. Do you know why it might be doing this, or how the script can just skip it if it can't import it?

PeterKjaer 05-14-2005 09:58 AM

Hi

I´m trying to remove the "reply buttons as told in the "hacking_guide" but can't find the showthread template....anyone who can tell me where to find it?

im running 3.0.7

/peter

esfron 05-14-2005 10:53 AM

Quote:

Originally Posted by Ian Cunningham
Ok, cheers :)

I do have a wierd problem with the script at the moment, it just stops importing certain messages...

What php version are you running ? Take a look at https://vborg.vbsupport.ru/showpost....&postcount=801
.
.

SEO Report 05-14-2005 03:35 PM

Quote:

Originally Posted by lierduh
It is not that the connection takes so much time, it is the time it needs to insert the imported posts into the forum system. It needs to build index, find the similar threads... Normal user posts message one by one, we are 'posting' perhaps hundreds of messages in one go. If your server is slow, then it will take a long time.

So If I understood you correctly, if I comment this line in functions_nntp.php

PHP Code:

// Index post for searching
build_post_index($postid$foruminfo); 

and then use these functions (in Admin CP -> Import & Maintenance):

-> Rebuild Forum Information
-> Rebuild Similar Threads

(or perhaps Rebuild Search Index)

that will speed up the import process since the rebuild function will be called just once (at the end), is that correct?

(imported newsgroups are shown to visitors only after the import process is finished)


All times are GMT. The time now is 05:49 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.01769 seconds
  • Memory Usage 1,756KB
  • 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
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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