Hi,
I'm working on a Droplet that can upload files from the media-directory to Scribd (
www.scribd.com) and show those files.
I want to use the following structure on the page:
- In a WYSIWYG section ($BLOCK[1] in my template) I add the [[droplet]]
- In a Code section ($BLOCK[2] in my template) I add the url and/or filename (for example document.pdf)
This way I can use page_content(2) in the Droplet to upload/show the document on the page.
I used to be able to use a Code section, however I have the feeling that code is checked for valid PHP, in WB 2.8, since nothing shows up.
Using a WYSIWYG section adds <p> tags, so I can not use that either.
Is there a module available that only inserts the text (preferably a single line)?
Thank you for your reply!
All the best,
Dennis
P.s. If someone has been able to implement the Scribd API, I'm very interested. I'm not really a coder, so I'm building the Droplet through trial and error.