Is there a different way to view file ( filepload element)?

Status
Not open for further replies.

Borox

Member
Hi,

I record a lot of files using fileupload elements. Most of them are pdf files. When I click on the link of a file, it opens it outside the website ( I mean, no more menu etc...), would it be possible to open them inside the website? like, in an iFrame...

Any idea?

Thanks
 
You can override the layout file
...\plugins\fabrik_element\fileupload\layouts\fabrik-element-fileupload-pdf.php

and add e.g.
target="_blank" (to open in a new browser window)
or
class="modal ...." (to open in a popup if you have eg. regular labs "Modals" installed)
or whatever you like
 
Just remember that "override" means creating a copy of the layout in one of the override locations (see wiki), not just changing the built in one (or your changes will get blown away when you next update Fabrik).

-- hugh
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top