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

Book nagivation - split directories and leaf nodes

Hi,

By default the book module lists collapsed and leaf icons in a single section. I would like to change the navigation to list directories and leaf nodes in separate sections.

Any ideas on how to change this?

Best regards.

Frank

jump menu populated by sql query - needs some refinement

Some time ago I wanted a drop down menu for my website www.salsamontreal.com. I have search drupal.org and all around but there is nothing like it. The thing is, a jump menu is way better anyway!

What I wanted is this...

SELECT `nid` , `title` FROM `node` WHERE `type` LIKE 'poll' ORDER BY `title` ASC

Put that in a jump menu. So with the code below it list all the poll titles and if you choose one, you will get to that poll. You can change the query to your needs.

I can't put all the code in here since the first time I did that !!!!!!!!%&&*%*&*%%*& of drupal just erase my 4 pages document and told me "Terminated request because of suspicious input data." because of javascript I guess. So get the base of the code here http://www.neowin.net/forum/lofiversion/index.php/about/t159289.html or somewhere else on the net. Somehow I can't find back the original webpage, so, if someone have that kind of info, just reply and send the url. Just take a normal jump menu and complete with this code below...


[missing part here]

Choisir une option

  $sql="SELECT `nid` , `title` FROM `node` WHERE `type` LIKE 'poll' ORDER BY `title` ASC";
  $result = mysql_query($sql) or die ("Could not retrieve DB content");

  while ($row = mysql_fetch_assoc($result)) { 
  

echo $row["nid"];" selected> echo $row["title"];

directory ping drupal site

I want to teach this question. Please help me.

I use Drupal get from cvs October 03, 2005.

Ping Drupal directory use drupal.module.
But I got Logmessage "Failed to notify http://www.drupal.org/xmlrpc.php, error code: -301, error message: "
Why?

And I get request and response from Debug.

request -----------------------------

POST /xmlrpc.php HTTP/1.0
Host: www.drupal.org:80
User-Agent: Drupal (+http://www.drupal.org/)
Content-Length: 567
Content-Type: text/xml

<?xml version="1.0"?>

drupal.site.ping

http://honana.com (site name) (mail address) (slogan) (mission)

----------------------------------------------------------

response----------------------------------------------------------
Sun, 16 Oct 2005 03:43:26 GMT
Apache
http://drupal.org/xmlrpc.php
300
close
text/html; charset=iso-8859-1
----------------------------------------------------------

request -----------------------------
POST /xmlrpc.php HTTP/1.0
Host: drupal.org:80
User-Agent: Drupal (+http://www.drupal.org/)
Content-Length: 0
----------------------------------------------------------

Default Picture bug...

I have recently encountered a bug while trying to put a default picture for all our users. It just doesn't show up? How could this happen? I have wrote the correct path and everything, the image link is working fine, but it just doesn't show up in the user/edit information, where when we upload our own it shows, and i think thats where it showed the default picture.

Can anybody help?

Thanks in advance!

Charles

Some hacked my admin and logged me out

Someone hacked into my admin section and locked me out, so now I can not get into my admin. I need to know if there is anyway to get back into my admin and kick the SOB out? I do not have a clue as to why this happened.

Thanks in advance

Mike

Flexinode Content

Hello all,

I have set up 2 flexinodes on a site I am currently working on. One is employment opps, and the other is exhibition opps.

What I would like to happen is a user submits to the flexinode, and a list is created and is viewable (basically like a craigslist).

However when I enter any data using either one, a new individual node is created and no list is formed. As well, anything that is posted to a user blog goes to those two flexinodes.

Any one have this problem before? Does anyone have any suggestions?

Pages

Subscribe with RSS Subscribe to RSS - Post installation