Hey everyone.. if anyone is on or close by send me a quick reply.
I've looked at Tagadelic..
But anyone know of a way of letting the USER have the ability to tag their favorite nodes. Then display this list of the most popular tags to the community. (i.e all users who tagged nodes under the term "design" would create a weighted tag for that). I've looked at tagadelic and it seems it uses taxonomy to create Tags of published nodes and their categories. I'd like to place that ability in the users hands. Any way to tweak Tagadalic to do so? Possibly?
i´m starting to develop a module on drupal and the first question which i have is related with where to upload my content. For example, imagine that i want to store some information introduced by the user. I can create an sql table to store this info but, how can i do this to integrate it in a logicall way with drupal?
And, is there any way to create the tables during the installation of the module? Or maybe i should use some drupal existing tables?
basically I just want to do $('body').width(), which returns the width of the body element. I want to store that in a php variable.
Also if i wanted this in my page.tpl.php how would I go about it.
I know I use something like:
I am creating a node type module and was wondering if there is any way to set what the default settings(comments, promotion, sticky) for this module should be.
Of course the admin could still go to Administer > Content Management > Content-types and still make any changes, but it would be nice to install a module with more appropriate settings.