21
jobrazo
Re: Article Management System (AMS) 2.42 RC1 Support Forum
  • 2008/3/12 8:16

  • jobrazo

  • Just popping in

  • Posts: 46

  • Since: 2007/9/26


I get an error downloading the zip (uncomplete file).



22
jobrazo
Re: Article Management System (AMS) 2.42 RC1 Support Forum
  • 2007/12/20 8:24

  • jobrazo

  • Just popping in

  • Posts: 46

  • Since: 2007/9/26


Anything on the release of RC2 ?



23
jobrazo
Re: Image Manager/Koivi Problems with 2.42 RC1
  • 2007/9/28 6:27

  • jobrazo

  • Just popping in

  • Posts: 46

  • Since: 2007/9/26


Don't forget to include backend.php (RSS) in the stable release.
http://www.it-hq.org/modules/mydownloads/visit.php?cid=10&lid=67
Or combined with news
http://www.it-hq.org/modules/mydownloads/visit.php?cid=10&lid=68



24
jobrazo
Re: Article Management System (AMS) 2.42 RC1 Support Forum
  • 2007/9/27 7:12

  • jobrazo

  • Just popping in

  • Posts: 46

  • Since: 2007/9/26


Glad to help Novasmart.

Over the past years i have made a few changes to the 2.41 version
When 2.42 becomes final i will port them to that version.
Some changes are personal choices to suit my needs.
If you like the changes i can always send you a copy. Drop me a PM.

Included the changelog of the mods.

Changelog.txt 2.41 Mods
- Fixed. Versioning standard set to minor (fixed in 2.42)
- Fixed. Bug in visit.php audience level not respected.
- Mod. Option to remove the article header on the teaser page. Gives a banner like article.
- Mod. Edit link visible on teaser page if you are the author.
- Mod. Read more on teaser page only visible when there is a bodytext.
- Mod. Audience level visible on teaser page.
- Mod. Changed print and mail images.
- Mod. Viewing a article with the wrong adience level gives a modified template not the XOOPS NoPerm page.
- Mod. Multi attachements for 1 article are shown on different lines, not one after another.
- Mod. Added storytopic to archive.php. Archive can now be split and viewed by storytopic. If not set defaults to zero (All)
- Mod. Archive template modified. No longer a verticle list of months but a horizontal line for each year divided into periods.
- Mod. If not logged in you can not see the articles of the audience levels for logged in users, even in the same storytopic.



25
jobrazo
Re: Article Management System (AMS) 2.42 RC1 Support Forum
  • 2007/9/26 19:43

  • jobrazo

  • Just popping in

  • Posts: 46

  • Since: 2007/9/26


Installed on my testserver, looks good so far.
There is however still a bug in visit.php

if you type the direct url to a attached file you are allowed to see it even if you dont have the right audience level, solved when added following code to visit.php

include_once 'class/class.newsstory.php';


// Do we have the right to see the file ?
$article = new AmsStory($sfiles->getStoryid());
$gperm_handler =& xoops_gethandler('groupperm');
if (is_object($xoopsUser)) {
$groups = $xoopsUser->getGroups();
} else {
$groups = XOOPS_GROUP_ANONYMOUS;
}
if (!$gperm_handler->checkRight("ams_audience", $article->audienceid, $groups, $xoopsModule->getVar('mid'))) {
redirect_header('index.php', 3, _NOPERM);
exit();
}




TopTop
« 1 2 (3)



Login

Who's Online

129 user(s) are online (72 user(s) are browsing Support Forums)


Members: 0


Guests: 129


more...

Donat-O-Meter

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

Latest GitHub Commits