is there any way to autosubscribe users to a newsletter when they create their accounts themselves, like some kind of template account that all users come from? also, when users create their accounts, where can i set the default permission level? Drupal has been amazing for me, it has allowed to me implement every single bit of functionality i could have dreamed for in my project.
i am new to drupal, i am using it for a site for my school, emerycentral.com. whats the best way to make sure content created by users shows up somewhere accessible to everyone? so far i have been creating a taxonomy for each node type, and terms under each (student pages versus school clubs pages) and creating a "student" menu and a "club" menu, and then forcing users to pick what type it is when they create the content.
functions I put in my template.php are not available as functions from within nodes (using the php input format).
using drupal 4.6 with php 4.3, I had no problem doing so, but now I work with 4.7/php 5 and there seem to be something different.
Was there a change in the way template.php's functions are included in the overall script?
Hi,
I'm working on theming my forum and I'm having a hard time getting the user picture to display for the first post in a given thread. I'm using the flatforum module. It seems to me that the difficults is that the first post is designated a "post" and the rest are "comments". The user pictures are displaying fine on the comments. Does anyone know how to make this happen? I have enabled user pictures in posts and comments in the theme settings section.
I'm a new user to Drupal, so forgive me if my question reveals just how much of a greenhorn I am ...
In any case, I installed the TinyMCE module soon after installng Drupal (4.7.1), and began using exclusively while I learned how to use Drupal. One thing I liked about it as I worked with it is that it seemed to auto-convert any URL I typed into it into an http link to the relevant site on the Internet.
Now, however, after about 2-3 days of relatively intense testing, I suddenly noticed that TinyMCE is no longer auto-converting URLs to links. Can anyone help me understand why this might be?