Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have looked high and low on drupal.org and through documentation trying to find the answer to this question. I haven't looked at the php yet, because I'm not familiar enough to recognize it. This is about the default blog module with drupal 5.
Is there a way to let anonymous viewers see Blog entries (and listings) via a permission change? Or is the nature of a blog node meant to be specific for that user, and I would be better off creating a "Blog Category" that would fill the role?
I am wondering what am I doing wrong with tables if I do this
table border="1"
I will end up with outside frame but single cells are without frame at all it will look like the Technical data on this page http://www.jetpropulsion.com.au/?q=node/8
can anyone explane to me what is going on and most importantly how to fix it???
Hi
I would like to have a front page with my own posts (a blog), but without the line "Submitted by...". I would like to have this line in posts by other authors though, or, in other blogs. I also want to take away the link under the post, marked "XX:s blog". Is this possible?
Hi!
I find Drupal a top challenge.
I guess I want the same as many other: I just want to create a web site with a couple of subpages, and have a blog where I can put some news. At this first stage I dont even want anyone else to be able to log in. I went into "user settings" and enabled only adminstrator to create a new accont. It worked, but still the visitor can enter his/her e-mail adress and have some letter sent. How do I disable also this?
I don't seem to be able to create custom node types via a custom module (not CCK) and have it appear under /admin/content/types.
What are the minimum requirements in terms of functions? The table "node_mymodule" gets created and an entry in the "node_types" table appears as well...so that's all working, but nothing appears in the content type list.