This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

User Tags (tagadelic extended)

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?

need for registerprofile.module in drupal5.1

hi

i have used this module in 4.7 and its working.
but now the client req. to upgrade the site to drupal5.1

since registerprofile.module is not available in drupal5.1.

so please provide the help, i have also used the patch provided but it is not usefull.

thank you
drupal devloper

insert new table in database or not

Good afternoon,

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?

Thanks in advance

How to understand Drupal stucture

Hai,

I am a PHP programmer.
I am new to drupal.
Can anyone tell me how to customize and understand the coding structure in drupal

Thank u

how can I store what jQuery returns in a PHP variable?

I am fairly new to jQuery.

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:

<?php
   drupal_add_js(
    '$(document).ready(function(){
         $("body").width();
     });',
    'inline'
   );
?>

thanks.

Default content type settings

Hey,

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.

Thanks for any help.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions