Multi detail page

Re: [Maurice] Multi detail page

By Jason - April 12, 2011

Hi Maurice,

I'm not sure I understand the problem you're running into. Do you mean you need to format the front end of your website so that it can be displayed on mobile devices (ie iPads, iPhones, cell phone, etc)?

If you could provide some more detail about the kinds of issues you're encountering, we may be able to make some suggestions.

Thanks
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Multi detail page

By Maurice - April 13, 2011

Oke let me rephrase it.

for each Multi section u need a Viewer Urls list.page and a detail.page

the list.page i can make as many as i want without any problems.

but the detail.page only one lets say I have a desktop website with lots of data that needs to be put in tables.
but i want different sizes and pages for my iPad and mobile phones that means i need to point to multiple Viewer Urls detail.pages for the best result.

also when i create a back-end (not cmsb backend) with the membership plugin most of the time i need a different look and feel css ain't always the sollution.

so I need a great brilliant idea for this big problem.

Hope it helps.

Greetz Maurice
-------------------------------------------

Dropmonkey.nl

Re: [Maurice] Multi detail page

By Jason - April 13, 2011

Hi Maurice,

You can definitely have more than one detail page. If you have multiple list pages, each one could link to a different detail page by manually creating your links instead of using the ['_link'] field.

For example, instead of using this:
<a href="<?php echo $record['_link'];?>">My Link</a>

You could use:
<a href="myDetailPage.php?num=<?php echo $record['num'];?>">My Link</a>

As for your custom backend, you can design your template however you like using HTML and CSS. As long as you're able to connect to CMS Builder on that page, you'll be able to access the website membership plugin.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Multi detail page

By Maurice - April 13, 2011

thats cool ill give it a try,
-------------------------------------------

Dropmonkey.nl