Jump to content

Cum Modific La Tema Ipb Deflection Edited By...?


Alex.
Go to solution Solved by iMaster,

Recommended Posts

  • Moderators

gabriel, el intreaba altceva...

 

Vezi în: AdminCP -> Look & Feel -> Global -> GlobalTemplate

 

Folosind ctrl + f cauta:

 

<!-- ::: FOOTER (Change skin, language, mark as read, etc) ::: -->

 

sau ceva de genul (eu asa am la tema Carbon Blue).

 

De aici, folosind codurile HTML in caz ca doresti (culoare, etc), adaugi ca tu ai modificat tema :)

Link to comment
Share on other sites

Uite, am așa ceva:

 

<!-- ::: FOOTER (Change skin, language, mark as read, etc) ::: -->

            <div id='footer_utilities' class='clearfix clear'>

                <a rel="nofollow" href='#top' id='backtotop' title='{$this->lang->words['go_to_top']}'><img src='{$this->settings['img_url']}/top.png' alt='' /></a>

                {parse replacement="skinlink"}

                {$footer_items['copyright']}

                <ul class='ipsList_inline left'>

                    <li>

                        <img src='{$this->settings['img_url']}/feed.png' alt='{$this->lang->words['rss_feed']}' id='rss_feed' class='clickable' />

                    </li>

                    <if test="skinchangerOuter:|: ! $this->member->is_not_human">

                        <if test="uagentlocked:|:$this->memberData['userAgentLocked'] AND ! $this->memberData['userAgentBypass']">

                            <li id='useragent_msg'>

                                {$this->lang->words['skin_browser_set']} <a href='#' data-clicklaunch='changeSkin' data-skinid='unlockUserAgent'>{$this->lang->words['override_browser_theme']}</a>

                            </li>

                        <else />

                        <if test="isTouchDevice:|:$this->registry->output->isTouchDevice()">

                            <li>

                                <a href='#' data-clicklaunch='changeSkin' data-skinid='setAsMobile'>{$this->lang->words['set_mobile_theme']}</a>

                            </li>

                        </if>

                        <if test="skinchangerInner:|:count($footer_items['skin_chooser']) > 1">

                            <li>

                                <a rel="nofollow" id='new_skin' href='#'>{$this->lang->words['change_theme']}</a>            

                                <ul id='new_skin_menucontent' class='ipbmenu_content with_checks' style='display: none'>

                                    <foreach loop="$footer_items['skin_chooser'] as $skin">

                                        <li <if test="$skin['selected']">class='selected'</if>>

                                            <a href='#' data-clicklaunch='changeSkin' data-skinid='{$skin['id']}'>{$skin['title']}</a>

                                        </li>

                                    </foreach>

                                </ul>

                            </li>

                        </if>

                        </if>

                    </if>

                    <if test="langchooser:|: ! $this->member->is_not_human && count( $footer_items['lang_chooser']['options'] ) > 1">

                        <li>

                            <a rel="nofollow" href='#' id='new_language'>{$footer_items['lang_chooser']['default']}</a>                            

                            <ul id='new_language_menucontent' class='ipbmenu_content with_checks' style='display: none'>

                                <foreach loop="$footer_items['lang_chooser']['options'] as $lang">

                                    <li <if test="$lang['selected']">class='selected'</if>>

                                        <a href="{parse url="{$this->settings['query_string_formatted']}&amp;k={$this->member->form_hash}&amp;setlanguage=1&amp;langurlbits={$this->settings['query_string_safe']}&amp;cal_id={$this->request['cal_id']}&amp;langid={$lang['id']}" base="public"}">{$lang['title']}</a>

                                    </li>

                                </foreach>

                            </ul>

                        </li>

                    </if>

                    <if test="markRead:|: ! $this->member->is_not_human">

                        <li>

                            <a rel="nofollow" id='mark_all_read' href="{parse url="app=forums&amp;module=forums&amp;section=markasread&amp;marktype=all&amp;k={$this->member->form_hash}" base="public"}" title='{$this->lang->words['mark_all_as_read']}'>{$this->lang->words['mark_board_as_read']}</a>

                            <ul id='mark_all_read_menucontent' class='ipbmenu_content' style='display: none'>

                                <foreach loop="$footer_items['mark_read_apps'] as $app => $appData">

                                    <li>

                                        <if test="hideRcForPerms:|:$this->memberData['showReportCenter'] OR $app != 'core'">

                                            <a href="{parse url="app=forums&amp;module=forums&amp;section=markasread&amp;marktype=app&amp;markApp={$app}&amp;k={$this->member->form_hash}" base="public"}"><if test="isCoreRC:|:$app=='core'">{$this->lang->words['markread_rc_link']}<else />{IPSLib::getAppTitle($app)}</if></a>

                                        </if>

                                    </li>

                                </foreach>

                                <li>

                                    <a href="{parse url="app=forums&amp;module=forums&amp;section=markasread&amp;marktype=all&amp;k={$this->member->form_hash}" base="public"}"><strong>{$this->lang->words['mark_all_as_read']}</strong></a>

                                </li>

                            </ul>

                        </li>

                    </if>

                    <if test="privvy:|:$this->settings['priv_title']"><li><a rel="nofollow" href='{parse url="app=core&amp;module=global&amp;section=privacy" template="privacy" seotitle="false" base="public"}'>{$this->settings['priv_title']}</a></li></if>

                    <li>

                        <a href="{parse url="app=core&amp;module=help" base="public"}" title='{$this->lang->words['view_help']}' rel="help" accesskey='6'>{$this->lang->words['sj_help']}</a>

                    </li>                

                </ul>

            </div>

            <if test="showdebuglevel:|:$this->memberData['member_id'] and $this->settings['debug_level']">

                <div id='ipsDebug_footer'>

                    <strong>{$this->lang->words['time_now']}</strong> {$footer_items['time']}

                    <if test="lastvisit:|:$this->memberData['member_id'] AND $this->memberData['last_visit']"><strong>{$this->lang->words['you_last_visit']}</strong> {parse date="$this->memberData['last_visit']" format="short"}</if>

                    <strong>{$this->lang->words['stat_exec']}</strong> {$stats['ex_time']} <if test="isfloat:|:is_float($stats['ex_time'])">{$this->lang->words['stats_sec']}</if>

                    <strong>{$this->lang->words['stat_load']}</strong> {$stats['server_load']}

                    <strong>{$this->lang->words['stat_queries']}</strong> {$stats['queries']} <if test="sqldebuglink:|:IPS_SQL_DEBUG_MODE"><a href='{parse url="{$this->settings['query_string_safe']}&amp;debug=1" base="public"}'></if>{$this->lang->words['stats_queries']}<if test="closesqldebuglink:|:IPS_SQL_DEBUG_MODE"></a></if>

                    <strong>{$this->lang->words['stat_gzip']}</strong> {$stats['gzip_status']}

                </div>

            </if>

            <div id='stats_div'>{$stats['task']}</div>

            <if test="includeLightboxDoReal:|:$this->settings['do_include_lightbox_real']">

                {parse template="include_lightbox_real" group="global" params=""}

            <else />

                <script type="text/javascript">

                    ipb.global.lightBoxIsOff();

                </script>

            </if>

        </div>

        </div>

