I tryed to use SIG in joomla 1.5, but I got always this error:
Notice: Undefined property: text in /httpdocs/industrievloeren/plugins/content/plugin_jw_sig.php on line 38
On line 38 and 39 I found this code:
if (preg_match_all("#{gallery}(.*?){/gallery}#s", $row->text, $matches, PREG_PATTERN_ORDER) > 0) {
$sigcount = -1;
So the problem is IMHO: $row->text
Where is this code defined ? Or can someone help me in this ?
thx,
deef