Comment by Cavell Blood on Using Commerce to pay for posting entry
I just got a chance to check out this plugin today. It didn't work at first because I had missed the underscore when I was renaming the class in the records file. Once I searched through the Craft...
View ArticleComment by Cavell Blood on What is the proper way to set an asset's upload...
Looks like we both came to the same conclusion at the same time. Looks like that should work!
View ArticleComment by Cavell Blood on Entry reverse lookup on ancestor's field
It sounds like D is a child of C which is a child of B which is a child of A. Is it possible to use a structure for this or do all of these sections need to be on the same level?
View ArticleComment by Cavell Blood on Link to form submissions
Is this for the control panel or a template on the front-end?
View ArticleComment by Cavell Blood on "Missing" assets from large S3 asset source
~33k images is quite a few. Sounds like Craft started rendering the thumbnails but didn't finish. If you open up the console on your browser (usually something like cmd + opt + i) do you see any errors...
View ArticleComment by Cavell Blood on How to pull a single podcast source, using the...
I'm guessing that you only want to pull in the e2.mp3 file, is that right? Or you want to dynamically choose which one you show?
View ArticleComment by Cavell Blood on AM Forms not Submitting
Are submissions enabled on the form in the control panel?
View ArticleComment by Cavell Blood on Installing Craft in a Sub Folder
It sounds like you might need to do some URL rewriting with an .htaccess file or similar depending on your setup. Looks like this question might already have an answer over here.
View ArticleComment by Cavell Blood on Use twig Var in for loop
Could you post more of your code? What does the variable menutype look like? Does it have menuGlobal as a child in it?
View ArticleComment by Cavell Blood on Craft 3: multisite and assets
If you want your assets to be publicly available I think they would need to be under the /web directory.
View ArticleComment by Cavell Blood on Get disabled related entry's data within plugin
Just what I was looking for. Thanks!
View ArticleComment by Cavell Blood on yii\web\ServerErrorHttpException Craft 3 install
Could you give some more explanation about what you're referring to when you mention these versions?
View ArticleUser Registration Form Redirect not working Craft 2.5
I'm using the following code but the redirect is not working. After the user registers it takes them back to the home page and not to volunteer/identity. I put a message on the homepage to display if...
View ArticleUsing Commerce to pay for posting entry
I'm trying to figure out how to do the following:Person registers as new userUser creates a new entry with a front-end entry formEntry is saved as disabled so it's not publicly visibleUser has the...
View ArticleAnswer by Cavell Blood for Missing entries in admin panel
Are you accessing the same databases? You need to make sure that the local database has been uploaded to the remote server. Then all your entries should show up.You can back up your local database by...
View ArticleAnswer by Cavell Blood for Changing the name of the Craft folder when placed...
Yes, you can change the name of the craft folder. In the index.php file in the public folder update the path for the craft folder in the $craftPath variable. I use the following naming scheme for my...
View ArticleAnswer by Cavell Blood for Emojis in Rich Text Field
It looks like Redactor has a plugin called “Clips” that allows you to: Create a dropdown of frequently used "snippets" of code, text, icons, emoji, you name it.Pixel and Tonic made it into a plugin for...
View ArticleAnswer by Cavell Blood for What is the proper way to set an asset's upload...
Assuming your Structure section is named Products with a handle of products you could try this:{section.handle}/{parent.uri}/{slug}Or you would have to restructure your entries to have a parent entry...
View ArticleAnswer by Cavell Blood for How to insert a Sprout Form into a new page in...
If you don't have a local development environment setup, you will need FTP access to the server where Craft is installed to edit templates. The one line of code cannot be copied and pasted into a field...
View ArticleAnswer by Cavell Blood for Set tabs in settings on Plugin
Here’s a simple plugin with two tabs and two fields, one field per tab. This plugin was generated on https://pluginfactory.io/. It’s a great starting point to get the plugin scaffolding set up. After...
View Article