Navigazione

    Privacy - Termini e condizioni
    © 2020 Search On Media Group S.r.l.
    • Registrati
    • Accedi
    • CATEGORIES
    • Discussioni
    • Non letti
    • Recenti
    • Hashtags
    • Popolare
    • Utenti
    • Stream
    • Interest
    • Categories
    1. Home
    2. son.goten
    3. Discussioni
    S

    son.goten

    @son.goten

    • Profilo
    • Chi segue 0
    • Da chi è seguito 0
    • Discussioni 11
    • Post 25
    • Migliore 0
    • Gruppi 0
    Iscrizione Ultimo Accesso
    0
    Reputazione
    25
    Post
    0
    Visite al profilo
    0
    Da chi è seguito
    0
    Chi segue
    User

    badges

    0
    Bookmarks
    0
    Voti
    0
    Ringraziamenti
    0
    Miglior risposte
    Inizia una nuova discussione
    di cosa vuoi parlare?

    Discussioni create da son.goten

    • Topic
      Post
      View
      Votazioni
      Post
      Attività
    • S

      Ma perchè la pagina fa così (si allarga a dismisura)?[PHPBB]
      Coding • • son.goten  

      7
      1322
      Visualizzazioni
      0
      Votazioni
      7
      Post

      S

      credo sia
      "mw3 (Prevent Any Layout From Being Broken)"

    • S

      Parere sito/aiuto per indicizzazione
      Help Center: consigli per il tuo progetto • • son.goten  

      3
      1185
      Visualizzazioni
      0
      Votazioni
      3
      Post

      T

      dovrai cominciare a preoccuparti quando arrivi a 40-50 utenti contemporanei che usano il forum.

      per quanto riguarda lo spazio per il database.... 50 mb erano più che sufficienti per i "primi"periodi. tra un anno o due lo puoi ampliare.

      supperggiù 10.000 messaggi stai sui 15 mb (prendi MOLTO con le pinze questi dati).

    • S

      Evitare che la finestra si allarghi nei post
      Coding • • son.goten  

      2
      1032
      Visualizzazioni
      0
      Votazioni
      2
      Post

      P

      @Son Goten said:

      Come da topic, come faccio ad evitare, con phpbb, ogni tanto capita che la finestra del forum si allarghi a dismisura in determinati post (ad esempio quelli in cui l'ultima lettera viene ripetuta più volte); sfalsando tutta la grafica?

      se può servirvi vi do l'url del forum http://www.juvefans.org/forummmm... spesso capita con le immagini... ma con il testo non dovrebbe succedere: il forum phpbb usa la funzione wordwrap ( http://it2.php.net/manual/it/function.wordwrap.php ) che divide le paroli più lunghe di un determinato numero di caratteri... prova a chiedere nel forum di phpbb.it, o in quello di phpbb.com...

      Oppure aspetto giorgiotave che è anche sviluppatore nel team di phpbb..

    • S

      Prima indicizzato, poi scomparso
      News Ufficiali da Connect.gt • • son.goten  

      4
      1333
      Visualizzazioni
      0
      Votazioni
      4
      Post

      S

      Vi ringrazio

    • S

      [PhpBB]Eliminare discussioni senza perdere posts
      Coding • • son.goten  

      2
      1474
      Visualizzazioni
      0
      Votazioni
      2
      Post

      C

      no, ma puoi aggiungere il numero dei post dal database manualmente

    • S

      [PhpBB]Dimensione forum
      Coding • • son.goten  

      4
      1305
      Visualizzazioni
      0
      Votazioni
      4
      Post

      S

      overall_header.tpl

      <?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
      <meta http-equiv="Content-Style-Type" content="text/css" />
      {META_DESC}
      {NAV_LINKS}
      <title>{SITENAME} :: {PAGE_TITLE}</title>
      <link rel="stylesheet" href="templates/fisubgrey/{T_HEAD_STYLESHEET}" type="text/css" />

      <script type="text/javascript">
      <!--
      if ( {PRIVATE_MESSAGE_NEW_FLAG} )
      {
      window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
      }
      //-->
      </script>

      {GREETING_POPUP}

      </head>
      <body>
      <a name="top" id="top"></a>
      <table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
      <tr>
      <td>
      <table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
      <tr>
      <td>[url="{U_INDEX}"]</td>
      <td align="center" width="100%"></td>
      </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="2">
      <tr>
      <td align="center" class="topnav">[url="{U_FAQ}"]{L_FAQ} • [url="{U_SEARCH}"]{L_SEARCH}
      • [url="{U_MEMBERLIST}"]{L_MEMBERLIST} •
      [url="{U_GROUP_CP}"]{L_USERGROUPS} •
      [url="{U_STAFF}"]{L_STAFF}

      • [url="{U_REGISTER}"]{L_REGISTER}

      • [url="{U_PROFILE}"]{L_PROFILE} • [url="{U_PRIVATEMSGS}"]{PRIVATE_MESSAGE_INFO} • [url="{U_SHOP}"]{SHOP} • [url="{U_LOGIN_LOGOUT}"]{L_LOGIN_LOGOUT} • <a href="{U_BANK}" class="mainmenu">{BANK}</td>
      </tr>
      </table>

      <div align="center"><span class="genmed">Benvenuto {point.USERNAME}, hai : {point.POINTS} {point.NAME}</span>

      <table width="100%" border="0" cellspacing="0" cellpadding="10">
      <tr>
      <td>

      index_body.tpl

      <style type="text/css">
      <!--
      .Stile2 {
      font-family: Verdana;
      font-size: 12px;
      font-weight: bold;
      }
      -->
      </style>
      <table align="center" width="100%" cellspacing="2" cellpadding="2" border="0">

      <tr>
      <td align="left" colspan="2" class="maintitle">{L_INDEX}</td>
      </tr>
      <tr align="left">
      <td valign="bottom" class="gensmall">

      {LAST_VISIT_DATE}

      {CURRENT_TIME}

      </td>
      </tr>
      <tr>
      <td align="center" valign="bottom" class="gensmall">
      <table width="100%" align="center" cellpadding="3" cellspacing="1" border="0" class="forumline">
      <tr align="center">
      <th height="25" nowrap="nowrap" class="thCornerL" align="center">{L_FORUMS_SEARCH}</th>
      </tr>
      <tr>
      <td class="topnav" align="center">{L_FORUMS_SEARCH_EXPLAIN}</td>
      </tr>
      <form action="{U_SEARCH}" method="post">
      <tr align="center">
      <td class="catHead" align="center">
      <input type="text" name="search_keywords" value="{L_FORUMS_SEARCH}" onFocus="this.value=''" style="border-color: black;" size="50" width="500" align="center">
      <input type="submit" name="submit" value="{L_SEARCH}" accesskey="s" alt="Submit" border="0"></td>
      <input type="hidden" name="searchuser" value="">
      <input type="hidden" name="search_forum" value="-1">
      <input type="hidden" name="search_author" value="">
      <input type="hidden" name="search_time" value="0">
      <input type="hidden" name="search_cat" value="-1">
      <input type="hidden" name="sort_by" value="0">
      <input type="hidden" name="show_results" value="topics">
      <input type="hidden" name="retrun_chars" value="-1">
      </td>
      </tr>
      </form>
      </table>
      <tr>
      <td valign="bottom" class="gensmall">
      [url="{U_INDEX}"]{L_INDEX}</td>
      </tr>
      </td>
      </tr>
      </table>

      <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
      <tr>
      <th colspan="2">{L_FORUM}</th>
      <th>{L_TOPICS}</th>
      <th>{L_POSTS}</th>
      <th>{L_LASTPOST}</th>
      </tr>

      <tr>
      <td class="cat" colspan="2">[url="{catrow.U_VIEWCAT}"]{catrow.CAT_DESC}</td>
      <td class="rowpic" colspan="3"></td>
      </tr>

      <tr>
      <td class="row1" height="45"></td>
      <td class="row1" width="100%">[url="{catrow.forumrow.U_VIEWFORUM}"]{catrow.forumrow.FORUM_NAME}

      <span class="genmed">{catrow.forumrow.FORUM_DESC}

      </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
      <td class="row2" align="center"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
      <td class="row2" align="center"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
      <td class="row2" align="center" nowrap="nowrap"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
      </tr>

      </table>

      <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
      <tr>
      <td class="cat" colspan="2">[url="{U_VIEWONLINE}"]{L_WHO_IS_ONLINE}</td>
      </tr>
      <tr>
      <td width="17%" rowspan="4" align="center" valign="middle" class="row1">

      {USER_AVATAR}
      <span class="genmed">{USER_NAME}**</span>

      <span class="gensmall">{USER_NEWPOSTS}</span></p>

      <span class="gensmall">{L_ONLINE_EXPLAIN}</span></p></td>
      <td class="row1" width="83%"><span class="gensmall">{TOTAL_POSTS}

      {TOTAL_USERS}

      {NEWEST_USER}</span></td>
      </tr>

      <tr>
      <td class="row1" align="left"><p class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]

      {RECORD_USERS}

      {LOGGED_IN_USER_LIST}</p>
      </td>
      </tr>

      <tr>
      <td height="42" align="left" class="row1"><p class="gensmall">{L_WHOSBIRTHDAY_TODAY}

      {L_WHOSBIRTHDAY_WEEK}</p>
      </td>
      </tr>
      <tr>
      <td height="42" align="left" class="row1"><span class="gensmall">{L_USERS_TODAY}{L_USERS_LASTHOUR}

      {USERS_TODAY_LIST} </span></td>
      </tr>
      </table>
      </br>
      </br>

      <form method="post" action="{S_LOGIN_ACTION}">
      <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
      <tr>
      <td class="cat">{L_LOGIN_LOGOUT}</td>
      </tr>
      <tr>
      <td class="row1" align="center">
      <table border="0" cellspacing="0" cellpadding="2">
      <tr>
      <td class="gensmall">{L_USERNAME}:</td>
      <td><input class="post" type="text" name="username" size="10" /></td>
      <td class="gensmall">{L_PASSWORD}:</td>
      <td><input class="post" type="password" name="password" size="10" maxlength="32" /></td>
      <td class="gensmall">{L_AUTO_LOGIN}</td>
      <td><input class="text" type="checkbox" name="autologin" /></td>
      <td><input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /></td>
      </tr>
      </table></td>
      </tr>
      </table>
      </form>

      <table width="100%" cellspacing="2" cellpadding="2" border="0">
      <tr>
      <td height="61" class="nav">

      <span class="gensmall">[url="{U_INDEX}"]{L_INDEX}</span></p>
      <table width="503" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
      <td width="503" scope="col"><div align="center"></div></td>
      </tr>
      <tr>
      <td scope="col"><div align="center"><span class="Stile2">Vota Juvefans.org in Pubbliforum! </span></div></td>
      </tr>
      </table></td>
      </tr>
      </table>
      <table border="0" align="center" cellpadding="0" cellspacing="3">
      <tr>
      <td></td>
      <td><table border="0" align="center" cellpadding="0" cellspacing="3">
      <tr>
      <td></td>
      <td class="gensmall">{L_NEW_POSTS}</td>
      <td></td>
      <td></td>
      <td class="gensmall">{L_NO_NEW_POSTS}</td>
      <td></td>
      <td></td>
      <td class="gensmall">{L_FORUM_LOCKED}</td>
      </tr>
      </table>

      Mi potreste dire cosa devo modificare, per favore?

    • S

      Quanto costa?
      Google Ads & Advertising • • son.goten  

      4
      1761
      Visualizzazioni
      0
      Votazioni
      4
      Post

      giorgiotave

      non si spende tanto era riferito a Son Goten che ha un forum se non sbaglio

      Nei settori competitivi dopo un mese di prova lascio solo le chiavi con maggiore rendita.

    • S

      Google passa spesso nel forum ma...
      News Ufficiali da Connect.gt • • son.goten  

      8
      1693
      Visualizzazioni
      0
      Votazioni
      8
      Post

      S

      Probabilmente Giorgio si riferiva non al topic anywhere ma a quello che ti riassume gli xx ultimi topic che sono stat icreati o che hanno ricevuto una risposta. In questo modo google si ritrova i link alle discussioni posti in maniera elegante e te li indicizza.

    • S

      Juvefans.org - per i tifosi gobbi
      Help Center: consigli per il tuo progetto • • son.goten  

      5
      1850
      Visualizzazioni
      0
      Votazioni
      5
      Post

      M

      mi dispiace ma io sono di firenze
      e
      quindi............................
      FORZA VIOLA!!!!!!!1

    • S

      Host e spazio
      Coding • • son.goten  

      7
      1841
      Visualizzazioni
      0
      Votazioni
      7
      Post

      S

      Ah ok. Se fai un forum di solo testo, se non hai tantissimi visitatori 2 giga di banda ti bastano, secondo me.

    • S

      Problema con il Phpbb e altro
      CMS & Piattaforme Self-Hosted • • son.goten  

      10
      3389
      Visualizzazioni
      0
      Votazioni
      10
      Post

      sms

      fatti dare + info sul browser che usa, s.o. eccetera..

      andato un po' a caso e un po' x esclusione il problema può essere o in questo script

      <script language='JavaScript' type='text/javascript'> function checkForm&#40;&#41; &#123; formErrors = false; if &#40;document.post.message.value.length < 2&#41; &#123; formErrors = 'Devi scrivere un messaggio per inserirlo'; &#125; if &#40;formErrors&#41; &#123; alert&#40;formErrors&#41;; return false; &#125; else &#123; return true; &#125; &#125; </script>

      o nella pagina posting.php