I want to keep anonymous users (anyone who hasn't logged in) from viewing my site content, but setting the "anonymous user" group to not having "access content" causes the index.php page to come up 404. I just want people to get a nice "Welcome/please log on" screen when they get to the site. They should not be able to view content until the have authenticated (and noe of that security-by-obscurity stuff, either).
I'm testing Drupal locally -- Linux MDK 10.0, Apache 2.0.48/PHP 4.3.4, Mozilla 1.6.
Any page of my test site comes first without CSS stylesheet beeing applied.
To have it applied, I have to force a JavaScript location.reload(true).
I have "fixed" (well, I should say "workarounded") the bug who showed double replies/comments in forum.module.
Just add "/2" in interesting lines, in this way:
Is it just me, or is the text on the Queue setup screen a little confusing? Rather than talking about the number of votes a node has before it expires, it says number of points. From looking at the source this doesn't seem right.
Also ... is there any way to have a node drop out of the submission queue after a certain amount of votes, but not unpublish it?
I've been trying to get some network utilities to function through drupal. We are using drupal as an intranet site for our networking team. What I wanted to do was create a book page that does some basic network tests, the code works as a straight php page but the passthru function doesn't seem to return any values when called from inside a book page, firstly is this correct or have I made some other boo boo, secondly is it possible to get this to work. I figured it must not be allowing some commands for security purposes.
hi. (i posted this in theme development and now realize that i probably should have posted it here instead.)
i have seen some posts about theming different node types but while some of the explanations refer to the 4.3.x theme system, others that DO deal with 4.4.x don't seem to explain it in enough detail for me to get it to work.
can someone post a way to have various nodes display different attributes?