I see 13 hits from my own server address. I am using a VPS. Is it normal to have visit from my own server IP? Maybe I have not observed in past. The last hit I see it accessed wysiwyg_theme/seven. Is it normal or my site is running any malicious code?
So, i need to edit a Views block to make it unreachable trought keyboard navigation / tab focus. What came first to my mind was adding an attribute (tabindex=-1) to its first div or the anchors/buttons inside ( html4 do not support tabindex on divs), making this change directly to the html. Its possible? Would love some advice on this.
I'm working on a project where users vote other users using the Flag module. Each user has a department term reference field. I would like to stop a user from flagging another user if they have the same department. Is it possible? Please help! Thanks in advanced!