vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   NNTP Gateway for Usenet ( Newsgroups ), Mailing Lists (https://vborg.vbsupport.ru/showthread.php?t=92588)

silverslik1 08-03-2009 05:28 PM

Has anyone gotten this pluggin to work where it actually allows users to send replies back to the newsgroup?

I cant seem to get that to work? Should I try a reinstall. Much appreciated if someone can help me get this to work

Simon Lloyd 08-03-2009 05:38 PM

It works out of the box for me on 3.8.3 (although i paid someone to change some deprocated code).....search these forums for another version of this that has in brackets (mailing lists) i think!, don't forget that port 119 needs to be open on your server!

toibs 09-14-2009 10:21 PM

Oki,

Any highlighted in "blue" text is a quote from one of the previous messages in the thread. Has anyone any idea how to automatically remove this?

Thx
Paul

Simon Lloyd 09-15-2009 12:30 AM

i think its in the mime or pop files!

hmspain 10-07-2009 02:39 PM

I have everything working except for attachments coming from NNTP to the vBulletin system. Somehow, my installation is missing the /includes/functions_image.php file :-?.

Could someone share the file with me or point me in the right direction? I thought that it might have be renamed to class_image.php but I don't think so :-).

Please help!

Harrison Spain
spain@ugs.com

Rik Brown 10-29-2009 11:14 PM

Once anyone using this mod gets hold of the vBulletin 4.0 beta, it would be great to hear whether or not it works with the mod or if any revisions will be required.

I'm keeping my fingers crossed that since the mod works at the backend level, it should work with 4.0 with little or no changes.

Cheers! -- Rik

Nacman 10-31-2009 07:40 AM

How many of us running this MOD still have the problem of only the first attachment from a LOCAL post going to usenet showing up on usenet as a link.

My example - I use this MOD to post to a TEXT only usenet group, so any attachments my forum users attach in the forums get sent up as links to the usenet posting. If it is only one attachment all is well, but if it is 2 or more only 1 gets made into a link.

Anyone?

Rik Brown 12-09-2009 10:24 PM

I've started trying to move this mod to a brand new vb 4.0 beta installation.

First thing I've found is that I had to create the left-side menu options in the admincp by creating a file named cpnav_nntp_gateway.xml in the root/includes/xml directory with the following code:

PHP Code:

<?xml version="1.0" encoding="ISO-8859-1"?>

<navgroups product="vbulletin">

    <navgroup text="NNTP Gateway Options" hr="true">
        <navoption>
            <text>NNTP Gateway Settings</text>
            <link>nntp_settings.php</link>
        </navoption>
        <navoption>
            <text>NNTP Gateway Newsgroups</text>
            <link>nntp_groups.php</link>
        </navoption>
    </navgroup>
</navgroups>

The permissions on the xml file should be 755. When you reload the root/admincp/index.php file, the menu options created above should appear.

Now, I haven't gone any further than this so far so I'm afraid I can't be of further assistance until I've taken a few more steps.

-- Rik

EDIT: Well, I see the ZIP file includes a similar XML file as I made above so you probably should use that.

Nacman 12-11-2009 03:17 AM

Quote:

Originally Posted by Rik Brown (Post 1928052)
I've started trying to move this mod to a brand new vb 4.0 beta installation.

First thing I've found is that I had to create the left-side menu options in the admincp by creating a file named cpnav_nntp_gateway.xml in the root/includes/xml directory with the following code:

Now, I haven't gone any further than this so far so I'm afraid I can't be of further assistance until I've taken a few more steps.

-- Rik

Thanks for picking up the ball. I have incorporated many of the mods to this, and even done a few of my own. I am a just above a noob with php, but learning more and more each day. If I can help I will.
Nacman

alis 12-11-2009 02:13 PM

The script run in vb 4.0 beta 4, but with the Automatic Similar Thread Search activated i get this error:
Fatal error: Call to undefined function fetch_similar_threads() in gateway.php on line 547

Here below the line 547 or gateway.php
Code:

require_once(MY_DIR . '/includes/functions_search.php');
$similarthreads = fetch_similar_threads($subject);

Function fetch_similar_threads isn't included or has changed in the 4.0 vb version of /includes/functions_search.php

Please can someone tell how to correct this error?


All times are GMT. The time now is 09: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.01820 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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