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.
hello everyone
I'm redesigning this website www.semioticamente.it/versus and I cannot figure how to reduce the width of the searchbox of the trip_search module... I'm using the pushbutton_phptemplate. it isn't in the css nor in the template files, right? what should I change?
i just did an awful lot development on a new site.
Today I tried it out with IE (usually I use firefox).
I edited the content with TinyMCE.
When I look at the content with IE i see lines such as this: <!--[if !supportEmptyParas]--> <!--[endif]-->
or this: <!--[if !supportLists]-->· <!--[endif]-->
I use the Spreadfirefox theme (modified).
I could really use some help with this. Where do I look to make this work correctly.
I am a n00b to Drupal, and not a PHP programmer (yet). I just installed Drupal, and love it, and I really would like to have Taxonomy images appear with my stories. I have installed the Taxonomy_Image module, but I lack the PHP skills to get the module running with the Savefirefox theme that I installed.
The installation instructions say that you have to add a call taxonomy_image_display() to the theme you are using. I really want to use the module, but I have no idea how to add the call in for this module.
I just wanted to add a 'hack' in to "page.tpl.php" whereby an "if" starement would be placed which would be the conditional to print out the code for Adsense...
So this if statement would let the code be printed IF:
- User is not an admin i.e. user id "1"
- The page is not an error page
- The page is not a registration page or a user login page
- The page is not an "add content" page
- the page is not an admin page/settings page or a users page
I got everything I need working in drupal except for repeating events. When I assign a repetition schedule to them, the event is prefixed with [R], as it should be, but it isn't showing up on any day except the original assigned date. What am I doing wrong?