Sivu 1/1

MODien copyright-linkkien järjestyksen vaihtaminen

Lähetetty: 28 Huhti 2010, 02:42
Kirjoittaja mrl586
Millä tavalla liitteessä näkyvien copyright-linkkien järjestystä voi vaihtaa? Tarkoituksena olisi siirtää "Blogs powered by User Blog Mod (c) EXreaction" -rivi yhtä riviä ylemmäksi.

Re: MODien copyright-linkkien järjestyksen vaihtaminen

Lähetetty: 28 Huhti 2010, 10:58
Kirjoittaja Lurttinen
Koodi löytynee overall_footer.html tiedostosta.
Siirrä tuo exreactionin koodi translation infon ja phpBB seo koodien väliin. Rivinvaihtoja lisää, jos tarvitsee.

Re: MODien copyright-linkkien järjestyksen vaihtaminen

Lähetetty: 28 Huhti 2010, 23:47
Kirjoittaja mrl586
Lurttinen kirjoitti:Koodi löytynee overall_footer.html tiedostosta.
Siirrä tuo exreactionin koodi translation infon ja phpBB seo koodien väliin. Rivinvaihtoja lisää, jos tarvitsee.
Oletko varma, että löytyy?

Koodi: Valitse kaikki

</div>

<div id="page-footer">

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

        <ul class="linklist<!-- IF GYM_LINKS --> navlinks<!-- ENDIF -->">
            <li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>
                <!-- IF not S_IS_BOT -->
                    <!-- IF S_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{S_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
                    <!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{L_WATCH_TOPIC}">{L_WATCH_TOPIC}</a></li><!-- ENDIF -->
                    <!-- IF U_BOOKMARK_TOPIC --><li class="icon-bookmark"><a href="{U_BOOKMARK_TOPIC}" title="{L_BOOKMARK_TOPIC}">{L_BOOKMARK_TOPIC}</a></li><!-- ENDIF -->
                    <!-- IF U_BUMP_TOPIC --><li class="icon-bump"><a href="{U_BUMP_TOPIC}" title="{L_BUMP_TOPIC}">{L_BUMP_TOPIC}</a></li><!-- ENDIF -->
                <!-- ENDIF -->
            <li class="rightside"><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a> &bull; <!-- ENDIF --><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> &bull; <!-- ENDIF -->{S_TIMEZONE}</li>
        </ul>
        <!-- IF GYM_LINKS -->
        <ul class="linklist">
            <!-- IF GYM_HTML_NEWS_LINK --><li class="leftside">{GYM_HTML_NEWS_LINK}</li><!-- ENDIF -->
            <!-- IF GYM_HTML_MAP_LINK --><li class="leftside">{GYM_HTML_MAP_LINK}</li><!-- ENDIF -->
            <!-- IF GYM_GOOGLE_LINK --><li class="leftside">{GYM_GOOGLE_LINK}</li><!-- ENDIF -->
            <!-- IF GYM_RSS_LINK --><li class="leftside">{GYM_RSS_LINK}</li><!-- ENDIF -->
            <!-- IF GYM_RSS_CHAN_LINK --><li class="leftside">{GYM_RSS_CHAN_LINK}</li><!-- ENDIF -->
        </ul>
        <!-- ENDIF -->

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

<!--
    We request you retain the full copyright notice below including the link to www.phpbb.com.
    This not only gives respect to the large amount of time given freely by the developers
    but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
    the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
    "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
    forums may be affected.

    The phpBB Group : 2006
//-->

<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
        <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
        <!-- IF BLOG_CREDITS --><br />{BLOG_CREDITS}<!-- ENDIF -->
        <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
    </div>
</div>

</div>



<div>
    <a id="bottom" name="bottom" accesskey="z"></a>
    <!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>

</body>
</html> 

Re: MODien copyright-linkkien järjestyksen vaihtaminen

Lähetetty: 30 Huhti 2010, 04:37
Kirjoittaja mrl586
Ilmeisesti tuo copyrightien sijainti valitaan tällä funktiolla (sijaitsee phpbb/phpbb_seo/phpbb_seo_class.php):

Koodi: Valitse kaikki

    /**
    * seo_end() : The last touch function
    * Note : This mod is going to help your site a lot in Search Engines
    * We request that you keep this copyright notice as specified in the licence.
    * If You really cannot put this link, you should at least provide us with one visible
    * (can be small but visible) link on your home page or your forum Index using this code for example :
    * <a href="http://www.phpbb-seo.com/" title="Search Engine Optimization">phpBB SEO</a>
    */
    function seo_end($return = false) {
        global $user, $config;
        if (empty($this->seo_opt['copyrights']['title'])) {
            $this->seo_opt['copyrights']['title'] = strpos($config['default_lang'], 'fr') !== false  ?  'Optimisation du R&eacute;f&eacute;rencement' : 'Search Engine Optimization';
        }
        if (empty($this->seo_opt['copyrights']['txt'])) {
            $this->seo_opt['copyrights']['txt'] = 'phpBB SEO';
        }
        if ($this->seo_opt['copyrights']['img']) {
            $output = '<br /><a href="http://www.phpbb-seo.com/" title="' . $this->seo_opt['copyrights']['title'] . '"><img src="' . $this->seo_path['phpbb_url'] . 'images/phpbb-seo.png" alt="' . $this->seo_opt['copyrights']['txt'] . '"/></a>';
        } else {
            $output = '<br /><a href="http://www.phpbb-seo.com/" title="' . $this->seo_opt['copyrights']['title'] . '">' . $this->seo_opt['copyrights']['txt'] . '</a>';
        }
        if ($return) {
            return $output;
        } else {
            $user->lang['TRANSLATION_INFO'] .= $output;
        }
        return;
    } 

Re: MODien copyright-linkkien järjestyksen vaihtaminen

Lähetetty: 30 Huhti 2010, 21:20
Kirjoittaja Peetra
olipa ovelasti piilotettu. :P

Re: MODien copyright-linkkien järjestyksen vaihtaminen

Lähetetty: 01 Touko 2010, 02:07
Kirjoittaja Lurttinen
Nathan piilottelee,
Tekee linkkien poistamisen hankalaksi niille, jotka sen haluaa poistaa.
Pääsin kerran kuittaamaan, että olis kiva laittaa linkkis, mutta en halua MODia sille sivulle juuri sille kohtaa... :D :D