events file download link fix

Anyone know the proper files and sql statements that i would need to fix the  m/events/view/m/events/download/1/1 when clicking on the download link under the events module. Should be something like m/events/download/1/1 .

I just downloaded build 13821 and the problem seems to be corrected.  just cant find the tickets or right change set for the fix.

I noticed Anton has been busy this morning building new svn versions.  if your still around can you point me to the right file changes for this error.

Thanks, Jason

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 23 Mar 2010

Anyone ?

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 23 Mar 2010

I see what you mean. I'm looking around, myself.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 23 Mar 2010

thanks boss let me know if you find anything.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 24 Mar 2010

Not sure if this is what you're looking for, but this is one of my tickets of a similar nature.

http://www.boonex.com/trac/dolphin/ticket/1780

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 24 Mar 2010

Current dolphin 7 public release -   /inc/classes/BxDolTwigPageView.php  Line 160

'onclick' => "window.open ('" . $this->_oConfig->getBaseUri() . "download/".$this->aDataEntry[$this->_oDb->_sFieldId]."/{$iMediaId}','_self');",

Revision build 13628 -  Ticket # 1780 -  /inc/classes/BxDolTwigPageView.php  Line 160

'onclick' => "window.open ('" . BX_DOL_URL_ROOT . $this->_oConfig->getBaseUri() . "download/".$this->aDataEntry[$this->_oDb->_sFieldId]."/{$iMediaId}','_self');",

Problem confirmed and solved with the fix posted above.

Thank you very much HL for pointing me to that and getting me on the right trail to the proper revision number !

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 24 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.