XF 1.2 Remove "view background image"

thunderup

Active member
I have a full size image as the background to my forum and I was wondering how I would need to code it in place so that the "view background image" option doesn't come up when left clicking on it (if it is possible)
 
I'm not sure what "view background image" option you are talking about.

If I'm not wrong, toodlez should have said 'Right-click' instead of 'Left-click'. He is talking about the drop down option on the context menu. This can be done through JavaScript. The below links can point you to the right way:

http://www.codeproject.com/Articles/662249/Creating-a-custom-context-menu-using-jQuery

http://stackoverflow.com/questions/4495626/making-custom-right-click-context-menus-for-my-web-app
 
Top Bottom