OwnThatPage is a simple module by Fox to allow owning (changing the permission) of certain system paths or removing them completely.
It provides 2 text areas
Paths: The path textarea accepts paths and permissions pairs, one per line. The permission is not required, and when left off will remove the path. Careful with this; for example if you remove node/add, and it is in a menu, all menu items will appear on a level above where they original were.
Permissions:Allows new permissions to be created dynamically; they are normal permissions and thus can be assigned just like other permissions.
An example, and the default configuration, is for changing the node and node/add paths' permissions to administer nodes for sites that don't have public users and who are not using /node as the front page.
node/add,administer nodes
node,administer nodes
New
* can be used for paths like with block visibility, woohooo! Wanna get rid of all your admin/settings but ownthatpage?
admin/settings/ownthatpage,do not own that page
admin/settings/*
This is a grunge Drupal theme in series of Admire_ Drupal themes by Worthapost.com. Its a high quality pure grunge theme that is incredibly stable in dynamic background images in different browsers.
Features:
Drop-down menu.
Flexible width of content regions to adjust width depending on side blocks.
Top bar with secondary links and Login/Register links. These links are well configured yhey will change into My Account | Sign out if user is logged in. They are also compatible to adjust links if alias are made for login and register links.
RSS image links on Top bar. You can set external feed URL like feedburner.
Different block regions have different styles to give your website a great appearance.
This module is a small utility we created while working on www.defaqto.com to allow us to easily parse non-standard XML documents (the sort we were getting) in to a PHP array so we could then manipulate the data more easily.
Thanks to tayzlor for laying the ground-work for this module (discovering the class, etc.) - I just wrapped it in some PHP functions to make it more usable within Drupal.
Drupal 7
At this time I am not really intending to roll a D7 release of this module, because Feeds + XPath is probably flexible enough to achieve what XML Parser achieves, and muddying the waters with further modules achieving the same functionality is not generally helpful for the community. I remain open-minded about this, and there is a preliminary D7 patch here: #953930: Port the XML Parser module to D7