Disable or Alter Panels Layouts for a Mobile Theme

I am creating a mobile theme for my site (Drupal 6.2x) that mobile devices will use instead of the normal theme (Acquia-Prosper on top of Fusion Core). I have run into a snag with the multi column panel pages. I can't figure out how to stop them from displaying in multiple columns. I would guess that other people have had/are having this problem as well but my searches so far are not finding what I need.

Displaying Taxonomy Jusing Using Views!!

Hello,

I am new to the Drupal forum and so i am sorry if i have posted in the wrong category or anything but i know when i was searching to find how to display taxonomy with a view i couldn't really find anything that just used the view and in all the forum posts people where commenting on how it cannot be done just using a view. It had to be done all using templates and php and I'm not too good at the php side of things and after hours of playing around with everything i finally cracked it so i hope this helps.

I was developing a website for a customer and what they wanted was each level of taxonomy to link to the next which i know what you saying Drupal taxonomy does this as standard. My issue was the customer wanted a button as well as the link to the category.

So what they wanted was the first level of taxonomy in the menu on the left hand side of the website so then when you click on the 1st level it displayed the second level in the page and when clicking on the 2nd level took you to the 3rd and so on then to display the products.

So this is how it is done just using a view and 1 php argument!!!!

Step 1

Go to site building and click on views.

Step 2

Create a view and before you save the view if you make sure instead of node being selected if you select term - this will create a taxonomy based view for you.

Step 3

Problem with new filefield content refered to 'video upload'

Hello
I created a new type content on drupal 6, it is for video and text content. I had installed 'video' module with zencoder and amazon s3, all it are ok. I can create a file field 'video upload' and configure it, but when i try to create a 'new content' the field didn't appeard, i can't see it, so i can't upload any video :(.

Adding New Field to A Group is Not Saving changes - cck

Drupal 6:

I create new fields and I'm trying to add them to an existing group. I'm able to drag the new fields into the group but when I save the fields are not retain in the group. What can be causing the form to not retain the fields in the group. I change order of other fields and when I save the changes are retain.

Thank you in advance

Set taxonomy field default value with form alter hook, and Localize terms

I have a custom module, and i try to set default value for a taxonomy field in node form.
I use form alter hook.

$form['taxonomy'][18]["#default_value"][0] = arg(3);

It works except when the vocabulary translation mode is "Localize terms".

When creating new role, regardless of permissions, they keep seeing nothing and viewing logged out message

Using version 6.19. The pre-existing roles when I inherited this site work just fine, but when I add a new role and add permissions any account assigned this role is unable to view anything and it shows the logged out message when they log in. All of the menus, blocks, content, etc. is not visible to them.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x