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 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.
I just started playing with 4.7 and I am very impressed by all the AJAX.
What do you guys think about putting AJAX in the teasers? The teaser could include a "quick read" widget. So when you click "quick read", it loads the node body right within the teaser without reloading the page.