I support 3 bowling related sites and used this module previously. During a recent change to D8 for one site I was saddened that the Lebowski module wasn't ported. I thought about rewriting the module but that's a pain for so little gain for me.

What I did was take the quotes out, clean it up and make a CSV of 159 records. I stuck a timestamp, used one of my own user accounts and set the title of each record to the first 30 chars of the quote (after stripping the basic html).

I created a basic content type with just the body field.
Using 'simple node import' I pulled the import of my CSV file.
I created a view block for a single random record and assigned a css class to the block under 'view advanced'.
I created a CSS injection for this block and simuluated the original module.

Also - I needed to run PHPmyadmin and open node_body table, then ran a SQL statement to update the column body_format to 'full_html' so the embedded html displayed as expected.

I'm providing the CSV file here to help anyone else who wants to reproduce what I did. (I could not upload CSV so I added .txt to filename. just rename please)

Comments

jshimota01 created an issue. See original summary.

jshimota01’s picture

A customer commented on the quotes - saying the
was html in the titles. I didn't see it when I made this - I've updated the CSV for importation I'd made previously to facilitate anyone else doing this - here is my v6 of that file further cleaned up.
as before, this has a .txt extension appended to sneak around the limitation of attachments here in drupal.org. once you download, just remove the .txt extension.