Jump to content
  • 0

Cum maresc dimensiunea pluginurilor


Question

9 answers to this question

Recommended Posts

  • 0
Posted

 Nu o sa las complet rezolvare, tot ce va pot spune :

In global template cauti :

       

 <main role='main' id='ipsLayout_body' class='ipsLayout_container'>


Si acolo se afla smecheria, trebuie sa muti un cod sub alt cod si magie.

Apropo, este un cod gen :

     

            {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"}

Nu ofer complet rezolvarea deoarece am deschis si eu un topic si ma chinuiam de 4-5 zile sa rezolv, cand ma uit in topic sa las rezolvarea vad un -1 de la Sebastian C.

  • Upvote 1
  • 0
Posted
1 hour ago, BebeGFX said:

 Nu o sa las complet rezolvare, tot ce va pot spune :

In global template cauti :

       


 <main role='main' id='ipsLayout_body' class='ipsLayout_container'>


Si acolo se afla smecheria, trebuie sa muti un cod sub alt cod si magie.

Apropo, este un cod gen :

     


            {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"}

Nu ofer complet rezolvarea deoarece am deschis si eu un topic si ma chinuiam de 4-5 zile sa rezolv, cand ma uit in topic sa las rezolvarea vad un -1 de la Sebastian C.

Nu prea am inteles, poate a gresit omu, iti dau eu +1

  • 0
Posted
On 15.12.2016 at 0:17 AM, Căpșunelu said:

Vreau sa fac unele pluginuri tot forumu adica din asa:
K653GOw.png
in asa : 
QDRQOtl.png
FOLOSESC IPB4, SPER CA ATI INTELES CE DORESC

Acest tutorial va ajuta sa modificati latimea statisticilor, sa le intindeti pe tot forumul .

1. Va logati in ACP .

2. Va duceti la " Customization " - " Themes " - " Edit HTML and CSS "

3. In " GlobalTemplate " cautati :

 <main role='main' id='ipsLayout_body' class='ipsLayout_container'> 

Si modificati tot scriptul de acolo cu acesta:

         <main role='main' id='ipsLayout_body' class='ipsLayout_container'>
<div id='ipsLayout_contentArea'>
                <div id='ipsLayout_contentWrapper'>
                 
                    {template="breadcrumb" app="core" group="global" params="true, 'top'"}
                   
            
                 {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"}
 
                    <div id='ipsLayout_mainArea'>
                     
                        <a id='elContent'></a>
       
                        {advertisement="ad_global_header"}
                         {template="acknowledgeWarning" if="\IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings']" params="\IPS\Member::loggedIn()->warnings( 1, FALSE )" group="global" app="core"}
                        {template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"}
                        {$html|raw}
                                                
                  </div>
                    {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"}
                     {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"}
                    {template="breadcrumb" app="core" group="global" params="false, 'bottom'"}
                  </div>
            </div>
            {template="inlineMessage" if="member.msg_show_notification and $conversation = \IPS\core\Messenger\Conversation::latestUnreadConversation()" app="core" group="global" params="$conversation->comments( 1, 0, 'date', 'desc' )"}
          </main> 
  • 0
Posted
2 hours ago, O'Neill said:

Acest tutorial va ajuta sa modificati latimea statisticilor, sa le intindeti pe tot forumul .

1. Va logati in ACP .

2. Va duceti la " Customization " - " Themes " - " Edit HTML and CSS "

3. In " GlobalTemplate " cautati :


 <main role='main' id='ipsLayout_body' class='ipsLayout_container'> 

Si modificati tot scriptul de acolo cu acesta:


         <main role='main' id='ipsLayout_body' class='ipsLayout_container'>
<div id='ipsLayout_contentArea'>
                <div id='ipsLayout_contentWrapper'>
                 
                    {template="breadcrumb" app="core" group="global" params="true, 'top'"}
                   
            
                 {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"}
 
                    <div id='ipsLayout_mainArea'>
                     
                        <a id='elContent'></a>
       
                        {advertisement="ad_global_header"}
                         {template="acknowledgeWarning" if="\IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings']" params="\IPS\Member::loggedIn()->warnings( 1, FALSE )" group="global" app="core"}
                        {template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"}
                        {$html|raw}
                                                
                  </div>
                    {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"}
                     {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"}
                    {template="breadcrumb" app="core" group="global" params="false, 'bottom'"}
                  </div>
            </div>
            {template="inlineMessage" if="member.msg_show_notification and $conversation = \IPS\core\Messenger\Conversation::latestUnreadConversation()" app="core" group="global" params="$conversation->comments( 1, 0, 'date', 'desc' )"}
          </main> 

S-a rezolvat deja, multumesc mult pentru efortul depus.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • 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.