I have some downloadfields that I show in a cb content module with:
Code:
[cb:userfield field="cb_downloads" user="#displayedOrMe"/]
cb_downloads is a query field that gets the available downloads from the database.
This is working fine. But, somewhere in the update process, something has changed. When clicking on a download link download is either opened or presented with a popup (all fine), but site shows a new tab with a blank page with this url:
Code:
informatie/fieldclass?field=cb_download1&function=download&user=186&reason=profile
where "informatie" is the name of the menu-item used to show the user profile. This is very confusing for users.
I am sure this is not the way it used to be. Please be so kind as to check this.
Extra info: just tested with published download tab and result is the same. So it has nothing to do with cb content module.