I exposed my .csv as a block to make it easy for admin people to download. Can I change the name of the button the block makes? Right now it says "apply" but I would rather it say "download". Is there a way to change this? I couldn't find a way to do it in views.
Thanks,
Becky
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | product_showcase.view_.txt | 25.12 KB | neclimdul |
Comments
Comment #1
neclimdulI don't actually think I use the term "apply" any where. Could you be more specific? Maybe attach an export of your view?
Comment #2
beckyjohnson commentedHere you go. I hope this helps. Basically this makes a page and it makes a block that allows certain users to download a spread sheet of the data and the button they click on to download the button says "apply" which is un-intuitive. I want it to say download or something like that.
Becky
(neclimdul: Edit - Removed views export so this is readable.)
Comment #3
neclimdulJust noticed you actually had something in that last comment. You might have better luck in the future attaching the view as a text file as I've done with the code from you post here.
Comment #4
neclimdulI just figured out what your problem and its a very interesting idea unfortunately you seem to have had some confusion with the views ui. The "Exposed form in block" is actually not for exposing a feed in a block. Its actually a core views feature for providing the form for exposed filters in a block.
Sorry, but you'll probably need to do some custom code to get what you're looking for.
Comment #5
neclimdulclosed because of lack of activity.