By quioxte on
what i am trying to do is create some php code where a list is created which shows all the nodes a user has created from a specific custom node type.
I would use views to create this except I am going to display it out side of the Drupal hiearchy using the
require_once './includes/bootstrap.inc'; // assuming your script is in the same folder as Drupal's index.php
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); // you now have access to all Drupal functionality
method.
Any thoughts on how I would do this thanks
Comments
<?php // grab
- Pavan Keshavamurthy
http://grahana.net/
- Pavan Keshavamurthy
http://grahana.net/
thanks
works great thanks.
but you forgot the two closing brackets }} at the end. ;-)