I'm currently using pMachine Pro for IdolBlog and have been really happy with it except for a few things:
* The forum is far too basic (hard to navigate, no editing of comments, can't assign forum moderators, hard to search comments, no sticky topics or emoticons)
* No integrated: polls, image galleries (with comments)
I want to use pjirc on my site. It works when I directly link to it (e.g. http://mysite.com/misc/irc/applet.html) but it doesn't work when I include it in Drupal with a static page and the phpcommand include('/misc/irc/applet.html'). The applet loads, but, apparently, the applet class is not found.
Can anybody tell me why including a static page in this way doesn't work?
I made a site for which I don't want any anonymous user to browse, only authenticated, so the anonymous role has no permission at all.
But with these settings, index.php generates a 404:node not found(the log is full of them) page before outputing the login form as a left block and site mission as center block. (tweaked interlaced theme to force site mission there...)
I've installed Drupal and am now trying to decide on which theme to use. I don't know MySQL or PHP very well and prefer a theme which can be customized using html as much as possible. My question is which theme would you suggest?
We'd like to use Drupal to power a content aggregation site, and I've been asked to implement a workflow that I'm not sure that I can implement in Drupal. Advice would be appreciated.
We have content coming in via RSS, using the import module (as News Items). We have a two step workflow that we'd like to implement. First, an editor (or several) reads each item and either approves it or rejects it. Once they've got the day's news ready to release, the editor reviews it and approves it to go out, after which the new items become visible on the site.
I have a problem with named anchor to navigate on one page: when I state an anchor <a name="myanchor"> and then call it with <a href="#myanchor"> drupal goes to url like this: mysite.com/myanchor instead of mysite.com/node#myanchor (?). So it just redirects me to another url instead of ancor on the same page.
How can I use anchors? How to avoid this prodlem? Maybe clean urls is a problem?