Ok so I was tinkering around and thought I wonder if I can use that javascript effect from before on my modules, maybe free up some space on here. After some messing around with the Main Index code I was able to use the effect on my podcast module, here's how:
Note: Make sure that you've already done the tutorial before this one as it is kinda essential for this tutorial to work. Click here to go to that tutorial
1.) Get into your Moveable Type Admin site
2.) Click on the Templates link under the options under the particular BLOG you wanna implement this effect on.
3.) Left click on Main Index
4.) Find the module you wanna try the javascript effect on.
(In this case I tried it on my podcast module)
5.) Your module code should look something like this:
6.) There are two line changes that should be made to this code. A line should be added before the code. This will call the actual javascript effect. Remember to name the div id something easily remembered in this case I just typed 'podcast'. The second change that needs to be change is in the div class line, you need to add the div id and style code, this div id is what the javascript effect refers to, so in this case it has to be "podcast", if it's not the effect will not work. The following is what the finished code looked like for my podcasts module:
If the code is a little small for you all to read, you can click on that actual image to bring up a bigger image of each piece of code.
7.) Ok so you've made the changes, now to see if they work. Remember to Save and Rebuild the code after you have made your changes. After you have Saved and Rebuilt, check out your site. If everything worked out right, you should see that neat little effect working with one of your modules now.
If you any questions, comments, etc. You can email me at webmaster@normalamerica.com