Is there a Drupal bridge to post my Drupal logons into Noah's Classified's so my client logon only once? Noah only has Joomla and Wordpress bridges so far. (I'm still on the fence between Joomla and Drupal, but I like the Drupal Marinelli theme.)
I would like to remove a link"content management" > "create content" > "myspecificcontentype" when the user is logged in as administrator.
The reason I want to do this is because changing permissions to remove this link also disables functionality I need. In essence I want to remove the link from the administration menu (and from the create content page (node/add) also.
Anyone an idea on how to do this. I've been googling for houres but I can't seem to find anything to this.
I am trying to import data and image files that represent products into a Drupal and UberCart database but I am struggling to see how the tables representing products are associated with the 'file' table which stores the links to files on the server.
I'm new to Drupal but I know PHP/MySQL development quite well.
I have created two content types: Category and Clients
Every client is related to a category, so I have defined Category as a taxonomy item and used the NAT module to link it with the Clients content type.
That works fine, I can create both categories and clients without issues.
I'd like to create a view show the clients for each category (category title and then client list underneath) without to have to change my view settings if a category is added or deleted.