CMS MADE SIMPLE FORGE

Album

 

[#2826] Action recently updated links to admin-panel

avatar
Created By: Joost Timmerman (JayDee)
Date Submitted: Wed Dec 31 10:44:41 -0500 2008

Assigned To:
Version: None
CMSMS Version: None
Severity: None
Resolution: Awaiting Response
State: Open
Summary:
Action recently updated links to admin-panel
Detailed Description:
When I add a recently-update list on my page all links lead to the album in the
administration panel, where they should point to the front end.

I have found a solution on page: modules/Album/action.recently_updated.php -
line 60

The problem is the returnid parameter from CreateLink is $album_page_id, instead
of $returnid.

A solution that worked for me:
Add before line 60: $album_page_id = $returnid;
of
In line 60: change $album_page_id to $returnid;

Could anyone on the project please confirm this is a bug with solution and note
it for version 0.9.4?

Btw
was in latest album version 0.9.3 ofcourse. Using cmsms 1.5.1


History

Updates

Updated: 2009-01-04 08:33
description: When I add a recently-update list on my page all links lead to the album in the administration panel, where they should point to the front end. /* modules/Album/action.recently_updated.php - line 60 I thought I found a solution here but i was wron => When I add a recently-update list on my page all links lead to the album in the administration panel, where they should point to the front end. I have found a solution on page: modules/Album/action.recently_updated.php - line 60 The problem is the r
resolution_id: 5 => 10

Updated: 2008-12-31 10:47
description: When I add a recently-update list on my page all links lead to the album in the administration panel, where they should point to the front end. /* modules/Album/action.recently_updated.php i though i found a solution here but i was wrong. This doe => When I add a recently-update list on my page all links lead to the album in the administration panel, where they should point to the front end. /* modules/Album/action.recently_updated.php - line 60 I thought I found a solution here but i was wron

Updated: 2008-12-31 10:47
description: When I add a recently-update list on my page all links lead to the album in the administration panel, where they should point to the front end. I have found a solution in Album/action.recently_updated.php /* Change line 60: $picture->link = $this->Cr => When I add a recently-update list on my page all links lead to the album in the administration panel, where they should point to the front end. /* modules/Album/action.recently_updated.php i though i found a solution here but i was wrong. This doe

Updated: 2008-12-31 10:45
resolution_id: => 5