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

[Risolto]Gallery

Supporto MODs generale.
Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Gallery

Messaggio da Haku » 10/09/2010, 12:56

Ho installato la MOD,ma guarda tu stesso...non vedo nulla,e mi da errore...

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Gallery

Messaggio da Carlo » 10/09/2010, 16:35

Forse togliendo la variabile BASE_HREF o BASE_URL (non ricordo bene) dal template overall_header.html risolvi.
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Gallery

Messaggio da Haku » 11/09/2010, 1:54

Questo è il mio overall_header,ma cosa c'entra questo file?
Ho visto all'interno del seo url gallery,che in fondo alle istruzioni ti dovrebbe generare l'htaccess,e forse devi cambiare qualcosa,ma non è molto chiaro.

Codice: Seleziona tutto

<!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}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
{SEO_BASE_HREF}

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<title>{PAGE_TITLE}<!-- IF S_IN_MCP --> &bull; {L_MCP}<!-- ELSEIF S_IN_UCP --> &bull; {L_UCP}<!-- ENDIF --></title>
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
{META_TAG}
{META}
<!-- BEGIN gym_rsslinks -->
<link rel="alternate" type="application/rss+xml" title="{gym_rsslinks.TITLE}" href="{gym_rsslinks.URL}" />
<!-- END gym_rsslinks -->

<!-- IF S_ENABLE_FEEDS -->
<link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" />
<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_TOPICS}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->

<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
<!-- MODIFICA JQUERY PHPBBCODES -->
    <style type="text/css">

    div.jGrowl {
       padding:          10px;
       z-index:          9999;
    }

    /** Special IE6 Style Positioning **/
    div.ie6 {
       position:          absolute;
    }

    div.ie6.top-right {
       right:             auto;
       bottom:          auto;
       left:             expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
         top:             expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    }

    div.ie6.top-left {
       left:             expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
       top:             expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    }

    div.ie6.bottom-right {
       left:             expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
       top:             expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    }

    div.ie6.bottom-left {
       left:             expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
       top:             expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    }

    div.ie6.center {
       left:             expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
       top:             expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
       width:             100%;
    }

    /** Normal Style Positions **/
    body > div.jGrowl {
       position:         fixed;
    }

    body > div.jGrowl.top-left {
       left:             0px;
       top:             0px;
    }

    body > div.jGrowl.top-right {
       right:             0px;
       top:             0px;
    }

    body > div.jGrowl.bottom-left {
       left:             0px;
       bottom:            0px;
    }

    body > div.jGrowl.bottom-right {
       right:             0px;
       bottom:          0px;
    }

    body > div.jGrowl.center {
       top:             0px;
       width:             50%;
       left:             25%;
    }

    /** Cross Browser Styling **/
    div.center div.jGrowl-notification, div.center div.jGrowl-closer {
       margin-left:       auto;
       margin-right:       auto;
    }

    div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
       background-color:       #000;
       color:                #fff;
       opacity:             .85;
       filter:             alpha(opacity = 85);
       zoom:                1;
       width:                235px;
       padding:             10px;
       margin-top:          5px;
       margin-bottom:          5px;
       font-family:          Tahoma, Arial, Helvetica, sans-serif;
       font-size:             12px;
       text-align:          left;
       display:             none;
       -moz-border-radius:    5px;
       -webkit-border-radius:   5px;
    }

    div.jGrowl div.jGrowl-notification {
       min-height:          40px;
    }

    div.jGrowl div.jGrowl-notification div.header {
       font-weight:          bold;
       font-size:            10px;
    }

    div.jGrowl div.jGrowl-notification div.close {
       float:                right;
       font-weight:          bold;
       font-size:             12px;
       cursor:               pointer;
    }

    div.jGrowl div.jGrowl-closer {
       height:             15px;
       padding-top:          4px;
       padding-bottom:       4px;
       cursor:             pointer;
       font-size:            11px;
       font-weight:          bold;
       text-align:          center;
    }

    </style>
          <script type="text/javascript" src="{ROOTPATH}images/jgrowl/jquery-1.3.2.js"></script>
    <script type="text/javascript" src="{ROOTPATH}images/jgrowl/jquery.ui.all.js"></script>
    <script type="text/javascript" src="{ROOTPATH}images/jgrowl/jquery.jgrowl.js"></script>
