Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vbNetwork - share forums with other boards Details »»
vbNetwork - share forums with other boards
Version: 1.00, by zethon zethon is offline
Developer Last Online: Oct 2020 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.0.4 Rating:
Released: 07-04-2010 Last Update: Never Installs: 28
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

vbNetwork

Summary
This add-on gives you the ability to share forums with other message boards without having to share any database information. The plugin uses webservices to share posts.

Release Notes
Currently the installation is easy but if you want to set up and run your own network it will help if you're familiar with XML. Joining an already existing network is fairly simple.

If you would like my help writing versions for phpBB, IPB or other message board software, please feel free to contact me.

If you are interested you can join my existing network, but please note that it is mostly a trolling-based community of boards. Feel free to start your own network with other boards.

Product Specifications
  1. several plugins
  2. one cron job
  3. file uploads
  4. new DB tables
  5. several phrases

Installation
Approx 2-5 mins
See the included installation instructions.
Upgrading/Updating
  1. upload all files in the upload directory, overwriting any existing files
  2. re-import the XML file, setting "Overwrite" to "Yes"

Configuration
See the included documentation for details.
Support

If you encounter problems or discover any bugs, please create a new issue at: http://code.google.com/p/vbnetwork/issues/list

Sample
This is one shared forum on three different boards (WARNING: the content of these forums may be NSFW).
http://www.anothermessageboard.com/f...splay.php?f=29
http://www.juot.net/forums/forumdisplay.php?f=50
http://www.drunkensquirrel.net/com/f...splay.php?f=28
PLEASE CLICK INSTALL!

Download Now

File Type: zip vbNetwork-4.0.x.v1.0.zip (30.8 KB, 261 views)

Show Your Support

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

Comments
  #32  
Old 07-09-2010, 11:54 AM
session-one session-one is offline
 
Join Date: Dec 2009
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if someone has an anime, gaming, or if you find that our boards will be associated pm me...

my url is http://www.sessionone.net .. this seems like a good idea and i'd like to join a network or form one
Reply With Quote
  #33  
Old 07-12-2010, 02:27 AM
TyPenn613 TyPenn613 is offline
 
Join Date: Dec 2006
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks zethon! Nice work.
Reply With Quote
  #34  
Old 07-12-2010, 03:53 AM
murekhalir murekhalir is offline
 
Join Date: Oct 2006
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about, instead of creating simliar posts, create a mod that can duplicate user logins.

When I think of network, I think of being able to use one login. to login to mulitpe vbulletins.

Unsure why there hasn't been a solution for this yet!
Reply With Quote
  #35  
Old 07-13-2010, 01:12 AM
AtomicAcidbath AtomicAcidbath is offline
 
Join Date: Jun 2010
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[Edit]got it working.

Unusual characters in Member Name causes XML parser error.
(example: Name "??b" prevents the XML package from being accepted)

To fix:

in file /network/functions_network.php find:
Code:
            if (!file_exists($workingfile))
            {
                  $xmlstr = "<package networkname='".(strtolower($networkinfo['name']))."'>\n";
Replace:
Code:
            if (!file_exists($workingfile))
            {
                  $xmlstr = "<?xml version=\"1.0\" encoding=\"windows-1252\" ?>\n";
                  $xmlstr .= "<package networkname='".(strtolower($networkinfo['name']))."'>\n";
Reply With Quote
  #36  
Old 07-14-2010, 04:39 PM
Centrix Centrix is offline
 
Join Date: Sep 2005
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible for one-way traffic as well? Like, my forum takes info from an other board that doesnt have this mod installed, but that board does nothing with mine.
Reply With Quote
  #37  
Old 07-14-2010, 06:51 PM
VonDoom's Avatar
VonDoom VonDoom is offline
 
Join Date: Dec 2008
Location: USA
Posts: 494
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Installation
Approx 2-5 mins
See the included installation instructions.
Serious Epic fail for me.. haha ive been working on this for at least an hour probably closer to two. Bla (ok in fairness it did only take a cpl minutes to install.. Configuration on the other hand Oui..)

I dont get the documentation, I just cant get this to work.. Spent a cpl hours putting everything together, But the whole process must just be over my head..
Reply With Quote
  #38  
Old 07-14-2010, 07:08 PM
zethon zethon is offline
 
Join Date: May 2005
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Centrix View Post
Is it possible for one-way traffic as well? Like, my forum takes info from an other board that doesnt have this mod installed, but that board does nothing with mine.
No, not with this plugin.

Quote:
Originally Posted by VonDoom View Post
Serious Epic fail for me.. haha ive been working on this for at least an hour probably closer to two. Bla (ok in fairness it did only take a cpl minutes to install.. Configuration on the other hand Oui..)

I dont get the documentation, I just cant get this to work.. Spent a cpl hours putting everything together, But the whole process must just be over my head..
I suppose I should specify more. If you are joining an existing network, the setup time is roughly 2-5 minutes. If you're starting your own network, then it's a little trickier.
Reply With Quote
  #39  
Old 07-14-2010, 07:31 PM
VonDoom's Avatar
VonDoom VonDoom is offline
 
Join Date: Dec 2008
Location: USA
Posts: 494
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah im building my own network between a cpl of my Dog specific forums..
Reply With Quote
  #40  
Old 07-15-2010, 02:18 PM
sticky sticky is offline
 
Join Date: Sep 2003
Posts: 934
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by murekhalir View Post
How about, instead of creating simliar posts, create a mod that can duplicate user logins.

When I think of network, I think of being able to use one login. to login to mulitpe vbulletins.

Unsure why there hasn't been a solution for this yet!
I don't know either, the demand for this is huge.
Reply With Quote
  #41  
Old 07-15-2010, 03:04 PM
cloferba cloferba is offline
 
Join Date: Apr 2009
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i cant understand exactly what this mod does :S
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 02:11 PM.


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.05185 seconds
  • Memory Usage 2,335KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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
  • (1)postbit_attachment
  • (11)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
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete