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 have recently switched to Drupal and an having some issues with adding images to blog posts.
I have the TinyMCE module which allows me to format the posts and add images but only if the image has already been uploaded - I type in the URL. This is not ideal for my needs. I would like to be able to add multiple images to a post by clicking "add image" then "browse" and uploading it.
Is there a module for this or is there some way to adjust TinyMCE (ideally) to upload images too?
Does anyone know of a module that would detect the URL and automatically break it (or better yet, wrap it in the proper markup) at UPDATE time, when the module is submitted?
Because, as a filter, htmlwrap has to go through all the data on the POST side, and that is surely one source of these performance problems.
Anyone know how to create blocks on 1+ Categories? Default Edit Taxonomy Block Drop down list does *not* allow for selection of *multiple* categories...(i.e. cannot CTL Click)
Would like Block do display recent posts of category-1 AND category2
How can I change language for module shoutbox? I created new translation Polish file into directory po and it would'n see. Of course I have installed module language and installed Polish translation.
Next questions are:
How can I fix problem with (for example Polish) characters in other language than default English on shoutbox? When I wrote word with polish chars - it return polish chars as "?". I was think that locale UTF-8 must be run properly. Why it would't run properly?
warning: call_user_func_array(): First argumented is expected to be a valid callback, 'product_add' was given in /home/themacnu/public_html/tmnv2/includes/menu.inc on line 354.
I have a list of car models that I built in my taxonomy. let's say I want users to post different node types but all related to the sames car models...
So the users can create reviews, post pictures, links, etc...
I need to create a view then to order those nodes by node type in the car model taxonomy page right?
How could I create such a view?? I ask the view to select all content that has the car model assigned as a category, and then I filter by node type... it shoulf give me what I want..