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.
How to show on some views of categories of taxonomies only thumbnail of image and on some full image ? Images i have in image.module
As fare as i been studding documentation, i need to some how override function that is displaying teaser from image module in phptemplate, but its beyond my coding possibilities. Please help
If i will have it on screen, im going to define special theme for the taxonomies via taxonomy_theme module but its for whole category so maybe there is simple switch to make it only for whole category?
This is a bit odd. I had to relocate one of my sites that run on Drupal to a different MySQL server. I exported all of the database tables for the site using MySQL. I then did a dump onto the new MySQL server of the tables. I've done this before, so I'm pretty sure I know what I'm doing.
When I try to open any Drupal generated web site all that I get is this:
After pulling my hair out for a couple of days, like lots of people seem to, I've finally got Fckeditor's file browser/upload to work, with help from this:
The only trouble now is that the images I upload don't work. Filesize checks as exactly the same size as the originals, but the files are somehow getting corrupted on their way to the remote server. I tried moving them back to my local machine but nothing will open them.
The weird thing is that flash files upload just fine.
I created menu items linked to my pages. Ok with that.
I created blocks using the following code to display them according to a_certain_role of connected user:
I've installed flexinode (including executing the sql commands) but when I navigate to admin/settings/flexinode I get the following errors. I've searched for info but can't find anything specific other than it might be a PHP5 issue.
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/virtual/public_html/modules/flexinode.module on line 785.
warning: implode() [function.implode]: Bad arguments. in /home/virtual/public_html/modules/flexinode.module on line 110.
Hi,
I'd like to create a front page that has a customized top part, and then the bottom part would have the new postings sent to it. An example of it is shown on the Drupal.org home page. How do I create that type of home/front page?