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'm not sure what exactly is causing this, whether it's by design, to do with caching or something else.
When writing a new post or comment, if you click the back button (say to check what someone was saying in the thread as you compose the post), then click forward back to your comment, the page refreshes and the form data disappears.
I just created a Drupal site for my laboratory. We would like to have a page that is populated by a SQL query on a backend MySql DB. We may need several such pages that return different queries in tabular format.
Can someone please advise on how is the proper/best way to do this.
Since I'm a newbie to Drupal, detailed instructions will be appreciated :)
I want to have a list of all the books of the Bible on one page like http://faculty.bbc.edu/RDecker/documents/BibleRdgChart.pdf#search=%22bib...
and then have each user be able to somehow tell when they have read a chapter by clicking on the number to strikethrough, highlight or change the font color.
I searched through the forums but couldn't find anything perhaps because I don't even know enough of the right terminology to know what to ask.
Using a little script, I imported 300 nodes into a CCK content type. One of the fields is a text area with HTML markup. The data imported correctly, but when I view one of these nodes the HTML is not rendered by the browser. The <tags> display alongside the text. I'd really like to be able to display the tags properly. Can anyone help me filter the content so that the HTML is rendered?
Hello everybody,
I am new to Drupal, so excuse if my questions sound a bit stupid.
I have a problem with the tagnode module. I don't know how to
alter a taggees display function. I uploaded a phpTemplate called
node-flexinode-3.tpl.php which works fine. With the help of the
function $node-> tagnode_append I could show the html of the
taggees, but this html only contained a link with the title. I have
several more fields like images, text areas and so on in this content type.