<if test="!$this->memberData['member_id']">{parse template="inlineLogin" group="global" params=""}</if>

        <!--DEBUG_STATS-->

    </body>

</html>

 

Vreau să modific ”Deflection theme edited by”. Și un print:

 

iXY82Cm.png

Link to comment
Share on other sites

Offf .. Urmează paşii aceştia :

 

Te duci în : 

 

AdminCP/Look & Feel/Manage Skin Sets & Templates/Chose Skin/Templates

 

72700474629068614803.png

 

Deschizi Global Templates apeşi pe Global Template şi cauţi:

 

<!-- ::: FOOTER (Change skin, language, mark as read, etc) ::: -->
cu funţia CTRL+F şi cauţi a patra line după ce ţi-am percizat mai sus:   
{parse replacement="skinlink"}
  şi o stergi ,apoi adaugi ce doreţi dvs. ,începând cu :   
<p>
  şi la terminare cu:   
</p>

 

98030994258841334842.png

 

Spor la treabă .

Link to comment
Share on other sites

  • 4 years later...
23 minutes ago, 5858 said:

Buna. Am si eu aceeasi problema din pacate dar dupa ce am facut pasii si dau save primesc eroarea asta: Exception: TypeError: Cannot read property 'error' of null Ce sa fac ?

 

Verifica daca nu ai nici o greseala in scrip sau iesi din ACP si intra din nou si apasa Save pana merge. Posibil sa fie de la script sau sa dai de mai multe ori Save si merge uneori. 

Link to comment
Share on other sites

Sunt incepator in treaba asta nu ma prea am eu cu ele. imi e putin neclar cu asta: {parse replacement="skinlink"} scria mai sus sa o sterg. Eu vreau doar sa modific Design by x vr sa sterg x sa pun y si sa sterg reclamele din subsolul paginii gen tema luata de pe xyz.com...

image.thumb.png.9bfa316646e6e2f85ef30a90c8c4f9db.pngAici vreau sa modific ce sa fac ?

Link to comment
Share on other sites

4 minutes ago, 5858 said:

Sunt incepator in treaba asta nu ma prea am eu cu ele. imi e putin neclar cu asta: {parse replacement="skinlink"} scria mai sus sa o sterg. Eu vreau doar sa modific Design by x vr sa sterg x sa pun y si sa sterg reclamele din subsolul paginii gen tema luata de pe xyz.com...

Maine e foarte simplu sa scoti un text ce contine o reclama, cauti cu CTRL + F in globalTemplate (de obicei se gaseste reclama) si in loc de textul ala cu reclama schimbi tu ce vrei, e asa greu?

Daca nu te descurci, zi-mi forumul tau si da-mi cont ACP. 

Link to comment
Share on other sites

2 minutes ago, KeNNyAdv said:

Maine e foarte simplu sa scoti un text ce contine o reclama, cauti cu CTRL + F in globalTemplate (de obicei se gaseste reclama) si in loc de textul ala cu reclama schimbi tu ce vrei, e asa greu?

Daca nu te descurci, zi-mi forumul tau si da-mi cont ACP. 

Nu e vorba ca stiu si eu aia sa fac, dar cand dau save imi da eroarea aia si nu se salveaza.

Link to comment
Share on other sites

1 minute ago, 5858 said:

Nu e vorba ca stiu si eu aia sa fac, dar cand dau save imi da eroarea aia si nu se salveaza.

Pai cand editezi ai grija ce stergi mane, editeaza doar textul de acolo, iar daca tot apare erroarea aia da-i save de mai multe ori. 

Daca nu merge ce zic eu e de la script, desi nu vad ceva scris gresit.. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.