Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Can't make Selections  (Read 4705 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.017 seconds with 18 queries.