11
Catzwolf
Re: XOOPS 2.3.3 Final Issues
  • 2009/3/15 18:04

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Sure, pm me :)

12
jdseymour
Re: XOOPS 2.3.3 Final Issues

Quote:

Catzwolf wrote:
1. I will have a look at the protector issue for you, hopefully the code will through some light on the issue.

2. Just update your AMS module and look to see if the template actually exists in the package.


Yes, all templates exist. I do have a ams_block_spotlight_ams_right.html.php that does not, but not a template file. Do not know what it is doing there, but was created when I updated the module last.

I did update AMS in the module admin, but made no difference.

13
Catzwolf
Re: XOOPS 2.3.3 Final Issues
  • 2009/3/15 20:02

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


ams_block_spotlight_ams_right.html.php? That sounds like a mistake. XOOPS doesn't create php as templates that's for sure.

14
jdseymour
Re: XOOPS 2.3.3 Final Issues

Yes, I agree, but the creation date (or last modified) was Sept 11 2008. ams_block_spotlight_ams_right.html is there. But I believe the problem is with ams_block_spotlight_ams_center,html. it is there, but the warning under errors mention that one, and it is not showing on my home page.

15
trabis
Re: XOOPS 2.3.3 Final Issues
  • 2009/3/15 20:46

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I'm having problem with formselect.php

Please do not use name=formname[] id=formname[] for multi selectable fields,

Use just
name=formname[] id=formname

using [] in id is causing me problems, thanks.

16
Catzwolf
Re: XOOPS 2.3.3 Final Issues
  • 2009/3/15 20:46

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Check in Xoops_version.php to see if that module indeed had that template

17
Catzwolf
Re: XOOPS 2.3.3 Final Issues
  • 2009/3/15 20:56

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


I am planning on removing all of these from Xoops. I did some work with XOOPS in this area last month and had issues with this myself.

18
jdseymour
Re: XOOPS 2.3.3 Final Issues

It does not explicitly list it. Here is the code for the spotlight blocks:

Quote:
$modversion['blocks'][$block_count]['file'] = "ams_spotlight.php";
$modversion['blocks'][$block_count]['name'] = _AMS_MI_NEWS_BNAME12;
$modversion['blocks'][$block_count]['description'] = "Spotlight articles";
$modversion['blocks'][$block_count]['show_func'] = "b_ams_spotlight_show";
$modversion['blocks'][$block_count]['edit_func'] = "b_ams_spotlight_edit";
$modversion['blocks'][$block_count]['options'] = "10|1|".$spotlight_templates_list[0];
$modversion['blocks'][$block_count]['template'] = 'ams_block_spotlight.html';

$block_count++;


Thanks.

19
Catzwolf
Re: XOOPS 2.3.3 Final Issues
  • 2009/3/15 21:00

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Nope the template in the modversion array is correct. Not sure why.

I'm trying to help another user at the moment with his site. Once I have done that I will look into your issue properly k.

Catz

20
trabis
Re: XOOPS 2.3.3 Final Issues
  • 2009/3/15 22:14

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

trabis wrote:
I'm having problem with formselect.php

Please do not use name=formname[] id=formname[] for multi selectable fields,

Use just
name=formname[] id=formname

using [] in id is causing me problems, thanks.


I guess this is my error, I must have missed some of the upgrades files, this is fixed on 2.3.2b and 2.3.3.

Sorry!

Login

Who's Online

241 user(s) are online (154 user(s) are browsing Support Forums)


Members: 0


Guests: 241


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits