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: [Solved]: Strumenti admin - avanzamento automatico  (Read 5510 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.018 seconds with 19 queries.