This is going to be a short post. Magic Tags are very awesome, but on the Pods CMS documentation failed to mention something very simple yet useful. Before anything, here’s a quick run down of what Magic Tags are…
Archive for September, 2009
- September 26th, 2009
- Comments Off
- September 25th, 2009
- Comments Off
Software note: :pods: Version 1.7.3 / WP 2.8.4
Documentation: http://pods.uproot.us/codex/helpers
What are Input Helpers
An Input Helper lets you completely customize the appearance of any input field… when adding new data contents.
In plain n00b English: as an example, the default field “name” I had it to store last names, and a separate column to store first names (fname). The problem of that would be when you’re using Bi-directional relationship PICK column to another Pod (let’s call this: Person) is you can only relate one of the columns, not both First Name and Last Name. So if you use the PICK column the “name”; which stores the Last Names, and with the last name like Johnson – you probably can’t tell which Johnson that is. Input Helpers can grab and display the full names for you when you’re adding data. (more…)
- September 24th, 2009
- Comments Off
I’ve been very silent on Facebook, Twitter, and this blog lately. That because I can’t constantly access Twitter anymore from work, they blocked me… so no more useful stuff to tweet and brag about excepted one thing: Pods CMS. Pods CMS is a WordPress plugin that pretty much turn your blog into a CMS. You can build a Wiki, Glossary, Recipes, Hotel listing etc… the possibilities are endless. Although, you will need to know at least some PHP to make this thing tuned to the way you want it to be. I have been playing with it in the past 2 weeks, I have to say I am very impress of how this plugin works. So I did a test on one of my hobbies: Kendo. I’ve always wanted to collect data on Kendo Dojo, how many practitioners, and Kendo tournament results in the U.S. I was able to create this very complex database that it can be listed by Federations, State, Country, Dojo, and down to the individual Kendo-ist data. The awesome thing is? Each listing can be linked to one another. For example, if you viewing by Federations, you can list all the Dojo in that federation, and with links to each Dojo AND the state. You can add BUILT-IN filters and search on top! The backend is all done for you, all you have to do is to make things pretty. Ain’t that grant?