Hello,

I have a thumb gallery and I would like that the mobile user can see it without images or with more small images.

I can create a view to work only for the mobi user with the same content? I'm playing changing the access in my view but I can't get a custom view for mobile.

I'm using the modules views, views bonus, cck, imagecache, imagefield, taxonomy access and accessibility and all look fine but I can't get the view without images.

Thanks in advance

Comments

jabba_29’s picture

Assigned: Unassigned » jabba_29

I haven't used the module with views -
I know there is also an open issue with caching.

Anyhow, I think that the problem maybe to do with the order that the modules are called.
Having said that, the accessibility module should override the 'device type' anyway.

i.e. if you are using a PC browser, then even if you set the role it won't set the 'mobi' role.
I don't know why the page shows the view twice. I would have to check that module:

however I haven't got the older drupal on my PC and my development of this module has
sort of stopped for the time being (time constraints and general interest in the module).

I have made a 'mobi' theme for Drupal v6 - that effectively does the same sort of thing(splits content/serves different content types) - perhaps this type of thing could be used with views.

Sorry couldn't really be more helpful than this at this stage.
Please don't hesitate to ask anything else,
I will try to help as much as possible.

RAFA3L’s picture

Thanks for your response,

After a lot of time dealing with roles, views and accessibiilty I take a solomonic decision.

The mobi theme work perfect with the grid view (even with css) but I must hardcoded all the primary links in the mobi theme, so now I force the user to go to the custom view gallery with more small images and only 10 per page.

I don't know why the view grid don't recognize the mobi role from any device. The view have only checked the mobi role. I create a test user with the mobi role and work fine when is loged from PC or a Device, but the "auto role" is not recognized.

Thanks, my gallery look beautyfull using accessibility and mobi theme!

jabba_29’s picture

Status: Active » Closed (fixed)

12 weeks and no further developments.
Closing.