Is there any way I can get Views to output a field with HTML5 tags
<audio> <video>
instead of the normal
<div> <h1>
etc.?
I am hoping to be able to use a port of D7's MediaElements.js module.
GitHub Issue #:
1966
Is there any way I can get Views to output a field with HTML5 tags
<audio> <video>
instead of the normal
<div> <h1>
etc.?
I am hoping to be able to use a port of D7's MediaElements.js module.
Posted 4 days 7 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) in How-To and Troubleshooting
Posted 6 days 10 hours ago by (swampopus) in How-To and Troubleshooting
Posted 1 week 15 hours ago by RS Snyder (theflightrs) in How-To and Troubleshooting
Recent comments
Hey there! That error message is definitely a head-scratcher. Even though you uninstalled Views, it sounds like something is still referencing a Views-related constant. Maybe a custom module or...
VIEWS_STORAGE_OVERRIDE
Thanks Alejandro. That was the clues I needed.
Ubercart - Programmatically add product to cart and straight to Checkout
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Ubercart - Programmatically add product to cart and straight to Checkout