Is there a module to hide or scramble node address in the browser? Instead of showing drupal.org/node/add/forum/22 it shows drupal.org/a@fk29!k3jfklwekfeo that's always changing?
Im running a gamingclan (community) on www.luvclan.eu (drupal 7).
I have created a view wich shows the twitch stream of a person whos registered to my website and has the role twitchstreamer.
So everytime one of them starting to stream their stream is displayed on the homepage of my website (all working fine).
Now i want to create a carousel kind of option to display the streamers, but i cant find any module that allows me to display that view.
Is there an working solution to create on?.
is there any support forum for Drupal Commerce or more specifically the shipping options? As I am trying to work them out and set the shipping as I want, but it seems a highly convoluted not to mention a complicated system! But possible I am just trying to work it out!
Hi Guys, I'm developing a module for live event (just for the context).For subscribers, I need to assign them in a role.
I need to develop an administration tools to assign a specific role to a list of users.
My schedule and problem is :
I have a list of email to copy/paste
I choose the Role
I submit
In my process code :
I load a user by mail
If exist -> Assign the specific role to the user
If don't, I send an email to the person to ask him create an account on the website (not implemented yet)
I have gone through a few different suggestions in similar discussions but most of those centered around initial logins and such.
What I am trying to to is update a users role (add or remove, preferably add) when the click a scripted button on the page itself. The reason for this is I am using the Rules module to redirect to a page where a "notice" is being displayed. The user will need to acknowledge this notice and then continue on their merry way.