If I want to customize the display of how taxonomy/page pages display, is the best route to hack the taxonomy module? I'd want a conditional display based on the relevant vocabulary. If it is a staff member, I'd want their bio to show up whole, followed by essentially the summary versions of their latest articles, perhaps followed then by a list, or a link to a list, of the titles of older articles. Not so very hard to write, but I'd need to know the best way to go about it.
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.