Warning: The author of this contribution does not provide support for it anymore.

Index Tabbed

New Tabbs not works pleas help? - Index Tabbed

New Tabbs not works pleas help?

by Shorty1968 » Sat Jun 23, 2012 4:46 pm

Hello I would like to incorporate into the following MOD Tabbs viewtopic.php?t=862025 and I have made ​​to the following code in the viewforum_tabbed.html parts:

Code: Select all

'top-poster-panel'

<!-- IF TOP_POSTERS_LIST -->
      <li class="" id="top-poster-panel-tab"><a name="top-poster" href="#top-poster-panel" onclick="subpanels_index('top-poster-panel'); return false;"><span>{L_TOP_POSTERS}</span></a></li>
      <!-- ENDIF -->
      
<!-- IF TOP_POSTERS_LIST -->
   <div class="itab" id="top-poster-panel" style="display:none;padding-top:5px;">
      <div class="panel">
         <div class="inner"><span class="corners-top"><span></span></span>
            <div class="itab-top-poster">
               <h3>{L_TOP_POSTERS}</h3>
           <p>{TOP_POSTERS_LIST}<br />
          <!-- IF TOP_POSTERS_HOURS_LIST -->
           <i>{TOP_POSTERS_HOURS}</i>    
           {TOP_POSTERS_HOURS_LIST}
           <!-- ENDIF -->
           </p>
            </div>
         <span class="corners-bottom"><span></span></span></div>   
      </div>
   </div>
   <!-- ENDIF -->

viewforum.php

Code: Select all

//Generate top poster list if enabled
if ($config['amount_top_posters'])
{
   if (!function_exists('get_top_posters'))
   {   
      include_once($phpbb_root_path . 'includes/functions_topposter.' . $phpEx);
   }
   get_top_posters();
}

But whenever I click on the Tabb I am redirected to the index?
Sorry for my bad english,i am a German Bub and Google Translate help me. :D
Shorty1968
Registered User
Posts: 253
Joined: Sat Sep 10, 2011 10:19 am

Re: New Tabbs not works pleas help?

by Nashra » Sat Jun 30, 2012 10:19 am

your html-code is from v1.2.0 and not supported here :lol:
User avatar
Nashra
Registered User
Posts: 21
Joined: Wed Oct 27, 2010 10:21 am
Location: Wankum - Germany/NRW
Name: Ralf