vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - vbNetwork - share forums with other boards (https://vborg.vbsupport.ru/showthread.php?t=212795)

zethon 06-02-2010 04:04 PM

Not dead. Just stagnant. I've put this project up on Google Code to help manage bugs and feature requests. If you encounter a bug please enter an issues in the Google Code Issue tracker: http://code.google.com/p/vbnetwork/

I have a messageboard interested in networking with my board which will help in the development of the plugin. I hope to make updates to it soon and take it out of beta and have vb 4.0 support.

BirdOPrey5 06-03-2010 12:59 AM

Quote:

Originally Posted by |Jordan| (Post 1884546)
How does this modification fair with word censoring and images? Do posts that are displayed from another site on your network become censored? What happens if a user on another site abuses by posting disgusting images. Can you ban that 1 person's posts from being visible?

If you use a word censor the posts on your forum will get censored and posts sent to other forums will also be censored... Uncensored forums will see uncensored words in their own posts but still see the **** in posts from censored forums- basically the way it should work.

You can ban users from another site in the network options.

marocnl 06-27-2010 06:52 PM

When i run the task i get this msg: unable to create incoming packet file

When i do a local test in the dir network i succeed in creating a file with fopen.

Any idea?

Network: NET
Destination Node: otb
Node service URL: http://forums.otherboard.net/network/service.php
Package file: (./network/packets/outgoing/thb.otb.xml)
Package size: 422063 bytes
Response:

<br /><strong>Warning</strong>: fopen(./network/packets/incoming/thb.OTB.1277668410.xml) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in <strong>[path]/network/service.php</strong> on line <strong>152</strong><br /><br /><strong>Warning</strong>: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3283) in <strong>[path]/network/service.php</strong> on line <strong>26</strong><br /><response>
<action>accept_package</action>
<result type="error">unable to create incoming packet file</result>
</response>

zethon 07-09-2010 01:17 PM

Quote:

Originally Posted by marocnl (Post 2060623)
When i run the task i get this msg: unable to create incoming packet file

When i do a local test in the dir network i succeed in creating a file with fopen.

Any idea?

Network: NET
Destination Node: otb
Node service URL: http://forums.otherboard.net/network/service.php
Package file: (./network/packets/outgoing/thb.otb.xml)
Package size: 422063 bytes
Response:

<br /><strong>Warning</strong>: fopen(./network/packets/incoming/thb.OTB.1277668410.xml) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in <strong>[path]/network/service.php</strong> on line <strong>152</strong><br /><br /><strong>Warning</strong>: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3283) in <strong>[path]/network/service.php</strong> on line <strong>26</strong><br /><response>
<action>accept_package</action>
<result type="error">unable to create incoming packet file</result>
</response>

Sounds like the plugin cannot write to the packets directories. Make sure that /network/packets/outgoing and /network/packets/incoming both have write access. Do chmod 777 on both, as instructed in the docs.

marocnl 08-08-2010 10:46 PM

Hi, i read on the 4.0 version of this plugin that you found a way to show avartars with the usernames.

Is this fix also availbale for the 3.8 version?

epsol 08-10-2010 07:45 PM

you should be able to get the avatars working by going to Plugins & Products -> Plugin Manager and enable the the "vbNetwork: Add network avs and stuff if it's a network user and forum." I am not sure why it is disabled by default

djvj 08-21-2010 04:01 AM

I run a 3.8.x forum and I have a friend who runs a 4.0.x forum. I am moving my database on his server. We want to share one section of the forum across both sites. Is this possible?

If it is, I'm guessing he would have to install the 4.x version of this mod and I install this one?

Jerlene 09-08-2010 05:50 AM

I'm having trouble viewing newly added forums on the actual site. I can add them and view them in the ACP with no problems but I can't see them on the actual index page.

Artes_Marciales 09-08-2010 08:44 AM

Nice Mod, Thanks!!

Alfa1 09-08-2010 09:58 PM

Can i use this mod to show share certain forums between a vb4 and a vb3.8 board?

BirdOPrey5 09-08-2010 10:49 PM

Quote:

Originally Posted by Alfa1 (Post 2095605)
Can i use this mod to show share certain forums between a vb4 and a vb3.8 board?

I know of the 3 forums in the example (mine is 1) one of them is a 4.0.x forum.

Alfa1 09-08-2010 11:25 PM

Awesome. Now if only I could show the same members online on both forums.

Does this addon affect performance?

BirdOPrey5 09-09-2010 12:03 AM

