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.
For our educational site we needed a way to enter relatively complex math
formulas. I wrote a filter which converts LaTeX (http://www.latex-project.org/)
formulas into images. Tested on Drupal 4.5.1 and 4.6.0
My php knowledge is too limited to convert this module to drupal standards
so you will have to edit some files manually to reflect your installation directories
(see INSTALL file).
i have installed the amazontools module and it is running fine. Now i adjusted the language to DE for German and my Associate ID but if i generate an amazon node or item the url is going to amazon.com, not to amazon.de and the price is in US$ not in Euro.
On 6/21 Amazon has launched a new version of their ECS back end that Amazon Associate Tools interacts with. One of the changes involves the URL to the product detail page it reports...they are much longer than they previously were, to the point that a 255 character field isn't long enough anymore...they advise being ready for up to 1024 characters.
On a practical level, this means the product URL is truncated...and useless.
I'm writing code to display a client's database as pageable tables. I've been going through the API docs on drupaldocs.org, but haven't found good survey documents or sample code.
Can any of you recommend where I can find some? It isn't clear which theme_* function to call where, something that sample code could settle for me pretty quickly.
I didn't see something like http://www.degraaf.nl/vacatures.asp
(dinamical select box) in Drupal. I think it is rather important feature, may be there are any existing modules that can do that? I think it should be flexinode.module feature, but not sure.
Has anyone tried to make it so that, using the wiki input filter, someone could rename a wiki page?
In other words, now [google | http://www.google.com] displays "google"; has anyone hacked the module so that [some other text | node] would display "some other text" and not "node"?