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.
Hi. I'm trying to get the wiki filter working with the image filter
[img:id]
but when I turn them both on my img shorthand gets converted to a Wiki-style make-new-page link. I've messed with the ordering of the filter execution to kingdom come, I cannot get them to work together, if I move wiki filter below img I just get preformatted pages with all node content on one line.
has anyone seen something similar? Anyone had this and figured it out? Using 4.4.1
I'm completely new to Drupal and PHP, so I am a newbie in need of some help. Right now I've got Drupal running fine and have the marvin2k theme installed that I am messing around with. I wanted to make one blog for my site, so I did that and everything works fine. My problem is that on the main page, underneath my post, right to the left of the "add new comment" link it shows "Jonah's Blog" (my username is Jonah, which is my name irl). You can see my site here.
How long does a new user account remain on the "Who's new" block? My admin account seems to have been on the list, well, ever since I installed (not upgraded to) 4.4.0 back in April. Is there a variable that sets the time limit on how long an account will be displayed on the list? If so, where is it? (It does not seem to be adjustable using the administrative interface.)
I'd like to allow a number of tags (mainly the list tags and < code > tags), but escape all others instead of strip them. Is there a way to do this? I realize that the bbcode module probably does what I need, but if there is already a mechanism to do this, I'd rather not install yet another module.
I don't know if this has already been discovered or not, but there is a bug in user.module. $edit was being continually passed to the modules, but the results were being saved in $data each time. Changes made by a module were being clobbered by the array returned by the next module. I discovered this when avatars wouldn't work, but this could potentially cause even more strange behavior. The patch below fixes the problem.