| Re: AMS 3.0 combine with News 1.64. Give your opinion. |
| by NovaSmart on 2011/9/25 2:29:44 Long time no see pablo. I think i'll absorb News function slowly into AMS. Thats my decision for now and incorporate all good feedback into my AMS module. |
| Re: AMS 3.0 combine with News 1.64. Give your opinion. |
| by pablo103 on 2011/9/24 20:02:23 any conclusion on this topic? |
| Re: AMS 3.0 combine with News 1.64. Give your opinion. |
| by pablo103 on 2011/3/3 15:53:34 I miss a spootlight for AMS module, i guess this one is good http://www.maitsco.com/english/ could you combine it into AMS in next version? |
| Re: AMS 3.0 combine with News 1.64. Give your opinion. |
| by CBung on 2010/6/30 3:44:38 I would like to suggest a minor update for AMS 3.0. I desire that center align is possible for the topic/avatar image with a story. From what I've seen it takes the following adjustments: In xoopsstory.php function topicalign($astext=true) { if ( $astext ) { if ( $this->topicalign == "R" ) { $ret = "right"; } else if ( $this->topicalign == "L" ) { $ret = "left"; } else if ( $this->topicalign == "C" ) { $ret = "center"; } else { $ret = ""; } return $ret; } return $this->topicalign; } In storyform.inc.php Added to line 145: $posselect->addOption('C', _AMS_AM_CENTER); Added to english/admin.php define("_AMS_AM_CENTER","Center"); |
| Re: AMS 3.0 combine with News 1.64. Give your opinion. |
| by panwac on 2010/3/2 15:45:25 For me it will be great to have cloneable module like AMS or NEWS, with friendly interface and possibility to set different kind of sorting/ordering articles in each topic or module (by date/time or by weight / position). In the pas I tryed to use an Article module, but for me it wasn't very friendly... and now it isn't fully compatibile with XOOPS 2.4.x |