The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Specific No Image Drag

3 posters

Go down

Specific No Image Drag Empty Specific No Image Drag

Post by FineryWorkshop Sun Mar 01 2015, 00:05

How do I make it where you can't drag images in only the forum? I tried adding this to template: style="pointer-events:none;" in points of the template, but it doesn't work and I also tried just adding to the template:

Code:
<style>
[size=13].post .content img{pointer-events: none;}[/size]
[size=13]</style>[/size]


I just want the drag to work in the forums, not everywhere Smile (I really need the drag to still work in the PMs)
FineryWorkshop
FineryWorkshop
Forumember

Female Posts : 48
Reputation : 1
Language : English
Location : USA

http://NOTREADY.forumotion.com

Back to top Go down

Specific No Image Drag Empty Re: Specific No Image Drag

Post by Fierce Star Sun Mar 01 2015, 00:15

So you don't want any images to be draggable in posts only, correct?
If your forum version is phpBB3 like your post profile says, try adding this to your CSS (ACP -> Display -> Pictures and Colors -> Colors -> CSS Stylesheet):
Code:
.post .postbody img {
pointer-events: none;
}
avatar
Fierce Star
Forumember

Male Posts : 110
Reputation : 17
Language : English
Location : United States

http://inactivesite.onlyhelpwithothersnow.com

Back to top Go down

Specific No Image Drag Empty Re: Specific No Image Drag

Post by FineryWorkshop Sun Mar 01 2015, 00:24

Fierce Star wrote:So you don't want any images to be draggable in posts only, correct?
If your forum version is phpBB3 like your post profile says, try adding this to your CSS (ACP -> Display -> Pictures and Colors -> Colors -> CSS Stylesheet):
Code:
.post .postbody img {
pointer-events: none;
}
It is, but I still can't drag on PMs :c
FineryWorkshop
FineryWorkshop
Forumember

Female Posts : 48
Reputation : 1
Language : English
Location : USA

http://NOTREADY.forumotion.com

Back to top Go down

Specific No Image Drag Empty Re: Specific No Image Drag

Post by _Twisted_Mods_ Wed Mar 11 2015, 16:11

try adding this

Code:
form .post .postbody img {
pointer-events: unset!important;
}
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum