I have set up the ecommerce module for use with one of my drupal installations but I would like to change something.
If possible, I would like to change the text that reads 'admins store' next to the 'add to cart button' to something like 'my domain name' but keep the admin account as it is for use with blogs, stories etc.
I am developing a module that wants to make a link to a page which lists all nodes by type and/or taxonomy term. E.g. click here & go to a page with all blog entries which have been categorized against the term "myterm". I'd like to integrate w/ an existing module that already does this.
To my surprise, I cannot find one. Is there not an existing "node finder" module that lets users select from dropdowns the type &/or taxonomy terms, then renders a page of matching nodes?
I made a change to flexinode.module adding in "edit all $ctype->name content" and modifying flexinode_access() so that when flexinode is a wiki page, anyone with this permission can edit it as opposed to just the creator of the page.