phpBB Italia chiude!
phpBB Italia ringrazia tutti gli utenti che hanno dato fiducia al nostro progetto per ben 9 anni, e che, grazie al grande lavoro fatto da tutto lo Staff (rigorosamente a titolo gratuito), hanno portato il portale a diventare il principale punto di riferimento italiano alla piattaforma phpBB.

Purtroppo, causa motivi personali, non ho più modo di gestirlo e portarlo avanti. Il forum viene ora posto in uno stato di sola lettura, nonché un archivio storico per permettere a chiunque di fruire di tutte le discussioni trattate.

Il nuovo portale di assistenza per l'Italia di phpBB diventa phpBB-Store.it, cui ringrazio per aver deciso di portare avanti questo grande progetto.

Grazie ancora,
Carlo - Amministratore di phpBB Italia

Modifica personale

Cerchi una MOD? Chiedi in questo forum.
Questa sezione è supportata dagli utenti del forum, pertanto lo Staff potrebbe non eseguire tali richieste.
Rispondi
Fabro28
Utente
Utente
Messaggi: 1
Iscritto il: 01/09/2013, 22:21
Sesso: Maschio
Versione: 3.0.11
Server: UNIX/Linux
Database: MySQL(i) 5.5.32-31.0-log

Modifica personale

Messaggio da Fabro28 » 06/09/2013, 23:39

Ho aperto un forum phpbb.

Siccome il forum è per la mia gilda stavo cercando di aggiungere un application form mod, l'installato e su prosilver funziona ma non riesco a implementarlo sul mio template (che dovrebbe essere prosilver based). in più quando vado a modificare il codice del "body" e dell application.php per modificare il form a mio piacimento mi va in crash e non funziona....

se non mi son spiegato vi posto di sequito i due file che vado a modificare :

(APPLICATION.PHP)

Codice: Seleziona tutto

<?php
/**
*
* application [English]
*
* @package language
* @copyright (c) Jim http://beta-garden.com 2009
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang = array_merge($lang, array(
	'LOGIN_APPLICATION_FORM'		=> 'You need to login before you can send out an application.',
	'APPLICATION_SUBJECT'			=> 'Application from %s',
	'APPLICATION_MESSAGE'			=> 'A new user has signed up by the application form, called [b] %1$s[/b].<br /><br />[b]Real name[/b]: %2$s<br />[b]E-mail address[/b]: %3$s<br />[b]Appling for[/b]: %4$s<br /><br />[b]Why would we choose him/her?[/b]<br /> %5$s',
	'APPLICATION_SEND'				=> 'Your application has been sent to the administrators of this board. They’ll decide whether your application is good enough and get back to you in the coming days.',
	'APPLICATION_PAGETITLE'			=> 'Application form',
	
	'APPLICATION_WELCOME_MESSAGE'	=> 'Welcome at this application form. Since we are a still growing community, we wanted to apply new members to a team position, if you feel that you’re the right person, then please fill out the form below and we might get back to you and ask you for conversion regarding this. Good luck!',
	'APPLICATION_REALNAME'			=> 'Real name',
	'APPLICATION_EMAIL'				=> 'E-mail address',
	'APPLICATION_POSITION'			=> 'Position you would like to have',
	'APPLICATION_TEAM1'				=> 'Teamname 1',
	'APPLICATION_TEAM2'				=> 'Teamname 2',
	'APPLICATION_TEAM3'				=> 'Teamname 3',
	'APPLICATION_WHY'				=> 'Why should we choose you for this position?',
));

?>      

[color=#FF4000](OVERALL_HEADER)[/color]

<!-- INCLUDE overall_header.html -->



<div class="panel">

   <div class="inner"><span class="corners-top"><span></span></span>



   <div class="content">

      

        <h2>{L_APPLICATION_PAGETITLE}</h2>

        

        <span style="font-size: 1.3em;">{L_APPLICATION_WELCOME_MESSAGE}<br /><br /><br />

       

        <form method="post" action="{PROCESS_APPFORM}" id="appform"> 

        {L_APPLICATION_REALNAME} <input type="text" name="name" /><br />
        {L_APPLICATION_POSITION}

        <select name="postion">

        <option value="{L_APPLICATION_TEAM1}">{L_APPLICATION_TEAM1}</option>

        <option value="{L_APPLICATION_TEAM2}">{L_APPLICATION_TEAM2}</option>

        <option value="{L_APPLICATION_TEAM3}">{L_APPLICATION_TEAM3}</option>

        </select>

        <br /><br />

       

        {L_APPLICATION_WHY}<br />

        <textarea rows="5" cols="50" name="why"></textarea>

        

        <br/><br/>

        

        <input type="submit" name="submit" id ="submit" value="{L_SUBMIT}" class="button1" />

       

        </span>

      

   </div>



   <span class="corners-bottom"><span></span></span></div>

</div>





<!-- INCLUDE overall_footer.html -->
grazie in anticipo e fatemi sapere se vi serve qualcos altro che vi inserisca per chiarirvi i miei problemi

Avatar utente
brunino
Moderatore
Moderatore
Messaggi: 2819
Iscritto il: 12/01/2013, 16:35
Sesso: Maschio
Versione: 3.1.2
Server: UNIX/Linux
PHP: php 5.3
Database: mysql
Località: Toscana, Firenze
Contatta:

Re: Modifica personale

Messaggio da brunino » 07/09/2013, 8:06

Se è una MOD metti il link da dove l'hai scaricata.

Il primo file che hai insreito è un file di lingua in inglese che dovrebbe trovarsi in language/en.
Il secondo è un template (non l'overall_header) ion quento lo include.
E' sempre gradito un grazie

Creo estensioni per phpBB 3.1 su misura: contattami via MP.
Mie Estensioni: Top Ten Topics | Ban List | Topic List
Visita il mio forum di test e sviluppo stili e estensioni phpBB 3.1

Angolo
Leader Traduttori
Leader Traduttori
Messaggi: 7237
Iscritto il: 11/03/2011, 17:37
Sesso: Maschio
Versione: 3.0.12
Server: UNIX/Linux
PHP: 5.6.18
Database: MySQL 5.6.33-log
Contatta:

Re: Modifica personale

Messaggio da Angolo » 07/09/2013, 10:32

Facciamo attenzione, ai titoli che diamo, a dove apriamo gli argomenti, all'uso del tag code. In breve, cerchiamo di leggere il regolamento. Sposto.

Rispondi

Torna a “Richiesta MOD”

Chi c’è in linea

Visitano il forum: Nessuno e 29 ospiti