Does anyone know how I could implement a disclaimer popup window that would come up the first time a user posts something to a forum. I was thinking something like an agreement not to post content that would be offensive or hateful, where the user would have to check agree before being able to post a topic. This sounds like a job for a flexinode, but I think I tried adding a new content type that would be a sticky at top of lists and allowed that content type to be published to the forum taxonomy term but it didn't work out.
I've changed the settings so that files are transferred by drupal (private mode), which in general has been working as desired for file access control. However, now most all files (including .doc, .xls, and .zip) simply display as encrypted code instead of downloading as it did when I was running the site in public mode. --big problem. I can't beleive no one has ever been able to use uploads in private mode before. Any ideas what setting might be wrong?
after upgrading to 4.7, I´ve lost the display of all my node images because they were linked withouth the first slash.
images/...
instead of
/images/...
I thought that the best option could be to get a php script to recover the node content, search for the string, replace it and put it back into the db.
Anyone knows of one script of this kind posted before at drupal.org? Thanks in advance!