Quote from: bennyb at Jun 03, 2010, 05:42 AM
Quote from: lucas at Jun 03, 2010, 05:22 AM
In ManagerManager you need to add the prefix ’tv’ to any template variable field you are referencing.
So assuming you called your link TV ’Gallery’, and the ID of the gallery is 3, you should have:
mm_galleryLink('tvGallery', '', '', '3');
Also, I don’t know if having a space after the commas makes any difference but that’s how it is by default - try the above code
I might try a couple things:
1. I would confirm, you’re using the latest version of ManagerManager 0.3.8. You may even reinstall if it is.
2. Make sure the "Configuration Chunk" name matches the actual chunk.
3. Verify that you have jquery.min.js in your /assets/js folder. I have mine set to remote.
5. Verify that MM is working, by testing it some other function, such as renaming a field.
6. Here’s my evo gallery call in MM: mm_galleryLink(’gallery’, ’’, ’’, ’3’);
7. Verify that the TV your calling is "Text" not "Textarea" or something like that, and that nothing is in the default fields, and that it is assigned to the appropriate page template.
Sorry if it’s all basic stuff...