Re: 0.7.5-rc1 Search and profile issues
- depth:
 - 4
 
iseki 
			
			 
	Posts: 1581
	
			 
	Posts: 1581
	Patch code is
--- opensim-/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs    2013-01-05 06:59:49.000000000 +0900
+++ opensim/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs     2013-01-21 00:15:58.211259616 +0900
@@ -57,6 +57,18 @@
 
         public void Initialise(IConfigSource config)
         {
+            IConfig profileConfig = config.Configs["Profile"];
+
+            if (profileConfig != null)
+            {
+                string module_name = profileConfig.GetString("Module");
+                if (module_name != null && module_name != Name)
+                {
+                    m_Enabled = false;
+                    return;
+                }
+            }
+
             m_log.DebugFormat("[PROFILE MODULE]: Basic Profile Module enabled");
             m_Enabled = true;
         }
And now, my new module repository is http://www.nsl.tuis.ac.jp/svn/opensim/opensim.modules/trunk
	
		Votes:68
		Average:5.44
	
			
		
	
Posts tree
- 
	
 0.7.5-rc1 Search and profile issues
	(Luisillo, 2013/1/7 21:01)
	
	- 
	
 Re: 0.7.5-rc1 Search and profile issues
	(iseki, 2013/1/7 23:47)
	
 - 
	
 Re: 0.7.5-rc1 Search and profile issues
	(Luisillo, 2013/1/8 7:05)
	
	- 
	
 Re: 0.7.5-rc1 Search and profile issues
	(iseki, 2013/1/20 20:39)
	
	- 
	
 Re: 0.7.5-rc1 Search and profile issues
	(iseki, 2013/1/20 21:09)
	
	- 
	
 Re: 0.7.5-rc1 Search and profile issues
	(iseki, 2013/1/21 0:25)
	
	- 
	
 Re: 0.7.5-rc1 Search and profile issues
	(iseki, 2013/1/26 17:06)
	
 
 - 
	
 
 - 
	
 
 - 
	
 
 - 
	
 
 - 
	
 