<!-- FINE MODIFICA -->

<script type="text/javascript">
// <![CDATA[
<!-- IF S_USER_PM_POPUP -->
    if ({S_NEW_PM})
    {
        popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
    }
<!-- ENDIF -->

function popup(url, width, height, name)
{
    if (!name)
    {
        name = '_popup';
    }

    window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
    return false;
}

// www.phpBB-SEO.com SEO TOOLKIT BEGIN
function jumpto() {
    var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
    var perpage = '{PER_PAGE}';
    var base_url = '{A_BASE_URL}';
    var seo_delim_start = '{SEO_START_DELIM}';
    var seo_static_pagination = '{SEO_SATIC_PAGE}';
    var seo_ext_pagination = '{SEO_EXT_PAGE}';
    if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0) {
        var seo_page = (page - 1) * perpage;
        var anchor = '';
        var anchor_parts = base_url.split('#');
        if ( anchor_parts[1] ) {
            base_url = anchor_parts[0];
            anchor = '#' + anchor_parts[1];
        }
        if ( base_url.indexOf('?') >= 0 ) {
            document.location.href = base_url.replace(/&/g, '&') + '&start=' + seo_page + anchor;
        } else if ( seo_page > 0 ) {
            var seo_type1 = base_url.match(/\.[a-z0-9]+$/i);
            if (seo_type1 !== null) {
                document.location.href = base_url.replace(/\.[a-z0-9]+$/i, '') + seo_delim_start + seo_page + seo_type1 + anchor;
            }
            var seo_type2 = base_url.match(/\/$/);
            if (seo_type2 !== null) {
                document.location.href = base_url + seo_static_pagination + seo_page + seo_ext_pagination + anchor;
            }
        } else {
            document.location.href = base_url + anchor;
        }
    }
}
var seo_external = {SEO_EXTERNAL};
var seo_external_sub = {SEO_EXTERNAL_SUB};
var seo_ext_classes = {SEO_EXT_CLASSES};
var seo_hashfix = {SEO_HASHFIX};
/**
*  phpbb_seo_href()
*  Fixes href="#something" links with virtual directories
*  Optionally open external or marked with a css class links in a new window
*  in a XHTML 1.x compliant way.
*/
function phpbb_seo_href() {
    var current_domain = document.domain.toLowerCase();
    if (!current_domain || !document.getElementsByTagName) return;
    if (seo_external_sub && current_domain.indexOf('.') >= 0) {
        current_domain = current_domain.replace(new RegExp(/^[a-z0-9_-]+\.([a-z0-9_-]+\.([a-z]{2,6}|[a-z]{2,3}\.[a-z]{2,3}))$/i), '$1');
    }
    if (seo_ext_classes) {
        var extclass = new RegExp("(^|\s)(" + seo_ext_classes + ")(\s|$)");
    }
    if (seo_hashfix) {
        var basehref = document.getElementsByTagName('base')[0];
        if (basehref) {
            basehref = basehref.href;
            var hashtest = new RegExp("^(" + basehref + "|)#[a-z0-9_-]+$");
            var current_href = document.location.href.replace(/#[a-z0-9_-]+$/i, "");
        } else {
            seo_hashfix = false;
        }
    }
    var hrefels = document.getElementsByTagName("a");
    var hrefelslen = hrefels.length;
    for (var i = 0; i < hrefelslen; i++) {
        var el = hrefels[i];
        var hrefinner = el.innerHTML.toLowerCase();
        if (el.onclick || (el.href == '') || (el.href.indexOf('javascript') >=0 ) || (hrefinner.indexOf('<a') >= 0) ) {
            continue;
        }
        if (seo_hashfix && el.hash && hashtest.test(el.href)) {
            el.href = current_href + el.hash;
        }
        if (seo_external) {
            if ((el.href.indexOf(current_domain) >= 0) && !(seo_ext_classes && extclass.test(el.className))) {
                continue;
            }
            el.onclick = function () { window.open(this.href); return false; };
        }
    }
}
window.onload = function() {
    if (seo_external || seo_hashfix) {
        phpbb_seo_href();
    }
    // here you can add other window.onload events
}
// www.phpBB-SEO.com SEO TOOLKIT END

/**
* Find a member
*/
function find_username(url)
{
    popup(url, 760, 570, '_usersearch');
    return false;
}

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
    var parent = document.getElementById(id);
    if (!parent)
    {
        eval('parent = document.' + id);
    }

    if (!parent)
    {
        return;
    }

    var rb = parent.getElementsByTagName('input');
    
    for (var r = 0; r < rb.length; r++)
    {
        if (rb[r].name.substr(0, name.length) == name)
        {
            rb[r].checked = state;
        }
    }
}

