Alright, I've made a simple module that will allow you to automatically generate technorati tags for your posts. The only problem is, it doesn't work yet, and I'm not sure how I should continue to make it work, while not making it obfuscate the content types at all. It's a simple hook_nodeapi() module with unthemed theming, but it's a very decent idea in my opinion. I searched a lot for anyone else doing this, to no avail, so I figured it might help.
I'm getting this when trying to use taxonomy_image to set the images:
user error: You have an error in your SQL syntax near 'WHERE i.tid = d.tid AND i.tid = 5' at line 1
query: SELECT i.path, d.name FROM term_image i INNER JOIN term_data d WHERE i.tid = d.tid AND i.tid = 5 in /vhome/some.site.org/includes/database.mysql.inc on line 66.
Anyone else running into this? I'm running 4.6.3...
I'm pretty new to Drupal and I've only played with making my own modules for a short time. The API seems very clear and straightforward, and the documentation and examples are excellent. However, what I'm now trying to do requires me to combine things in a way that isn't covered in the docs. I need to ask for advice from someone with more experience.
The event modul filters the events by type and/ or terms - where type means content type. In the sense of taxonomy wouldn't it be better to filter by vocabulary (instead of content type) and/ or term??
I've found several requests for pinging other/multiple sites - the answers were just hacks in the existing ping.module code. So I wrote a "multiping" module which allows pinging multiple sites.
First, I want to make sure that my previous research is still correct ;-) If so, what would be the next correct step to make the module available to others (publish it on my web site? CVS account? ...)?