I have some experience with Drupal and I want to setup a Travel Blog website.
While I'm traveling and mostly offline, I want to be able to write daily postings.
Followers may post comments to earlier postings on the live Blog.
When I'm connected, these need to be synced.
I assume that I'll need a local (WAMP) development copy of my Drupal site on which I can write these daily postings.
Which is the best mechanism to sync (local postings to live, live comments to local) the two?
(I'll be traveling with a Windows laptop)
This is probably a simple question with a stupid answer, but I've tried all the obvious (at least to me) solutions and it hasn't worked yet: How do I pass an entity reference in a menu link?
New in forum, know PHP OOP, but new with Drupal (7).
I want to create page where nodes will be image + full text body. Title page will be displayed like a grid/gallery of images by newest post, node itself opened in overly popup. Similar to Instagram web interface.
On top I would like to add search field, which will search by full body text. Dynamically or with refresh.
To make a grid I could use Views, for search standard search module. However, how can I make that after search I would pass results to the same initial Page?
I am new to Drupal and creating a solution for my company where we use SSO (SAML protocol) and also a role based setup.
From what I know, we will need to configure simpleSAMLphp module to allow SSO. RSA (IdP) will perform the authentication and send attributes to our Drupal site.
Post authentication, how is the authorisation performed i.e. a certain user can only perform certain duties based on their role?