<!-- IF ._file -->

    /**
    * Play quicktime file by determining it's width/height
    * from the displayed rectangle area
    *
    * Only defined if there is a file block present.
    */
    function play_qt_file(obj)
    {
        var rectangle = obj.GetRectangle();

        if (rectangle)
        {
            rectangle = rectangle.split(',')
            var x1 = parseInt(rectangle[0]);
            var x2 = parseInt(rectangle[2]);
            var y1 = parseInt(rectangle[1]);
            var y2 = parseInt(rectangle[3]);

            var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
            var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
        }
        else
        {
            var width = 200;
            var height = 0;
        }

        obj.width = width;
        obj.height = height + 16;

        obj.SetControllerVisible(true);

        obj.Play();
    }
<!-- ENDIF -->

// ]]>
</script>
<!-- MODIFICA JQUERY PHPBBCODES -->
    <script type="text/javascript">

          // In case you don't have firebug...
          if (!window.console || !console.firebug) {
             var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
             window.console = {};
             for (var i = 0; i < names.length; ++i) window.console[names[i]] = function() {};
          }

          (function($){

             $(document).ready(function(){

                // This value can be true, false or a function to be used as a callback when the closer is clciked
                $.jGrowl.defaults.closer = function() {
                   console.log("Closing everything!", this);
                };
                
                // A callback for logging notifications.
                $.jGrowl.defaults.log = function(e,m,o) {
                   $('#logs').append("<div><strong>#" + $(e).attr('id') + "</strong> <em>" + (new Date()).getTime() + "</em>: " + m + " (" + o.theme + ")</div>")
                }            
                <!-- IF S_DISPLAY_PM and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) -->
                $.jGrowl("Hai {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD --> e {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF -->.", { header: 'Ciao {S_USERNAME}', sticky: true, });
                <!-- ENDIF -->
                
                <!-- IF not S_IS_BOT and not S_USER_LOGGED_IN -->
                $.jGrowl("Benvenuto su {SITENAME} - Se sei un Utente Registrato, esegui il Log-In, altrimenti Registrati sul Forum.", { header: 'Benvenuto Visitatore', sticky: true, });
                <!-- ENDIF -->
             });
          })(jQuery);

          </script>
<!-- FINE MODIFICA -->
<!-- collpase categories MOD -->
<script type="text/javascript" src="{ROOT_PATH}js/coll_script.js"></script>
<!-- collpase categories MOD -->
<!-- INCLUDE gallery/plugins_header.html -->
</head>
<!-- Esolitos -->
<div class="wrapp_all">
<!-- And Esolitos -->
<body class="{S_CONTENT_DIRECTION}">

<a name="wrapheader"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
    <tr>
        <td style="padding: 0px;">

