I've just recently begun to explore Drupal and been really impressed by the functionaility. There are plenty of features that I have been hoping to one day find in phpwebsite. It looks like development is moving faster with Drupal, too. So, I am considering converting across to Drupal if it is not too onerous a task.
The most important elements of the site I would need to convert are announcements with associated categories.
Has anyone done this before? Got any ideas? (I am using phpwebsite 0.9.3-4).
I am trying to use internal page links for a page that is quite long.
When I do <a name="name">name</a> to give a reference to where the link should go.
Then at the top give call that link. <a href="#name">go to name</a>.
It takes me back to the main page when I click "go to name". The strange part is the URL for when it takes me back to the main page ends in /#name.
Anyone have any ideas? This normally works just fine for me in normal html. That is with using full html.
Hello all! We are a new foundation with a small team of volunteers (9 persons).. have our website online already (http://www.club-enjoy.nl) but we like to migrate to Drupal.. Who could help us with that?
I'm just trying to convert my website (http://filecache.de) to Drupal.
I don't need a variables, but if I don't use all, just seeing the following errors:
I am considering to use drupal for a small community portal. I want to have content items which are visible to everybody, and I want to have content Items which should only be visible to members and are thus private.
Is there a way to add a public/private checkbox to every content item or something similar?
I don't even need a complex user-group system, only a flag to toggle private/public
Drupal is amazing, but useless to me, if there is no option to achieve this or something similar. :(
I'm looking to customize Drupal to run my online advice column at www.frolic.org. The format is question and answer. Users submit questions and then I answer them weekly, and they are published as such weekly.
Right now I have an application that logs questions and answers seperately in a SQL database. In this way, I can answer commonly answered questions, and only publish new and different questions and answers.