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: [Solved]: Strumenti admin - avanzamento automatico  (Read 5429 times)

0 Members and 1 Guest are viewing this topic.

mc0676

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 44
[Solved]: Strumenti admin - avanzamento automatico
« on: April 22, 2008, 10:46:00 am »

Salve,
sapete se esiste un plugin che in pratica quando eseguo le operazioni massive (es. ricreazione delle intermedie) mi faccia scorrere le pagine in modo automatico ?
« Last Edit: April 22, 2008, 08:59:04 pm by Lontano »
Logged

mc0676

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 44
Re: Strumenti admin - avanzamento automatico
« Reply #1 on: April 22, 2008, 12:17:31 pm »

OK, ce l'ho fatta da solo.
Per chi volesse farlo ...

Aprire il file /cpg/themes/tuotema/template.html

Cerca
Code: [Select]
</head>
Prima inserisci:
Code: [Select]
<script language="JavaScript">
function invio()
{
document.formstrumentiadmin.action="util.php"
document.formstrumentiadmin.submit()
}
</script>

Cerca:
Code: [Select]
<body etc etc>
Cambialo in:
Code: [Select]
<body etc etc onLoad="invio()">

Aprire il file /cpg/util.php

Cerca:
Code: [Select]
<form action="util.php" method="post">
Cambia in (PER TUTTE LE OCCORRENZE ESCLUSA LA PRIMA):
Code: [Select]
<form name="formstrumentiadmin" action="util.php" method="post">


« Last Edit: October 02, 2008, 02:45:11 pm by mc0676 »
Logged

Davide Renda

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1427
  • aka "Lontano"
    • www.daviderenda.eu
Re: [Solved]: Strumenti admin - avanzamento automatico
« Reply #2 on: April 22, 2008, 09:00:03 pm »

Questa funzionalitą esiste nel Modpack di Stramm e, a quanto mi pare di capire, farą parte del core di CPG 1.5, nel frattempo, grazie per la contribuzione!

mc0676

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 44
Re: [Solved]: Strumenti admin - avanzamento automatico
« Reply #3 on: October 02, 2008, 02:45:37 pm »

Ho ritoccato il mio post inserendo una precisazione.
Logged
Pages: [1]   Go Up
 

Page created in 0.036 seconds with 18 queries.