59 Posts
kobalt
10 years ago
Topic
Hi all,
See the title. The live-plugin from Simon Dowdles does not work for me. Has anyone else the same problem.

I am working with:
Joomla! 3.2.3
Seblod 3.3.2

Best regards
Kobalt
Get a VIP membership
693 Posts
rpoy
10 years ago
1
Level 1
Hi kobalt,

Can you provide some more details please?  Did anything change?  Do you get the same results using another browser/computer?

Thanks,

Randy
59 Posts
kobalt
10 years ago
0
Level 2
Hi Randy,
I have tested this problem for a while and I have found several problems.

1. The live value field (CCK Field) accept maximum 25 characters - the rest is truncated.
2. This plugin works only with Modul: SEBLOD - List
3. SEBLOD List plug-in from SEBLOD Form & List Pack (2 plug-ins) does not work with sd_live_cck_field (CCK_Rendering object ->$me is allways empty)
4. If $live has the value 0 this construct in sd_live_cck_field.php about line 51
if(!$live == '' && !$live == NULL ){
does not not work. In this case the plugin returns false.
5. I use this
if(!($live == '' && $live)) {

Best regards
Kobalt
Get a VIP membership