<div id="wrapheader" style="position: relative;">
<!-- header_cliccabile_START -->
<a href="{U_INDEX}"  style="width: 100%; height: 100%; display: block; position: absolute;">&nbsp;</a>
<!-- header_cliccabile_END -->
        <table class="topbkg" width="100%" cellspacing="0">
            <tr>

            </tr>
        </table>
    </div>

    <!--CANC-->
    <div id="xnavbar_navbar">
        <table width="918px" min-width="918px" cellspacing="0">
        <tr>
            <td width="15" id="left">&nbsp;</td>
            <td id="active"><a href="http://rpgmkr.net/forum/portal.php">Portale</a></td>
            <td><a href="http://rpgmkr.net/forum/regolamento-t2.html">Regolamento</a></td>
            <td><a href="http://www.rpgmkr.net/forum/rivista_mkr.php">Rivista MKR</a></td>
<!-- IF S_USER_LOGGED_IN -->
<td><a href="#" onclick="window.open('http://www.rpgmkr.net/forum/chat/', 'Chat RpgMkr.net', 'screenX='+(screen.width-800)/2+',screenY='+(screen.height-600)/2+',width=800,height=600,resizable=yes');">Chat RMK</a></td>
<!-- ENDIF -->
<td><a href="http://www.rpgmkr.net/forum/games.php">Giochi</a></td>
            <td colspan="2"></td>
                        <td id="search_box">
                <form action="/forum/search.php" id="cse-search-box">
                    <fieldset>
                        <input type="text" name="keywords" maxlength="128" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" 
onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
                    </fieldset>
                </form>
            </td>
            <td width="15" id="right">&nbsp;</td>
        </tr>
        </table>
    </div><br />

          <table id="xnavbar_navbar" style="margin-top: 0px;" width="918px" min-width="918px" cellspacing="0">
             <tr>
                <td><a href="http://www.rpgmkr.net/forum/animefacemaker.php"><span>Anime Face Maker</span></a></li>
                <td><a href="http://www.rpgmkr.net/forum/charamakerxp.php"><span>Chara Maker XP</span></a></li>
                <td><a href="http://www.rpgmkr.net/forum/generatore_di_nomi.php"><span>Generatore di Nomi</span></a></li>
                <td><a href="http://www.rpgmkr.net/forum/palettecolori.php"><span>Palette Colori</span></a></li>
             </tr>
          </table>
<!--CANCEND-->

<div id="wrapcentre">
<table class="tablebg" cellspacing="1"  width="100%">
<tr>
<td class="row1" height="50px" width="73%">
<p class="breadcrumbs">
<a href="{U_INDEX}"><img class="inlineimg" border="0" src="{T_THEME_PATH}/images/folder.gif"  alt="" />&nbsp;<strong>{L_INDEX}</strong></a>
<!-- BEGIN navlinks --><strong> &#187;</strong>&nbsp;<a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
<br /><!-- IF TOPIC_TITLE --><!-- IF U_VIEW_TOPIC --><img class="inlineimg" border="0" src="{T_THEME_PATH}/images/folder2.gif" alt="" />&nbsp;<strong style="color:black!important;">{TOPIC_TITLE}</strong><!-- ENDIF --><!-- ENDIF --></p>

<div align="center"> <p><!-- IF U_RESTORE_PERMISSIONS --> &nbsp;<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
                <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF --></p></div>
            </td>
<td class="row2" height="50px" width="27%"> <!-- INCLUDE menu1.html --></td></tr>
</table>
<!-- INCLUDE menu2.html --><br />
<!-- Modifica Selezione Host -->
<hr><br />
<center><!-- INCLUDE selectorhost_body.html --></center><br />
<hr>
<!-- Fine Modifica Host -->
    <br style="clear: both;" />
    <!-- INCLUDE breadcrumbs.html -->
    <br />

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Gallery

Messaggio da Carlo » 11/09/2010, 8:19

Te l'ho già spiegato prima. Il problema è legato alla variabile {SEO_BASE_HREF}.
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Gallery

Messaggio da Haku » 11/09/2010, 14:15

Ma se la tolgo?

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Gallery

