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

"n/a" showing instead of field value - input filter is the reason?

I created a new node type that has custom fields, and then I made the whole node to have only one selection for the input format, cos I don't know how to make it work so than two textareas could have separate input formats - it only saves the other one..

Anyway, the problem is that when I save the node in default input format, it displays right - but when I change the node input format to BBCode (which is disabled for the anonymous users so people can't use it in comments), then all the other fields than body are printing out as "n/a" instead of the whole field value.

Show only Login Page in Default Front Page (Urgent)

I need to display only login page in the front page . Till now i have login page in the right menu and i have almost all the module that is needed for me. The one task remaining is that i have to show the tasks i have finished only after login.

Could u plz help me because i am running out of time.

Yubaraj

How do i pass $arg to tabbed views

sure i am missing something.. but seems pretty clear...

i have 2 page views meant to be shown as tabs; both require a nid to be passed as an argument

before tabbing i have this:

view 1 - product/listing
view 2 - product/review

both of these work correctly when i add a nid to the end of the url (e.g. product/listing/151)

now, when i set these up as menu tabs ("listing" as default tab) - it displays the default view correctly and shows the 2 tabs

tiny PHP code issue in module modification

Hi,

Hopefully this will be a super easy fix for PHP people. I am modifying the blogger module to display the results in div containers instead of a table. I am having one little issue that creates an error.

This is the original line:

$block_content .= "<td>". l($showdata, "blog/$data->uid"). "</td>";

I would like to change it to:

$block_content .= "<div class="blogger-name">". l($showdata, "blog/$data->uid"). "</div>";

User page customization

Hello,

Newspaper website looking to use Drupal to create community site.

I've created a user profile for one of our columnists and now I'd like to have the user page display a) recent blog posts, b) recent 5 podcasts and c) recent posts to her "Shopping" related forum and d) links to her "Shopping" group. Can anyone lead me in the right direction towards developing this? I havent' a clue yet.

Thanks in advance.

Display mistake in using panel module

I am using the default theme of Drupal V5 RC2. I generated a page using the 'Two column stacked' layout.

top
left right
bottom

The problem is, the content added to the right column always display in left column. I am not sure whether this is a bug.

Any suggestion? Thanks.

Pages

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