Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Can't make Selections  (Read 5259 times)

0 Members and 1 Guest are viewing this topic.

jdbaranger

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 169
    • Accro-Photo
Can't make Selections
« on: October 19, 2003, 06:05:51 pm »

left-click text selections are disable, and i don't know how to activate this function.

Thanks

Jean-Denis
Logged
Jean-Denis

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Can't make Selections
« Reply #1 on: October 19, 2003, 09:42:23 pm »

comes with the no-right-click feature that can be turned on/off in admin config. If you want to get rid of the "no left-click marking", edit script.js and find
Code: [Select]
function disableselect(e){
return false
}

function reEnable(){
return true
}
and replace it with
Code: [Select]
function disableselect(e){
//return false
}

function reEnable(){
//return true
}
GauGau
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 15 queries.