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 updated my Drupal from 4.5 to 4.7.2
Now I also need to update the image module.
I have executed "update-image.php" script but it has a problem:
I must set the "default image path", a subdirectory in "files" directory.
So I move my old image dir (/gallerie) from "immagini" directory in "files" directory.
The actual situation is: /files/gallerie with permissions set on 775.
When I choose the "Default image path" as "/gallerie" or "gallerie", I obtain this problem:
i have 4.7.2 running and tried the latest video module but got the following error message
Fatal error: Call to undefined function: image_prepare() in /home/.gino/radiofranky/babymusica.com/modules/video/plugins/video_image/video_image.module on line 70
I was wondering, if it is possible to use the RTE TinyMCE in conjuction with the LiquidWiki module.
It seems to me, that the problem is the 'input type', that is for wiki pages of type 'LiquidWiki' and for TinyMCE it has to be 'Full HTML'.
This is not really an issue, but it would be interesting, as the wiki syntax is indeed an simplified version to generate HTML styling, but the RTE is still the most userfriendly (at least for endusers).
BTW: TOC generation is not yet implemented, isn't it ? Else the the module rocks as drupal : )
if i have both pages and blocks and blocks provided by "views" in the same page area (center).
how can i sort them? i mean how can i rule which one of them gonna go first .
i want, for ex.:
1.page1 teaser
2.block (php)
3.block
4.page3
.....
etc.