Drupal is up and running but how do I ...?

A9 OpenSearch - Error code 412?

For anyone familiar with the OpenSearch Feed module...

When I go to http://opensearch.a9.com/newColumn.jsp to submit my description file I get the error, "Could not access http://www.gr00ps.com/en/opensearch/node: response code 412" from A9.com.

Same thing for the other description file at http://www.gr00ps.com/en/opensearch/user.

How to display a unique ID on the page?

I would like to display a unique number on the body of the page. It can even be the NID of the page. How can i display the NID or a unique number on the body.
Thank you in advance.
Onesimpleman

Strange behaviour with clear-url enabled

Hi all,

I've configured my httd.conf and turned clean url on.
Everything is ok in Drupal except some nodes where I have some php code that simply read one or more filenames in a subdirectory of directory "files" and then display one or more images (contained in those files). Here's the snippet:

$dir = "files/miadir";
$dh = opendir("$dir") or die('Folder not found.');
while($file = readdir($dh)) {
  	if(is_file("$dir/$file")) {
             $imagesize = getimagesize("$dir/$file",&$info);
             print("<CENTER>");
             print("<IMG SRC=\"$dir/$file\" BORDER=\"0\" $imagesize[3] ALT=\"bla bla bla\" ALIGN=CENTER>\n");
             print("</CENTER>");
           }
}
closedir($dh);

The resulnting html code is the same both with cleanurl on or with cleanurl disabled, but with cleanurl enabled the image/s is not shown:

                        <!-- begin content -->  <div class="node">

					<h1 class="title">bla bla bla</h1>
		        						<div class="content">
		<CENTER><IMG SRC="files/miadir/7085508i.jpg" BORDER="0" width="640" height="480" ALT="bla bla bla" ALIGN=CENTER>
</CENTER>		</div>
					<div class="links"><a href="/node/5/print" title="Mostra una versione stampabile di questa pagina">Versione stampabile</a> | letto 2303693 volte</div>
		  </div>
<!-- end content -->      </div>

Any hints ?

User Pictures Won't Show Up

I've allowed images in the settings, my test user uploads a picture and it shows-up in drupal and the url is posted in the db but the picture is never uploaded to the files directory. Any idea where it actually goes? This is weird and if other users upload pcutres, this may actualy repeat itself.

Could someone help me out?

"Multiple Select" forum vocabulary or multiple taxonomies attached as forum topics

I need to have a forum hierarchy that corresponds exactly to my "subjects" vocabulary. I could make the "forums" vocabulary applicable to the rest of the content types instead of making a seperate "subjects" vocabulary, but I need to be able to assign content to multiple categories on my "subjects" which is not allowed by the forums vocabulary. I tried adding the "subjects" vocabulary to the forums to allow for multiple selects, but the "subjects" don't show up under forums when you browse them. Any idea how I can get around this?

flash filter - absolute / relative paths?

have installed this module - and seemingly set it up correctly. however, i cant seem to get the path right, all i get is:

Requested file: [path/test.swf] doesn't exists

which means the module has picked up the command ok. but.. ive tried every combination, from straight filenames, paths, to http: //www.mysite.com/ paths.

get the same response. anyone else used this module?

a.

Pages

Subscribe with RSS Subscribe to RSS - Post installation