Messaggio da Carlo » 11/09/2010, 17:00

Se lo togli dovrebbe risolversi, ma potresti avere problemi con gli allegati, avatar, livelli utenti ed alcuni links.
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Gallery

Messaggio da Haku » 16/09/2010, 14:37

Prima di fare questa prova,avresti voglia di leggere il file installa della seo gallery url?
Perchè se non erro dice qualcosa sul file .htaccess e sulla modifica di altro,ma non capisco :S tanto che il mio file htaccess rimane sempre uguale,e vedo che su altri è diverso (eccone uno):

Codice: Seleziona tutto

    # Lines That should already be in your .htacess

    <Files "config.php">

    Order Allow,Deny

    Deny from All

    </Files>

    <Files "common.php">

    Order Allow,Deny

    Deny from All

    </Files>



    # You may need to un-comment the following lines

    # Options +FollowSymlinks

    # To make sure that rewritten dir or file (/|.html) will not load dir.php in case it exist

    # Options -MultiViews

    # REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE

    RewriteEngine On

    # REWRITE BASE

    RewriteBase /forum/

    # HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION



    #####################################################

    # PHPBB SEO REWRITE RULES - ADVANCED

    #####################################################

    # AUTHOR : dcz www.phpbb-seo.com

    # STARTED : 01/2006

    #################################

    # FORUMS PAGES

    ###############

    # FORUM INDEX REWRITERULE WOULD STAND HERE IF USED. "forum" REQUIRES TO BE SET AS FORUM INDEX

    # RewriteRule ^forum\.html$ index.php [QSA,L,NC]

    # FORUM

    RewriteRule ^[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?\.html$ viewforum.php?f=$1&start=$3 [QSA,L,NC]

    # TOPIC WITH VIRTUAL FOLDER

    RewriteRule ^[a-z0-9_-]*-f([0-9]+)/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]

    # GLOBAL ANNOUNCES WITH VIRTUAL FOLDER

    RewriteRule ^announces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ viewtopic.php?t=$1&start=$3 [QSA,L,NC]

    # TOPIC WITHOUT FORUM ID & DELIM

    RewriteRule ^([a-z0-9_-]*)/?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ viewtopic.php?forum_uri=$1&t=$2&start=$4 [QSA,L,NC]

    # PROFILES SIMPLE

    RewriteRule ^member([0-9]+)\.html$ memberlist.php?mode=viewprofile&u=$1 [QSA,L,NC]

    # USER MESSAGES SIMPLE

    RewriteRule ^member([0-9]+)-(topics|posts)(-([0-9]+))?\.html$ search.php?author_id=$1&sr=$2&start=$4 [QSA,L,NC]

    # GROUPS SIMPLE

    RewriteRule ^group([0-9]+)(-([0-9]+))?\.html$ memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]

    # POST

    RewriteRule ^post([0-9]+)\.html$ viewtopic.php?p=$1 [QSA,L,NC]

    # ACTIVE TOPICS

    RewriteRule ^active-topics(-([0-9]+))?\.html$ search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]

    # UNANSWERED TOPICS

    RewriteRule ^unanswered(-([0-9]+))?\.html$ search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]

    # NEW POSTS

    RewriteRule ^newposts(-([0-9]+))?\.html$ search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]

    # THE TEAM

    RewriteRule ^the-team\.html$ memberlist.php?mode=leaders [QSA,L,NC]

    # HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES



    # FORUM WITHOUT ID & DELIM

    # THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteRule ^([a-z0-9_-]+)(-([0-9]+))\.html$ viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteRule ^([a-z0-9_-]+)\.html$ viewforum.php?forum_uri=$1 [QSA,L,NC]

    # END PHPBB PAGES

    #####################################################

   #########################################################
   # ALBUM REWRITE RULES               #
   #########################################################
   # AUTHOR : dcz http://www.phpbb-seo.com/
   # STARTED : 2009/01/15
   ########################
   # ALBUM INDEX
   RewriteRule ^forum/photos/album.html$ /forum/photos/index.php [QSA,L,NC]
   # ALBUM PERSONAL INDEX
   RewriteRule ^forum/photos/user-albums/?(page([0-9]+)\.html)?$ /forum/photos/index.php?mode=personal&start=$2 [QSA,L,NC]
   # ALBUM
   RewriteRule ^forum/photos/[a-z0-9_-]*-a([0-9]+)/?(page([0-9]+)\.html)?$ /forum/photos/album.php?album_id=$1&start=$3 [QSA,L,NC]
   # PIC PAGE
   RewriteRule ^forum/photos/[a-z0-9_-]*(-a([0-9]+)/)?[a-z0-9_-]*-p([0-9]+)(-([0-9]+))?\.html$ /forum/photos/image_page.php?album_id=$2&image_id=$3&start=$5 [QSA,L,NC]
   # JGP
   RewriteRule ^forum/photos/[a-z0-9_-]*(-a([0-9]+)/)?[a-z0-9_-]*-i([0-9]+)\.jpg$ /forum/photos/image.php?album_id=$2&image_id=$3 [QSA,L,NC]
   # JPG THUMBNAILS
   RewriteRule ^forum/photos/[a-z0-9_-]*(-a([0-9]+)/)?[a-z0-9_-]*-t([0-9]+)\.jpg$ /forum/photos/image.php?mode=thumbnail&album_id=$2&image_id=$3 [QSA,L,NC]
   # JPG MEDIUM
   RewriteRule ^forum/photos/[a-z0-9_-]*(-a([0-9]+)/)?[a-z0-9_-]*-m([0-9]+)\.jpg$ /forum/photos/image.php?mode=medium&album_id=$2&image_id=$3 [QSA,L,NC]
   #########################################################
