I want a statistics page for my phpBB3 forum and I can't find the add on for it on the web...
Another problem at a more complex level is my simple tabber doesn't work if I integrate it to phpBB3... My template for the index looks like...
<!-- INCLUDE overall_site_header.html -->
<h2 class="first">{CREATIVITY}</h2>
<hr />
<p>{CREATIVITY_T1}</p>
<p>{CREATIVITY_T2}</p>
<p>{CREATIVITY_T3}</p>
<p>{CREATIVITY_T4}</p>
<h2>{SUPPORT}</h2>
<hr />
{SUPPORT_T1}
<p style="clear: both;"></p>
<div id="tabber_wrap">
<div class="tabber">
<div class="tabbertab">
<h2>{SUPPORT_TAB1}</h2>
<p>{SUPPORT_TAB1_D}</p>
<p>{SUPPORT_TAB1_D2}</p>
</div>
<div class="tabbertab">
<h2>{SUPPORT_TAB2}</h2>
<p>{SUPPORT_TAB2_D}</p>
<p>{SUPPORT_TAB2_D2}</p>
</div>
<div class="tabbertab">
<h2>{SUPPORT_TAB3}</h2>
<p>{SUPPORT_TAB3_D}</p>
<p>{SUPPORT_TAB3_D2}</p>
</div>
<div class="tabbertab">
<h2>{SUPPORT_TAB4}</h2>
<p>{SUPPORT_TAB4_D}</p>
<p>{SUPPORT_TAB4_D2}</p>
<p>{SUPPORT_TAB4_D3}</p>
<p>{SUPPORT_TAB4_D4}</p>
<p>{SUPPORT_TAB4_D5}</p>
</div>
</div>
</div>
<p>{SUPPORT_T2}</p>
<p>{SUPPORT_T3}</p>
<!-- INCLUDE overall_footer.html -->
- <!-- INCLUDE overall_site_header.html -->
- <h2 class="first">{CREATIVITY}</h2>
- <hr />
- <p>{CREATIVITY_T1}</p>
- <p>{CREATIVITY_T2}</p>
- <p>{CREATIVITY_T3}</p>
- <p>{CREATIVITY_T4}</p>
- <h2>{SUPPORT}</h2>
- <hr />
- {SUPPORT_T1}
- <p style="clear: both;"></p>
- <div id="tabber_wrap">
- <div class="tabber">
- <div class="tabbertab">
- <h2>{SUPPORT_TAB1}</h2>
- <p>{SUPPORT_TAB1_D}</p>
- <p>{SUPPORT_TAB1_D2}</p>
- </div>
- <div class="tabbertab">
- <h2>{SUPPORT_TAB2}</h2>
- <p>{SUPPORT_TAB2_D}</p>
- <p>{SUPPORT_TAB2_D2}</p>
- </div>
- <div class="tabbertab">
- <h2>{SUPPORT_TAB3}</h2>
- <p>{SUPPORT_TAB3_D}</p>
- <p>{SUPPORT_TAB3_D2}</p>
- </div>
- <div class="tabbertab">
- <h2>{SUPPORT_TAB4}</h2>
- <p>{SUPPORT_TAB4_D}</p>
- <p>{SUPPORT_TAB4_D2}</p>
- <p>{SUPPORT_TAB4_D3}</p>
- <p>{SUPPORT_TAB4_D4}</p>
- <p>{SUPPORT_TAB4_D5}</p>
- </div>
- </div>
- </div>
- <p>{SUPPORT_T2}</p>
- <p>{SUPPORT_T3}</p>
- <!-- INCLUDE overall_footer.html -->
All of the text loads correctly, but the javascript doesn't load... that code above should transform to something like
this, but it shows as plain HTML like you would expect from the source (View the source to find out what I mean...)
I triple checked to make sure that the URL pointing to the javascript was correct and it is... I visually went there by clicking on folders that the url told and I found it...
Here is that url ({T_TEMPLATE_PATH}/tabber.js).
"Bring forth therefore fruits meet for repentance:" Matthew 3:8