There seems to be some things in sitemgr that just don’t work anymore,
like content block detection (joomla 1.5 template) and loading block
content (all). I only get site-wide blocks, the page specific content
does not appear. Is this just me, or can anyone else confirm?
Is this related to the unfinished caching stuff
(http://svn.stylite.de/viewvc/egroupware?view=revision&revision=40106)?
I can confirm sitemgr issues since the initial caching stuff was put into
trunk. I’ve also switched to a native sitemgr template to see if that helps,
but I’ve needed to add:
— a/sitemgr/inc/class.Categories_BO.inc.php
+++ b/sitemgr/inc/class.Categories_BO.inc.php
@@ -385,4 +385,6 @@
function check($cat_id)
{
+//Fix to include news_admin content on the external site
+return True;
//error_log(METHOD."($cat_id)
".function_backtrace());
if ($cat_id == CURRENT_SITE_ID || in_array($cat_id,
$this->currentcats))
or else I get the “Attempt to access a category outside the current
site…” error.
Ralf had said at the time that caching wasn’t done yet.
-A
–
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E