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.

No text select !!!! Help Pls..

+2
E-Mark
TheAK
6 posters

Go down

In progress No text select !!!! Help Pls..

Post by TheAK April 1st 2012, 1:35 pm

I need Help...
I want to add a script to my forum to prevent text selection with mouse..
Like this script here http://www.dynamicdrive.com/dynamicindex9/noselect.htm

How to do this ???
Thank you
avatar
TheAK
New Member

Posts : 21
Reputation : 1
Language : English

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by E-Mark April 1st 2012, 1:54 pm

Where you want to add this? To the whole page of your forum or just in the homepage?
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by TheAK April 1st 2012, 1:58 pm

The first idea was only for posts....but now i think " why not,i want it for the whole forum"
can u help me?
avatar
TheAK
New Member

Posts : 21
Reputation : 1
Language : English

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by TheAK April 2nd 2012, 9:37 pm

can anyone reply to me pls ?
avatar
TheAK
New Member

Posts : 21
Reputation : 1
Language : English

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by SLGray April 2nd 2012, 9:55 pm



No text select !!!! Help Pls.. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by TheAK April 3rd 2012, 11:06 am

I have done this thing of the right click....
but i want to disable the comand CTRL + C .....
How to do this?
avatar
TheAK
New Member

Posts : 21
Reputation : 1
Language : English

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by TheAK April 4th 2012, 11:55 pm

hello ...how can i disable CTRL + C Command /?
avatar
TheAK
New Member

Posts : 21
Reputation : 1
Language : English

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by Sanket April 5th 2012, 5:42 am

TheAK wrote:hello ...how can i disable CTRL + C Command /?

Modules>Javascript Codes management
Create a new javascript.
Add this code. Check the In all pages.
Code:
function keypressed() {;return false;}document.onkeydown=keypressed;// End  –>
Save.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by TheAK April 6th 2012, 8:36 am

Sanket wrote:
TheAK wrote:hello ...how can i disable CTRL + C Command /?

Modules>Javascript Codes management
Create a new javascript.
Add this code. Check the In all pages.
Code:
function keypressed() {;return false;}document.onkeydown=keypressed;// End  –>
Save.

Thanks for the script Sanket,it is great Smile
Can you find me a script that only stop CTRL + C ,because i blocks also CTRL + V ....??
avatar
TheAK
New Member

Posts : 21
Reputation : 1
Language : English

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by Sanket April 6th 2012, 11:06 am

Sorry, i tried searching but i couldn't find one which just blocks ctrl+ C.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by TheAK April 7th 2012, 8:20 am

and a script to disable text select ? can you find it ?
it will be better then disabling CTRL + C
avatar
TheAK
New Member

Posts : 21
Reputation : 1
Language : English

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by Niko April 7th 2012, 9:59 pm

Hello,

try to have a red of this search Mr. Green
And then tell me if you find something...

Friendly,

edit: This one is the right one I think
Niko
Niko
Helper
Helper

Male Posts : 3100
Reputation : 244
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by TheAK April 20th 2012, 12:55 pm

No this isnt. because i want te scripts that only blocks CTRL + C command
avatar
TheAK
New Member

Posts : 21
Reputation : 1
Language : English

Back to top Go down

In progress Re: No text select !!!! Help Pls..

Post by Jophy April 20th 2012, 1:00 pm

Sanket already answered your question.
Sanket wrote:
TheAK wrote:hello ...how can i disable CTRL + C Command /?

Modules>Javascript Codes management
Create a new javascript.
Add this code. Check the In all pages.
Code:
function keypressed() {;return false;}document.onkeydown=keypressed;// End  –>
Save.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top


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