Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
I'm trying to track down a bug handling revisions in book nodes. The book module makes reference to a node->revision (as opposed to node->revisions) field. This boolean field gets set by a checkbox in the adminstrative page for a book node. However, I can't find any indication of that revision field in the database. So I can't figure out how its state is maintained across invocations. Any pointers appreciated.
(1) I can activate it @ Admin > Modules
(2) Edit the "Reviews" menu @ Admin > Menus
(3) Change some end-user view settings for Review @ Admin > Settings > Review
But where do you add reviews?
I would have thought @ Create Content > Reviews? But it doesn't exisit....
I know there has been discussion of overhauling the core for this, but there is a simple way to help declutter the pages: have all content submission modules contain role level permissions. I like having modules like sidecontent, excerpt, and node privacy to help editors display content better, but regular users don't need to, and in some cases shouldn't see this. If all these modules had a hook into permissions so that admin could set who can access these features, it would help declutter for regular users.
Hello! I have searched everywhere to try to find out how to download modules from CVS. In the past I have just gone through ViewCVS and copied/pasted the code... but now I need to download a module in its entirety (fckeditor).
Can somebody please tell me how to do this? Using shell or ftp or viewcvs or whatever works? If shell please give a precise example.
And please, no "if you don't already know then you shouldn't download from CVS" comments. I'm pretty capable, I just don't know how to do this one thing, as I am a learn-as-i-go type of gal.
I have installed the internationalisation module on my site, following every step to detail on a fresh Drupal 4,5.2. It gave some errors in the beginning, but I patched it using CVS and it's now working without any apparent errors.
However, when I got to the site, I get an error on the front page saying 'Site not found'. In my log in admin, I see '404 error: nb-NO/node not found.'. nb-NO is my second installed language and the language pack works fine. However, there is no method of switching between the two languages either in admin or on the website.