We have a drupal 8 site that's undergone various development changes this last year. Unfortunately the traffic has fallen around 50% during that time. We're looking to employ support to bring the stats back through appropriate SEO. The website is: https://www.Openhandweb.org
Please contact Chris: admin@openhandweb.org
I have a Drupal 6.33 site running with an embedded Gallery2 install with 15,000+ pieces of content. Each node body contains a review, and images are populated using the g2filter, which is a piece of code like this [G2:12345] where 12345 is the image ID. When this page is rendered, the filter displays the image and HTML code on the live site. However, in the database, it's just the G2 code as shown above.
What I need is someone to find a way to convert all instances of G2 filter code in the node body into it's actual image path with HTML.
We have an external non-Drupal site which will be providing authentication for our Drupal 7 site, via OAuth2 JWT implementation.
The user case is that an existing site has a number of registered users that need to be able to login transparently between our site and theirs. At the moment there is no requirement to share data, just SSO. The external site will be hosting a login form, as well as registration form.