I'm getting the following problem, and would appreciate any advice....
I have a form on a page node that needs to post its results to another programme, and one of the values the other programme needs to be passed is "list[1]".
The [ seems to be causing drupal some problems, as everything after that until the end of the input tag is then displayed on screen, rather than being a hidden part of the form.
I've disabled all the filters as an experiment, but it didn't solve the problem.
hi, i've been creating my drupal website offline and everything works perfectly.
after uploading the site using ftp, and importing the DB with phpmyadmin, i get some strange error messages.
the site works, and the content is all there, but on the top of every page i get these messages:
--------
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/otrrnu/public_html/includes/conf.php:67) in /home/otrrnu/public_html/includes/session.inc on line 5
When anonymous user view homepage appears that (over other elements, not only):
"Fatal error: Call to undefined function: drupal_set_html_head() in /usr/home/www/modules/htmltidy.module on line 89"
The following code (which works fine outside of Drupal) displays horribly in most every Drupal theme I've tried. This site's is actually the worst of all of them. The only theme that appears to get it right is unconed. All of the others introduce gaps between the table rows that I have so far been completely unable to eliminate. Any pointers on how to correct this would be most appreciated.
Just want to add some JavaScript to a page I created. It is a basic script with some functions and some kind of form to give some input. Buttons decide which function is called.
I wonder why is not working? On a plain HTML based site it does work. I see the right output, but when clicking on the right buttons nothing happens. Again it does work on a plain HTML based WebSite.
The help link (administer/syndication/RSS/help) on my Drupal 4.4.2 site says the following:
Using the news aggregator
The news aggregator has a number of ways that it displays your subscribed content:
Latest news -- Displays all incoming content in the order received with:
The title of the original post.
The name of the source, which acts as a link to an individual feed page, listing information about that feed and incoming content for that feed only.
A description, the first few paragraphs or summary of the originating post (if any).
A blog it link. Users can select this link to have Drupal automatically prepare a blog post for the specific item.
A feed link, which acts as a link to an individual feed page, listing information about that feed and incoming content for that feed only.
News by source -- Organizes incoming content by feed, displaying titles which link to the originating post. Also has an icon which acts as blog it link.
News by topic -- Organizes incoming content by bundles, displaying titles which link to the originating post. Also has an icon which acts as blog it link.
News sources -- Displays an alphabetical listing of all subscribed feeds and a description. The title acts as a link to an individual feed page, listing information about that feed and incoming content for that feed only.