From
echicken@VERT/ECBBS to
Bill McGarrity on Mon Apr 9 19:56:51 2018
Re: ftnnv.js ã By: Bill McGarrity to echicken on Mon Apr 09 2018 18:29:34 ã ã BM> var nodelistPaths = [ ã BM> "/sbbs/xtrn/ftnnv/nodelist.*" ã BM> ]; ã ã BM> My question is, how do you add more nodelists from different FTN networks. ã BM> I tried adding another: '/sbbs/xtrn/ftnnv/sportnet.*" before the closing ] ã ãBe sure not to mix up your double and single quotes. That should be ã'/sbbs/xtrn/ftnnv/sportnet.*' or "/sbbs/xtrn/ftnnv/sportnet.*". ã ã BM> Can it be as simple as just adding sportnet.* separated by a comma on that ã BM> one line? ã ãnodelistPaths is an array of strings. Elements in the array should be ãseparated from each other by commas, and all elements should be enclosed within ãthe square brackets, eg: ã ãvar nodelistPaths = [ ã "/sbbs/xtrn/ftnnv/nodelist.*", ã "/sbbs/xtrn/ftnnv/sportnet.*"ã]; ã ãKeeping it on one line isn't important, though. ã ãI assume that will work, but I no longer have a copy of that script on hand. ãI'll write a new version soon that uses the nodelist parser Deuce provided, andããuses a config file to make things like this easier. ã ãAnd on that note, if you or anyone have a wishlist for things they would want ãto see in a nodelist browser, please let me know. ã ã--- ãechicken ãelectronic chicken bbs - bbs.electronicchicken.com - 416-273-7230 ã ã---ã þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.comã