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,
My aim to display a custom content type where I display a image to a user and then take their input via a radio button and then run jquery on it and give the result.
I have managed to create my custom content type using fields for the image. I am unable to create a field type and instance of the radio button.
I have a custom form. I'd like a field, that when clicked, opens up the IMCE file browser so the user can choose a file already on the server.
This functionality is already available for node fields via Filefield Sources, but I need exactly the same thing in a custom form. Is this possible? Or is there anything else similar?
Hi I'm trying to print the Comment form and a list of threaded comments into a custom template. The following code works in D6 what would the equivelent be in D7?
<?php if (function_exists('comment_render') && $node->comment) {print comment_render($node);} ?>
I have a website thats written in HTML and CSS that im happy with the layout and everything, but i want some CMS to run the back end. So i found drupal. whats the easist way to get my drupal site looking like my current site?
Hi all, I am a Newbie and this is my first message.
Does anyone know what theme was used to build this site: http://www.codemotion.it/ I really like it and I want to make something like that and I would be interested to know if it is a known theme (for free o by payment) or I have to start from scratch to build it.