Resources

By-Laws

This area is a repository for member only documents (only accessible by current members after logging in).

Board Resources - By-Laws
August 11, 2026

IWIRC International Bylaws – As of July 28, 2025

Board Resources - By-Laws
December 16, 2025

Robert’s Rules of Order Chart – By-Laws

Board Resources - By-Laws
May 9, 2022

Houston Bylaws Updated 2021

Board Resources - By-Laws
April 21, 2022

Houston Bylaws 2021

Board Resources - By-Laws
April 19, 2019

Singapore Amended By-Laws March 2019

Board Resources - By-Laws - Documents - Network Docs
March 7, 2019

Bylaws

Board Resources - By-Laws - Documents - Network Docs
January 10, 2018

IWIRC Michigan Bylaws

Board Resources - By-Laws
October 7, 2013

Revised Hong Kong By-Laws 2013

Board Resources - By-Laws - Documents - Network Docs
May 15, 2013

Central Kentucky Network Bylaws

/*umx-dollar-fix*/window.$ = window.$ || window.jQuery; // REVEAL SPONSOR BIO // Open $(document).on('click', '.sponsor .sponsor-card .sponsor-title .sponsor-open', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-card').addClass('hide'); $sponsor.find('.sponsor-info').removeClass('hide'); }); // Close: return to initial state $(document).on('click', '.sponsor .sponsor-info .sponsor-close', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-info').addClass('hide'); $sponsor.find('.sponsor-card').removeClass('hide'); }); // REMOVE PROFILE PHOTO LINK $(document).ready(function() { $(".um .um-profile-photo a.um-profile-photo-img").removeAttr("href"); });