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'm trying to integrate some code to insert smilies into blog posts/comments. The script asks for the "form name" and the "text name" for the field in which it should insert the code... this is where I got lost. I thought the easiest place to find it would be in my quicktags module since (I thought) the code would be similar, but I'm not seeing it.
The 'smiley pallet" launches from a button I added to quicktags.module. The actual code for the 'smilie pallet' is in /smilies/index.php.
I am running forum module on my drupal site. For some reason the topic replies do not show unless you are logged in. How can I change so unregistered visitors see the replies as well?
I want all of my users to choose a catagory when they register on my site (or later in the edit profile section) and then have that catagory automatically assigned to thier blog (all all of their posts within their blog).
This catagory will not change between blog posts, but I want to be able to browse only blogs that have it.
I am kinda new at this, and have been reading for the last couple of hours on how to apply a patch here on the drupal website. Lots of great info, but I am not geting anywhere.
I have been trying to apply a patch that I read about here: (drupal.org/node/12988)
Would anyone be able to advise me on the the steps I would need to perform to apply this patch?