phpBB3 statistics and some other help

  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8212
  • Loc: USA
  • Status: Offline

Post July 9th, 2008, 7:55 pm

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

Code: [ Select ]
<!-- 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 -->
  1. <!-- INCLUDE overall_site_header.html -->
  2. <h2 class="first">{CREATIVITY}</h2>
  3. <hr />
  4. <p>{CREATIVITY_T1}</p>
  5. <p>{CREATIVITY_T2}</p>
  6. <p>{CREATIVITY_T3}</p>
  7. <p>{CREATIVITY_T4}</p>
  8. <h2>{SUPPORT}</h2>
  9. <hr />
  10. {SUPPORT_T1}
  11. <p style="clear: both;"></p>
  12. <div id="tabber_wrap">
  13.     <div class="tabber">
  14.     <div class="tabbertab">
  15.      <h2>{SUPPORT_TAB1}</h2>
  16.      <p>{SUPPORT_TAB1_D}</p>
  17.      <p>{SUPPORT_TAB1_D2}</p>
  18.     </div>
  19.     <div class="tabbertab">
  20.      <h2>{SUPPORT_TAB2}</h2>
  21.      <p>{SUPPORT_TAB2_D}</p>
  22.      <p>{SUPPORT_TAB2_D2}</p>
  23.     </div>
  24.     <div class="tabbertab">
  25.      <h2>{SUPPORT_TAB3}</h2>
  26.      <p>{SUPPORT_TAB3_D}</p>
  27.      <p>{SUPPORT_TAB3_D2}</p>
  28.     </div>
  29.     <div class="tabbertab">
  30.      <h2>{SUPPORT_TAB4}</h2>
  31.      <p>{SUPPORT_TAB4_D}</p>
  32.      <p>{SUPPORT_TAB4_D2}</p>
  33.      <p>{SUPPORT_TAB4_D3}</p>
  34.      <p>{SUPPORT_TAB4_D4}</p>
  35.      <p>{SUPPORT_TAB4_D5}</p>
  36.     </div>
  37.     </div>
  38. </div>
  39. <p>{SUPPORT_T2}</p>
  40. <p>{SUPPORT_T3}</p>
  41. <!-- 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
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post July 9th, 2008, 7:55 pm

  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8212
  • Loc: USA
  • Status: Offline

Post July 9th, 2008, 10:00 pm

Alright, I fixed the complex error... forgot to carry over the darn CSS from my old css file to my template CSS file... it works perfectly now :D

Now about that statistics page...

(Joebert... I saw that statistics page on your blog (Google brought me there... 2nd page on google results)... I can't find it anymore :( the thing was like #.##% topics were answered type of thing)

Might use it for administrative statistics
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8212
  • Loc: USA
  • Status: Offline

Post July 10th, 2008, 12:21 am

Theres a new problem... don't know why but all of the forums are marked as unread no matter what...
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8212
  • Loc: USA
  • Status: Offline

Post July 29th, 2008, 1:11 am

I'm still looking for a statistics mod for phpbb3... funny though this is the third result on google.com when you search for phpbb3 forum statistics
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • spork
  • Brewmaster
  • Silver Member
  • User avatar
  • Joined: Sep 22, 2003
  • Posts: 6134
  • Loc: Seattle, WA
  • Status: Offline

Post July 29th, 2008, 7:35 am

http://www.phpbbhacks.com/download/477
The Beer Monocle. Classy.
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13458
  • Loc: Florida
  • Status: Offline

Post July 29th, 2008, 11:09 am

http://www.phpbb.com/community/viewtopi ... 0&t=596634

It works. It chokes on large boards without being tweeked to work with larger amounts of data, but it works.
Strong with this one, the sudo is.
  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8212
  • Loc: USA
  • Status: Offline

Post July 29th, 2008, 12:57 pm

Thanks :D I'll look into them... I think I will use spork's mod and mod it out a little bit.
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13458
  • Loc: Florida
  • Status: Offline

Post July 29th, 2008, 1:55 pm

Are you sure that one's not for phpBB2 ?
Strong with this one, the sudo is.
  • spork
  • Brewmaster
  • Silver Member
  • User avatar
  • Joined: Sep 22, 2003
  • Posts: 6134
  • Loc: Seattle, WA
  • Status: Offline

Post July 29th, 2008, 1:59 pm

I'm not sure, actually. It was the first result of this search and I glanced at the page briefly. Could've been for phpBB2, but the site is down at the moment.
The Beer Monocle. Classy.
  • Bogey
  • Bogey
  • Genius
  • User avatar
  • Joined: Jul 14, 2005
  • Posts: 8212
  • Loc: USA
  • Status: Offline

Post July 29th, 2008, 2:33 pm

It's for phpBB3... it said it will not work for phpBB2 in the description :) (I think) :lol:


@Joebert: What do you mean that the mod will choke on big sites?
"Bring forth therefore fruits meet for repentance:" Matthew 3:8

Post Information

  • Total Posts in this topic: 10 posts
  • Users browsing this forum: No registered users and 80 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.