Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am trying to develop a new site where the nodes (presenting a song) all have different taxonomy terms attached to.
I use free tagging for the terms.
Now, I wanted to enable some sort of simple browsing function:
Example: http://www.mysite.com/browse/voc1 gives me as output
a b c d e f g h i j k l ..... x y z #
Click on a letter of the alphabet to display the terms beginning with that letter
i am testing some more modules, but the tinyfck not work ok.
it work ok yesterday ,but now, i can't see any little button pictures in my inputbox. looks like i have no tinyfck.
i cancel lots of modules, but the button pics is not here.
i reinstall TINYFCK and TINYMCE, use the cvs, but it is not changed.
when i edit the old blog that i created with tinymce, in the edit box, i can not have the WYSIWYG.
i saw lots of code like
I'm modifying upload.module to incorporate thumbnail management for our site.
So say our new version is called "our_upload.module". This module's content gets mixed up with upload.module's content unless I change all references of "node->files" to "node->our_files". I also have to change the our_module_load() function to return an array called "our_files". Piece of cake.
I have a module with a drupal form that pulls records from both MySQL and Progress SQL when I hit the submit button the page does not seem to refresh. What is the best way in drupal to refresh a page? Any input is appreciated.
Sorry if this is a stupid question but I have just installed the views module and it looks really awesome. The only problem is I don't know how to display the data I want to. I have looked through the handbooks and am kind of confused on what to do. Am I supposed to have a link like "views/taxonomy/term/33" and then rewrite this as what I want it to be or what? I am lost. Any help would be great. I mainly want the views to display my taxonomy term a certain way.