In questo htaccess c'è l'aggiunta di:

Codice: Seleziona tutto

   #########################################################
   # ALBUM REWRITE RULES               #
   #########################################################
A me non l'ha generato :S eppure è tutto giusto <.<
Se hai voglia per cortesia ^^

Avatar utente
Carlo
Amministratore
Amministratore
Messaggi: 9957
Iscritto il: 19/04/2009, 10:24
Sesso: Maschio
Versione: 3.2.0
Server: UNIX/Linux
PHP: 7.1.0
Database: MySQL(i) 10.0.27-MariaDB-cll-lve
Località: Puglia
Contatta:

Re: Gallery

Messaggio da Carlo » 16/09/2010, 14:46

Sei sicuro di aver attivato nell'ACP la riscrittura degli URL per la Gallery? Altrimenti non credo generi del codice se non deve riscrivere nulla.
MODs | Stili | Traduzioni MOD
Ogni MP contenente una richiesta di supporto verrà ignorato.

Avatar utente
Haku
Utente
Utente
Messaggi: 2529
Iscritto il: 22/09/2009, 22:36
Sesso: Maschio
Versione: 3.0.9
Server: UNIX/Linux
Contatta:

Re: Gallery

Messaggio da Haku » 19/09/2010, 15:14

E dove è questa opzione? O_O

EDIT: cercato più volte,ricontrollate anche le modifiche,tutto giusto,ma non vedo nessuna opzione sul PCA.

ldm
Utente
Utente
Messaggi: 350
Iscritto il: 09/09/2009, 13:53
Versione: 3.0.7-PL1
Server: UNIX/Linux
Contatta:

Re: Gallery

Messaggio da ldm » 19/09/2010, 17:19

Vi siete ostinati con questa riscrittura degli url della gallery e non volete capire che non è questo il problema.

Io non sapevo nemmeno l'esistenza di quest'altra mod e mi funziona tutto alla perfezione.

Quindi a mio avviso , lascia perdere la riscrittura degli url della gallery e concentrati sulla Mod gallery .(magari disinstallandola e reinstallandola di nuovo- )

Rispondi

Torna a “Supporto MODs”

Chi c’è in linea

Visitano il forum: Nessuno e 45 ospiti