This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Where's Gallery in Image Module in 4.7?

Quick question: does the gallery functionality exist for the image module in 4.7?

Documentation kinda hints that it exists, and a lot of image module support issues discuss the gallery, but I've been unable to uncover the functionality.

Any help would be appreciated. Thanks

theming a 4.7 form in a table???

Hey all, I'm having some problems displaying a form in a table... I've searched the forum but didn't find
something that could really help me out.

The code is contained within a module called top_menu.module which displays a form with a select drop down
item and a submit button (when I select a certain category in the drop down and click submit, I get redirected to
the category's page)

My form code is.. In this code I've tried using the #prefix and #suffix fields for the form items.. But I dont get
a lot of control in the way I can costumize the layout..

Can anyone give me a quick snippet of how I can do this more neatly ?? or any advice/ suggestions?? Would I need to
implement my own theme_myform($form) {...} function??
thanks in advance.. here is my code:

<?php
function top_menu_form($edit = null) {

$categories = top_menu_categories();

$form['category'] = array('#type' => 'select', '#title' => t('Our Categories'),'#required' => FALSE,
'#default_value' => '', '#options' => $categories, '#weight' => 1,
'#prefix' => '

' );

$form['submit'] = array('#type' => 'submit', '#value' => t('View Category'), '#submit' => TRUE,
'#weight' => 3, '#prefix' => '

', '#suffix' => ' ', '#suffix' => '

' );

Aggregator2

I just noticed that there was a new version of Aggregator2 released & was wondering how one could upgrade their current Agg2 module.
Download latest release (cvs, 20/07/2006 - 04:31, 36.94 KB)
sorry if this seems like an ignorant question, but there doesn't seem to be anything in the documentation or forums discussing this.
cheers,
c

modules not working

I upgraded this thing earlier today and it screwed everything up and now I cant even log in, does anyone know what the deal is with this 4.7.0 version? I used fantastico to upgrade. From my perspective drupal really sucks but at least the old version was technically working, now I nor anyone else can even log in and the site is littered with errors, does anyone have any ideas? Any help would be appreciated. My site is www.filmportal.com

Thanks-

having problems connecting to another db within php snippet

OK I imagine this has security issues and plus it's not working. I'm wanting to pull info from a different db and display it within a block. Something must be wrong with my db_connect call bc it's not connecting to the other db. Am I going about this the right way? Help!

OG Installed and Configured, but everyone sees Posts

I have not been able to locate a solution to this issue in searching the site. I made a request for support on this but no one has answered and I need to try and move forward if possible.

I have installed the 4.7.0 og.module in 4.7.2 Drupal Site. Enabled og and og_basic in modules. Enabled og in admin>>settings>>og. Under admin>>settings>>og I set visability "chosen by author using checkbox -- default to private".

attachments and comments disabled in admin>>settings>>content_type>>groups

Created a group.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions