Jump to content

Question

7 answers to this question

Recommended Posts

  • 0
Posted

Toata problema provine din globaltemplate, deoarece categoriile si statisticile sunt marite cu un tutorial foarte prost gandit.

Cauti in global template:

 <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> 

 

Inlocuiesti cu :

<main id='ipsLayout_body' class='ipsLayout_container'>
			<div id='ipsLayout_contentArea'>
				<div id='ipsLayout_contentWrapper'>
					{template="breadcrumb" app="core" group="global" params="'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"}
						{{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses ) and !member.members_bitoptions['profile_completion_dismissed'] and $nextStep = member.nextProfileStep()}}
							{template="profileNextStep" group="global" app="core" params="$nextStep, true"}
						{{endif}}
						{template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"}
						{$html|raw}
						{template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"}
					</div>
					{template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"}
					{template="breadcrumb" app="core" group="global" params="'bottom'"}
				</div>
			</div>
			{template="inlineMessage" if="member.msg_show_notification and $message = \IPS\core\Messenger\Conversation::latestUnreadMessage()" app="core" group="global" params="$message"}
		</main>

 

Posibil sa fie necesara regandirea statisticilor din FOOTER.Daca doresti sa maresti satisticile fara a provoca acel bug, lasi in reply.

  • Like 1
  • Thanks 1

WWW.TECTONICPX.COM [ Professional Web Design Services ]

  • 0
Posted
3 hours ago, T. Petrisor said:

Multumesc mult @dOc MFX !

Da, ma poti ajuta sa fac statisticile pe toata pagina?

<main id='ipsLayout_body' class='ipsLayout_container'>
			<div id='ipsLayout_contentArea'>
				<div id='ipsLayout_contentWrapper'>
					{template="breadcrumb" app="core" group="global" params="'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"}
						{{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses ) and !member.members_bitoptions['profile_completion_dismissed'] and $nextStep = member.nextProfileStep()}}
							{template="profileNextStep" group="global" app="core" params="$nextStep, true"}
						{{endif}}
						{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="breadcrumb" app="core" group="global" params="'bottom'"}
				</div>
			</div>
			{template="inlineMessage" if="member.msg_show_notification and $message = \IPS\core\Messenger\Conversation::latestUnreadMessage()" app="core" group="global" params="$message"}
		</main>
 <div class='ipsLayout_container'>
            {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"}
        </div>

 

  • Thanks 1

WWW.TECTONICPX.COM [ Professional Web Design Services ]

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.