I run it as a cron job and have noticed no hit to performance. The data it's reading and sending is no more then displaying a thread every few minutes anyway so I can't see it ever being an issue.

djvj 09-12-2010 04:39 AM

Installed this mod, and when I click on Network Forum Manager, I get this:
(I removed my ip and username)


Database error in vBulletin 3.8.5:

Invalid SQL:

SELECT DISTINCT subid FROM vb3_network_sub
WHERE (network_sub.networkid = 1)
ORDER BY subid;

MySQL Error : Unknown column 'network_sub.networkid' in 'where clause'
Error Number : 1054
Request Date : Saturday, September 11th 2010 @ 09:59:07 PM
Error Date : Saturday, September 11th 2010 @ 09:59:07 PM
Script : http://www.divinusguild.org/forums/a...tworkforum.php
Referrer : http://www.divinusguild.org/forums/a...dex.php?do=nav
IP Address : X.X.X.X
Username : XXXX
Classname : vB_Database
MySQL Version : 5.0.91-log



Is this because I use a table prefix? I saw this post on the 4.0 version

djvj 09-15-2010 01:31 AM

NM, if you use a table prefix, make the diff changes you find here, it will fix it:

http://code.google.com/p/vbnetwork/s...tworkforum.php

mavherzog 03-01-2011 03:44 PM

I've been wanting this FOREVER. What I'd like to see is this available for multiple forum software packages. phpbb would be a great one to start with. I envision something like that become some sort of standard and eventually working its way into core forum software functionality.

This sort of thing was common place with the old BBS's (ala FIDOnet, WWIVnet, etc).

Alfa1 03-04-2011 01:39 PM

Quote:

moving threads into network forums sends posts into random threads on remote boards

What steps will reproduce the problem?
1. move thread in non-network forum to a network forum
2. post in the thread
3. execute cron job

What is the expected output? What do you see instead?

If there is no network thread id for the thread, the remote board should
either reject the post or create the thread. Currently, the post seems to
be assigned to a random thread?
Has this been resolved?

I.M.O.G. 09-23-2011 09:00 PM

I'm receiving a lot of XML parser errors (error code 3 when running the scheduled task) when using this mod.

For example, a post with regular quotes is fine:

I'm Matt, AKA "I.M.O.G."

But a post with these quotes is not:

I’m Matt, AKA “I.M.O.G.”

I'm running a network with 8 nodes, so I'm working at improving the parsing code to be a bit more liberal. I've also noticed you have to be careful about the settings on each board - depending on the image settings and such, you may receive errors if one board in the network has more liberal settings configured than another.

BirdOPrey5 09-23-2011 09:17 PM

yeah, you need to make the max images and max number of characters per post equal on all the boards to prevent the risk of some messages not being accepted and throwing off the whole system. Learned that the hard way.

OldSchoolDSL 09-24-2011 01:29 PM

Working on adding IPB support :)

I.M.O.G. 10-06-2011 03:59 PM

For anyone using this plugin, you may want to make the following changes to improve the way vbnetwork handles special characters:

Line 320 of "/forums/network/function_network.php" should read:
$xmlstr = '<?xml version="1.0" encoding="ISO-8859-1"?>'."\n";

The line just below that should change "=" to ".=".

With that small change, you will eliminate a lot of "error code 3"/XML parsing errors, where the XML feeds are corrupted due to the use of special characters in posts.

mavherzog 10-10-2011 03:01 PM

I have installed and created a new network. For those wanting to join and network with geekhack.org, please drop me an email at: me [at] imav [dot] org

hpidriver 10-22-2011 11:14 PM

This is something I have been curious about, tagged... thanks.

mavherzog 12-26-2011 12:10 PM

Quote:

Originally Posted by mavherzog (Post 2255600)
I have installed and created a new network. For those wanting to join and network with geekhack.org, please drop me an email at: me [at] imav [dot] org

No takers??

OldSchoolDSL 12-30-2011 05:34 AM

I've given up on this one.

Tried to upgrade it for vBulletin 4, but failed

Dr.CustUmz 05-07-2020 01:42 PM

i know this is quite old, but I dont see why it isnt working... I am using vb 3.8.11 and PHP 5.6.4 when I try to add new network, upon clicking save the page goes blank and nothing is added in the database.

I have tried going through the files and replacing =& with just a = but still no luck. anyone got his working?


All times are GMT. The time now is 01:02 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.02835 seconds
  • Memory Usage 1,795KB
  • 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
  • (5)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
  • (26)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