Twig Error: TotalCMS\Domain\Twig\Adapter\CollectionTwigAdapter::object(): Argument #2 ($id) must be of type string, null given, called in /home/stacksgurucom/stacks-guru/public_html/public/rw_common/plugins/stacks/tcms/vendor/twig/twig/src/Extension/CoreExtension.php on line 1918 Check in Debugger

Ref View
{% set stackspublish = false %}
{{ cms.code("settings_codebodyglobal", {collection : "code"}) }}

About Stacks Guru

Stacks Guru is born from the need to search the vast number of videos out there on stacks built for Stacks Pro and the Stacks 5 plugin for Rapidweaver.

We have scraped over 500 videos to get the transcripts for each in order to make the spoken word searchable.

Please use this free tool to help you learn and discover the awesome power that Stacks and the stacks made for Stacks have to offer.

Stacks Guru

Video Reference

{% set post = cms.collection.object("videos", getData.id ) %} {{ cms.collection.redirectIfNotFound(post, "") }} {{ cms.collection.redirectToCanonicalUrl("videos", post) }}
{{ post.title }} thumbnail

{{ post.title}}

{{ post.date | date("m/d/Y") }}
{{ post.summary }}
{% if post.guests %}

Guests

{% set stacks_in_1160 = post.guests %} {% for guestid in stacks_in_1160 %}
{% set guest = cms.collection.object("guests", guestid) %}
{% if imageExists(guest.image) %}
{{ guest.firstname }} {{ guest.lastname }} thumbnail
{% else %}
Stacks Guru Logo
{% endif %}
{% else %} {% endfor %}
{% endif %}

Transcript

{% if post.transcript %} {{ post.transcript }} {% else %}

Transcript coming soon...

{% endif %}
Search the page
0   
{% if post.keymoments %}
{% endif %}
{{ cms.assetsBody() }}