A-Frame Drupal integration - drupal-7

I try to do a website with drupal 7 and make a VR view of it with A-Frame.
Do you advice me to make a Theme that expose the drupal website into VR ? Or manipulate the html.tpl.php file to put a scene as the default view ?
Have you ever try to make something like that ?
Thanks

Related

Preview Theme functionality in Cakephp3

In my AppController i'm assigning the active theme like this:
$this->viewBuilder()->theme($this->Themes->active_theme());
I've created a page which shows all my themes (I'm using a json file for this), i want to add a preview theme functionality to every theme in my page just like wordpress, drupal etc.
I'm not sure how to can i temporarily load a theme using app controller for previewing purpose.
Any help on how this functionality works and how can i do it in Cakephp would save my day.
In your preview function, call $this->viewBuilder()->theme($previewTheme);? Seems pretty straight-forward, am I missing something?

Codename one, How can i achieve this User Interface?

I came across this app from google groups, They say its done with codenameone.
Does anyone have an idea how they achieved this UI. It doesnt look like the cn1 default UI.
Please see the google play store link if you can.
Playstore link
That's the default ComboBox UI when running under Android 2.x with the native theme. To see how this was styled you can open the Android 2.x native theme file from our git repository (androidTheme.res) https://github.com/codenameone/CodenameOne/tree/master/Themes

IOS 6 Splitview with Navigation controller

hope someone can help in IOS6.
I'm would like to create a master / details with out default navigation bar from IOS.
I fount coconutkit had such feature but i'm try to use standard objective-c framework such as coco
any one can help.

A document sharing and collaboration framework and integrate into drupal

I am looking for a way to create a document sharing website and integrate that into drupal. Are there any frameworks which can help me create a document sharing site? To put it simply, i am looking to create something like google docs.
Try PiratePad. Though it's only for Drupal 6 right now, you may want to help out and port it to Drupal 7. You will find the source code on Github. You can try it out at piratepad.net.
You could check out FileDepot. It is a Document Management module and it is available for D6 and D7.

How do I sync content types, taxonomy, menus among in a drupal multisite environment?

I have a drupal 7 multisite setup. For example I have site1.com and site2.com. I manually created a new content type for site1.com (let's call it 'books') and would like to sync/share it with site2.com without having to manually recreate 'books' in site2.com. How could I achieve this? Thank you very much for any feedback.
Use Features, which exports your content type to code so you can easily export it between sites.

Resources