Hey I built an application that is trying to post a small xml file to my Drupal site so it can be parsed.
I have written a test script that works but when I try to put the code into a module it fails and returns a response code 0.
I am using the Corrola them on a site that I have setup. I have a number of views on the page which are showing images in a grid through views. The images are links.
How ever when I hover the mouse over the image I get an underline. I also get the under line when hovering over the bread crums.
Is there a way I can remove the under line I have tried adding the following to the styles.css files.
installed drupal 7 with basics & contributeds
I ADD an IMAGE FIELD as a LOGO of my VOCABULARIES, with cckfields at taxonomy term.
if i try to show in a CONTENT VIEW, the only flieds i can show are the tipical ID,TERM,VOcabulary MAchine NAme...nothing about NEW OWN FIELDS.
if i try to show in TERM VIEW, i can choose that own FIELD (appears in the fields list), but then i cannot control things like,, filter View by USER, fiter by language...and rest of nice options when you create a content view..
I've created a patch for wysiwyg.module at http://drupal.org/node/1173476. To do this I followed the instructions at http://drupal.org/node/1054616: specifically, the "Get or update a copy of the project" and "Creating patches via feature branch" sections.
Hi,
when installing drupal 7.2 I extracted drupal-7.2.tar.gz to my working directory on a webserver.
Invoking the install script resulted in
parse error: syntx error, unexpected { in ../includes/bootstrap.inc line 676.
the same script worked fine on a local installation on my linux notebook.