Building a store for a client. Stoee has products. I'm trying to change visual layout of thes products.
I'm trying to do a really straight forward thing to the visual layout of nodes on a drupal 4.6 installation. However, I'm also using the image module, as I need images in my 'product' nodes. Where can I change what {content} is generated in in the following code block. (I'm using xtemplate in a theme)
I'm making a site with no users except admin, how do I make a page that only the admin can log into? Like in joomla you have www.site.com/administrator so no need for a log-in field in the public site. Thanks!
I would like to replace many text-links such as "read-more", "post-comments", "reply" .... with some buttons.
Can this be done in the theme? Where would I start?