• Blog📰
  • Help🙋



[ { "name": "Spouses", "data": { "Category": "FamTrees", "Description": "SpousesDescription", "Dialog": [ { "Type": "Normal", "Value": "SeparateSpouses1" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "spouses1.jpg" }, { "Type": "Image", "Value": "spouses2.jpg" }, { "Type": "Normal", "Value": " " }, { "Type": "Image", "Value": "spouses3.jpg" }, { "Type": "URLButton", "Value": "Blog", "Icon": "\uE86E", "Url": "https://www.6groups.com/Static/?page=Blog/Spouses.html&name=2.04%20Spouses" } ], "Price": "3", "IconChar": "\uE63D", "IconColor": "69a9f1", "Order": "150", "InstallScripts": "CREATE TABLE IF NOT EXISTS GroupModulesV2_*ActiveGroup* (Name text not null unique,Payload text null)--*IGNORE_SQL*;CREATE TABLE IF NOT EXISTS Spouses_*ActiveGroup* (Id uuid PRIMARY KEY UNIQUE,ParentID uuid NULL,NodeLevel int not null,Name text not null,Title text null,Email text null,Phone text null,Type int not null,Description nvarchar,CustomField1 nvarchar not null)--*IGNORE_SQL*;INSERT INTO GroupModulesV2_*ActiveGroup* (Name, Payload) VALUES('Spouses',*Payload*)--*IGNORE_SQL*&*INSTALL_SPOUSES*", "UninstallScripts": "DROP TABLE IF EXISTS Spouses_*ActiveGroup*--*IGNORE_SQL*;DELETE FROM GroupModulesV2_*ActiveGroup* where Name = 'Spouses'--*IGNORE_SQL*&*UNINSTALL_SPOUSES*", "SelectSuffix": ",hex(c.id) as hexId_Spouse,hex(c.ParentID) as hexParentID_Spouse,c.NodeLevel as NodeLevel_Spouse, c.Name as Name_Spouse, c.Title as Title_Spouse, c.Email as Email_Spouse, c.Phone as Phone_Spouse, c.Type as Type_Spouse, c.Description as Description_Spouse, c.CustomField1 as CustomField1_Spouse, d.TargetGroups as TargetGroups_Spouse", "JoinSuffix": " left join Spouses_*ActiveGroup* c on a.id = c.ParentId left join LinkedGroups_*ActiveGroup* d on hexId_Spouse = d.SourceMemberId", "InstallWarning": "ModuleAffectAllWarning", "UninstallWarning": "ModuleAffectAllWarning", "Incompatibilities": "", "RequiresVersion": "2.02", "requiresNonGuest": "no", "Version": "1.0" } }, { "name": "CSV", "data": { "Category": "AllCategories", "Dialog": [ { "Type": "Normal", "Value": "CSVDescription" }, { "Type": "URLButton", "Value": "Import guide", "Icon": "\uE86E", "Url": "https://www.6groups.com/Static/?page=Blog/Import.html&name=1.45%20Import%20from%20CSV" }, { "Type": "URLButton", "Value": "Export guide", "Icon": "\uE86E", "Url": "https://www.6groups.com/Static/?page=Blog/Export.html&name=1.59%20Export%20to%20CSV" } ], "Price": "3", "IconChar": "\uE02F", "IconColor": "d8a198", "Order": "100", "InstallScripts": "CREATE TABLE IF NOT EXISTS GroupModulesV2_*ActiveGroup* (Name text not null unique,Payload text null)--*IGNORE_SQL*;INSERT INTO GroupModulesV2_*ActiveGroup* (Name, Payload) VALUES('CSV',*Payload*)--*IGNORE_SQL*&*INSTALL_CSV*", "UninstallScripts": "DELETE FROM GroupModulesV2_*ActiveGroup* where Name = 'CSV'--*IGNORE_SQL*&*UNINSTALL_CSV*", "SelectSuffix": "", "JoinSuffix": "", "InstallWarning": "ModuleAffectAllWarning", "UninstallWarning": "ModuleAffectAllWarning", "Incompatibilities": "", "RequiresVersion": "2.14", "requiresNonGuest": "no", "Version": "1.0" } }, { "name": "Reindex", "data": { "Category": "AllCategories", "Description": "ReindexDescription", "Dialog": [ { "Type": "Normal", "Value": "Reindex1" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "reindex.png" }, { "Type": "URLButton", "Value": "Blog", "Icon": "\uE86E", "Url": "https://www.6groups.com/Static/?page=Blog/Reindex.html&name=1.59%20Reindex" } ], "Price": "3", "IconChar": "\uE242", "IconColor": "96c591", "Order": "125", "InstallScripts": "CREATE TABLE IF NOT EXISTS GroupModulesV2_*ActiveGroup* (Name text not null unique,Payload text null)--*IGNORE_SQL*;INSERT INTO GroupModulesV2_*ActiveGroup* (Name, Payload) VALUES('Reindex',*Payload*)--*IGNORE_SQL*&*INSTALL_REINDEX*", "UninstallScripts": "DELETE FROM GroupModulesV2_*ActiveGroup* where Name = 'Reindex'--*IGNORE_SQL*&*UNINSTALL_REINDEX*", "SelectSuffix": "", "JoinSuffix": "", "InstallWarning": "ModuleAffectAllWarning", "UninstallWarning": "ModuleAffectAllWarning", "Incompatibilities": "", "RequiresVersion": "2.13", "requiresNonGuest": "Yes", "Version": "1.0" } }, { "name": "Galleries", "data": { "Category": "AllCategories", "Dialog": [ { "Type": "Normal", "Value": "GalleriesDescription" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "galleries1.png" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "galleries2.png" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "galleries3.png" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "galleries4.png" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "galleries5.png" }, { "Type": "URLButton", "Value": "Blog", "Icon": "\uE86E", "Url": "https://www.6groups.com/Static/?page=Blog/Photos.html&name=2.15%20Photo%20Galleries" } ], "Price": "3", "IconChar": "\uE411", "IconColor": "929f9f", "Order": "50", "InstallScripts": "CREATE TABLE IF NOT EXISTS GroupModulesV2_*ActiveGroup* (Name text not null unique,Payload text null)--*IGNORE_SQL*;CREATE TABLE IF NOT EXISTS Galleries_*ActiveGroup* (Id uuid PRIMARY KEY UNIQUE,SourceMemberId text not null,Note text null,Image text not null,Preview text not null)--*IGNORE_SQL*;INSERT INTO GroupModulesV2_*ActiveGroup* (Name, Payload) VALUES('Galleries',*Payload*)--*IGNORE_SQL*&*INSTALL_GALLERIES*", "UninstallScripts": "DROP TABLE IF EXISTS Galleries_*ActiveGroup*--*IGNORE_SQL*;DELETE FROM GroupModulesV2_*ActiveGroup* where Name = 'Galleries'--*IGNORE_SQL*&*UNINSTALL_GALLERIES*", "SelectSuffix": "", "JoinSuffix": "", "InstallWarning": "ModuleAffectAllWarning", "UninstallWarning": "ModuleAffectAllWarning", "Incompatibilities": "", "RequiresVersion": "2.15", "requiresNonGuest": "no", "Version": "1.0" } }, { "name": "Documents", "data": { "Category": "AllCategories", "Dialog": [ { "Type": "Normal", "Value": "DocumentsDescription" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "docs2.jpg" }, { "Type": "NormalCenter", "Value": "DocumentsDescription2" }, { "Type": "Image", "Value": "docs1.jpg" }, { "Type": "NormalCenter", "Value": "DocumentsDescription3" }, { "Type": "Image", "Value": "docs3.jpg" }, { "Type": "NormalCenter", "Value": "DocumentsDescription4" }, { "Type": "Image", "Value": "docs4.jpg" }, { "Type": "NormalCenter", "Value": "DocumentsDescription5" }, { "Type": "URLButton", "Value": "Blog", "Icon": "\uE86E", "Url": "https://www.6groups.com/Static/?page=Blog/Docs.html&name=2.24%20Documents%20&%20Scanner" } ], "Price": "3", "IconChar": "\uE226", "IconColor": "a0c4e2", "Order": "75", "InstallScripts": "CREATE TABLE IF NOT EXISTS GroupModulesV2_*ActiveGroup* (Name text not null unique,Payload text null)--*IGNORE_SQL*;CREATE TABLE IF NOT EXISTS Documents_*ActiveGroup* (Id uuid PRIMARY KEY UNIQUE,SourceMemberId text not null,Name text not null,Format text null,Size text null,Data text not null)--*IGNORE_SQL*;INSERT INTO GroupModulesV2_*ActiveGroup* (Name, Payload) VALUES('Documents',*Payload*)--*IGNORE_SQL*&*INSTALL_DOCUMENTS*", "UninstallScripts": "DROP TABLE IF EXISTS Documents_*ActiveGroup*--*IGNORE_SQL*;DELETE FROM GroupModulesV2_*ActiveGroup* where Name = 'Documents'--*IGNORE_SQL*&*UNINSTALL_DOCUMENTS*", "SelectSuffix": "", "JoinSuffix": "", "InstallWarning": "ModuleAffectAllWarning", "UninstallWarning": "ModuleAffectAllWarning", "Incompatibilities": "", "RequiresVersion": "2.24", "requiresNonGuest": "no", "Version": "1.0" } }, { "name": "ExtraLinks", "data": { "Category": "AllCategories", "Dialog": [ { "Type": "Normal", "Value": "ExtraLinksDesc1" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "ExtraLinks1.png" }, { "Type": "NormalCenter", "Value": "ExtraLinksDesc2" }, { "Type": "Image", "Value": "ExtraLinks2.png" }, { "Type": "NormalCenter", "Value": "ExtraLinksDesc3" }, { "Type": "Image", "Value": "ExtraLinks3.png" } ], "Price": "3", "IconChar": "\uE0B5", "IconColor": "e7878d", "Order": "175", "InstallScripts": "CREATE TABLE IF NOT EXISTS GroupModulesV2_*ActiveGroup* (Name text not null unique,Payload text null)--*IGNORE_SQL*;CREATE TABLE IF NOT EXISTS ExtraLinks_*ActiveGroup* (Id uuid PRIMARY KEY UNIQUE,SourceId uuid not null,TargetId uuid not null)--*IGNORE_SQL*;INSERT INTO GroupModulesV2_*ActiveGroup* (Name, Payload) VALUES('ExtraLinks',*Payload*)--*IGNORE_SQL*&*INSTALL_EXTRALINKS*", "UninstallScripts": "DELETE FROM GroupModulesV2_*ActiveGroup* where Name = 'ExtraLinks'--*IGNORE_SQL*&*UNINSTALL_EXTRALINKS*", "SelectSuffix": "", "JoinSuffix": "", "InstallWarning": "ModuleAffectAllWarning", "UninstallWarning": "ModuleAffectAllWarning", "Incompatibilities": "", "RequiresVersion": "2.81", "requiresNonGuest": "no", "Version": "1.0" } }, { "name": "MultipleParents", "data": { "Category": "AllCategories", "Dialog": [ { "Type": "Normal", "Value": "MultipleParentsDesc1" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "MultipleParents1.jpg" }, { "Type": "NormalCenter", "Value": "MultipleParentsDesc2" }, { "Type": "Image", "Value": "MultipleParents3.jpg" }, { "Type": "NormalCenter", "Value": "MultipleParentsDesc4" }, { "Type": "Header", "Value": "InstallInstructions" }, { "Type": "Normal", "Value": "InstallInstructions1" }, { "Type": "Header", "Value": "UninstallInstructions" }, { "Type": "Normal", "Value": "MultipleParentsUninstallInstructions1" } ], "Price": "3", "IconChar": "\uE0B6", "IconColor": "fdb9a1", "Order": "200", "InstallScripts": "CREATE TABLE IF NOT EXISTS GroupModulesV2_*ActiveGroup* (Name text not null unique,Payload text null)--*IGNORE_SQL*;INSERT INTO GroupModulesV2_*ActiveGroup* (Name, Payload) VALUES('MultipleParents',*Payload*)--*IGNORE_SQL*&*INSTALL_MULTIPLEPARENTS*", "UninstallScripts": "DELETE FROM GroupModulesV2_*ActiveGroup* where Name = 'MultipleParents'--*IGNORE_SQL*&*UNINSTALL_MULTIPLEPARENTS*", "SelectSuffix": "", "JoinSuffix": "", "InstallWarning": "ModuleAffectAllWarning", "UninstallWarning": "ModuleAffectAllWarning", "Incompatibilities": "", "RequiresVersion": "3.25", "requiresNonGuest": "no", "Version": "1.0" } }, { "name": "Events", "data": { "Category": "AllCategories", "Dialog": [ { "Type": "Normal", "Value": "EventsDescription" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "events1.png" }, { "Type": "NormalCenter", "Value": "Calendar" }, { "Type": "Image", "Value": "events2.png" }, { "Type": "NormalCenter", "Value": "DayView" }, { "Type": "Image", "Value": "events3.png" }, { "Type": "NormalCenter", "Value": "EditEvent" }, { "Type": "Image", "Value": "events4.jpg" }, { "Type": "NormalCenter", "Value": "EventsDescription2" }, { "Type": "Image", "Value": "events7.png" }, { "Type": "NormalCenter", "Value": "EventsDescription3" }, { "Type": "Image", "Value": "events5.jpg" }, { "Type": "NormalCenter", "Value": "EventsDescription4" }, { "Type": "Image", "Value": "events6.jpg" }, { "Type": "NormalCenter", "Value": "EventsDescription5" }, { "Type": "URLButton", "Value": "Blog", "Icon": "\uE86E", "Url": "https://www.6groups.com/Static/?page=Blog/Events.html&name=2.32%20Calendar%20(Events)" } ], "Price": "3", "IconChar": "\ue935", "IconColor": "f1a490", "Order": "25", "InstallScripts": "CREATE TABLE IF NOT EXISTS GroupModulesV2_*ActiveGroup* (Name text not null unique,Payload text null)--*IGNORE_SQL*;CREATE TABLE IF NOT EXISTS Events_*ActiveGroup* (Id uuid PRIMARY KEY UNIQUE,SourceMemberId text null,Title text null,Comment text null,EventDate Date null, Recurs int not null, EndDate Date null, Recurrence text null, RecurrenceId text null, Location text null, Color text not null, AllDay int not null,Recipients text null,Reminders text null)--*IGNORE_SQL*;CREATE TABLE IF NOT EXISTS Reminders_*ActiveGroup* (Id uuid PRIMARY KEY UNIQUE,EventId uuid not null,Title text null,ReminderDate Date null)--*IGNORE_SQL*;INSERT INTO GroupModulesV2_*ActiveGroup* (Name, Payload) VALUES('Events',*Payload*)--*IGNORE_SQL*&*INSTALL_EVENTS*", "UninstallScripts": "DROP TABLE IF EXISTS Events_*ActiveGroup*--*IGNORE_SQL*;DROP TABLE IF EXISTS Reminders_*ActiveGroup*--*IGNORE_SQL*;DELETE FROM GroupModulesV2_*ActiveGroup* where Name = 'Events'--*IGNORE_SQL*&*UNINSTALL_EVENTS*", "SelectSuffix": "", "JoinSuffix": "", "InstallWarning": "ModuleAffectAllWarning", "UninstallWarning": "ModuleAffectAllWarning", "Incompatibilities": "", "RequiresVersion": "2.32", "requiresNonGuest": "no", "Version": "1.0" } }, { "name": "SimpleList", "data": { "Category": "AllCategories", "Dialog": [ { "Type": "Normal", "Value": "SimpleListDesc1" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "SimpleList1.png" } ], "Price": "Free", "IconChar": "\uE896", "IconColor": "d7af89", "Order": "200", "InstallScripts": "CREATE TABLE IF NOT EXISTS GroupModulesV2_*ActiveGroup* (Name text not null unique,Payload text null)--*IGNORE_SQL*;INSERT INTO GroupModulesV2_*ActiveGroup* (Name, Payload) VALUES('SimpleList',*Payload*)--*IGNORE_SQL*&*INSTALL_SIMPLELIST*", "UninstallScripts": "DELETE FROM GroupModulesV2_*ActiveGroup* where Name = 'SimpleList'--*IGNORE_SQL*&*UNINSTALL_SIMPLELIST*", "SelectSuffix": "", "JoinSuffix": "", "InstallWarning": "ModuleAffectAllWarning", "UninstallWarning": "ModuleAffectAllWarning", "Incompatibilities": "", "RequiresVersion": "2.85", "requiresNonGuest": "no", "Version": "1.0" } }, { "name": "Insert", "data": { "Category": "AllCategories", "Dialog": [ { "Type": "Normal", "Value": "InsertDesc1" }, { "Type": "Normal", "Value": "" }, { "Type": "Image", "Value": "Insert1.png" } ], "Price": "Free", "IconChar": "\uEF6D", "IconColor": "8fefd2", "Order": "225", "InstallScripts": "CREATE TABLE IF NOT EXISTS GroupModulesV2_*ActiveGroup* (Name text not null unique,Payload text null)--*IGNORE_SQL*;INSERT INTO GroupModulesV2_*ActiveGroup* (Name, Payload) VALUES('Insert',*Payload*)--*IGNORE_SQL*&*INSTALL_INSERT*", "UninstallScripts": "DELETE FROM GroupModulesV2_*ActiveGroup* where Name = 'Insert'--*IGNORE_SQL*&*UNINSTALL_INSERT*", "SelectSuffix": "", "JoinSuffix": "", "InstallWarning": "ModuleAffectAllWarning", "UninstallWarning": "ModuleAffectAllWarning", "Incompatibilities": "", "RequiresVersion": "3.42", "requiresNonGuest": "no", "Version": "1.0" } }, { "name": "Move", "data": { "Category": "AllCategories", "Dialog": [ { "Type": "Normal", "Value": "MoveDesc1__" }, { "Type": "Image", "Value": "move.png" }, { "Type": "URLButton", "Value": "Blog", "Icon": "\uE86E", "Url": "https://www.6groups.com/Static/?page=Blog/Move.html&name=5.74%20Move%20Extension" } ], "Price": "Free", "IconChar": "\ue89f", "IconColor": "9c82e2", "Order": "250", "InstallScripts": "CREATE TABLE IF NOT EXISTS GroupModulesV2_*ActiveGroup* (Name text not null unique,Payload text null)--*IGNORE_SQL*;INSERT INTO GroupModulesV2_*ActiveGroup* (Name, Payload) VALUES('Move',*Payload*)--*IGNORE_SQL*&*INSTALL_MOVE*", "UninstallScripts": "DELETE FROM GroupModulesV2_*ActiveGroup* where Name = 'Move'--*IGNORE_SQL*&*UNINSTALL_MOVE*", "SelectSuffix": "", "JoinSuffix": "", "InstallWarning": "ModuleAffectAllWarning", "UninstallWarning": "ModuleAffectAllWarning", "Incompatibilities": "", "RequiresVersion": "5.74", "requiresNonGuest": "no", "Version": "1.0" } } ]

1780568767737

Some text in the Modal..

Some text in the Modal..

0%