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.
Is there a way to keep tinymce from stripping away HTML tags that i want as default code embedded in a page. In flexinodes that i have created that have default html such as pay pal buttons or links to other pages the tinymce editor strips away all the tags.
I checked the tinymce documentation and i see that there are ways to set the configuration but i don't know where in the tinymce drupal module to set the configuration options.
I am writing a module. Assuming that I have a vocabulary with VID 4, I would like to know if there is a function in Drupal that allows me to know which terms within the vocabulary 4 belong to a specific node.
The function taxonomy_node_get_terms() doesn't do the trick, because it returns EVERY term associated to a node. I need something that narrows the search down to a specific VID.
Any idea?
Shall I wrote one (changing taxonomy_node_get_terms() a bit) and submit it?
From the looks of it, that package has no sort of API or other method of easily integrating it into Drupal. He wants to at least share user auth info between ecards and Drupal in general.
I installed and configured Drupal 4.7 with no problem. I wanted to try out the e-commerce module and so i downloaded them and create the tables, no problem.
I wanted to use the "image module", and when i decompress it, i get the following error:
Fatal error: Only variables can be passed by reference in /home/jgeek/public_html/drupal/modules/image/image.module on line 730
Does anyone know about this? It seems to be around this line:
I have two problems with the image module:
1) what OS permissions should the images folder have? as my hosting is not displaying uploaded images.
2) seems the image module is generating a link with the full URL, but all links work with a relative (base url + url) way.
Thanks in advance.
Hello All
I use drupal 4.6 and module "Tables Filter Module"
The internet explorer is not show table create by this module. But FireFox show ok.
How do create table for show in internet explorer????