Anyone out there thinking/working on an auction module? I am thinking along the lines of a module that would create a new node type (auction item) that people could post, and recieve offers on. These nodes would be grouped into lists based on taxonomy.
A seller/buyer ranking system would be icing on the cake. I'd do it, butI can't program my way out of a paper bag.
How would I setup Drupal to run 5 news/articles sites.
The main one #1 - will have all types of marketing articles - is there a way of displaying this on the other four web sites - so these articles appear in the template of which ever site you view them from.
And would I need a seperate setup of Drupal on each site to run that site specific content.
or is there some way of setting up the 5 sites and as blogs or articles are added I can specify which domain to display them (including category).
taxonomy_dhtml is displaying the nodes which are not approved yet.
If a user submits a node and it is waiting admin approval, it is still shown under taxonomy_dhtml menu.
I am developing a site in Croatian language, and our language uses many accent characters.
UTF-8 encoding suits it just fine (also does ISO 8859-2), yet I am experiencing a small problem.
When page loads and user is not logged on, special chars are displayed as garbage.
User logs in, characters are displayed properly.
HR is the default language in conf.inc, charset in page head UTF, and the attributes in the following line in head section are set to HR:
html xmlns="http://www.w3.org/1999/xhtml" lang="hr" xml:lang="hr"