Tutorial: Topic count in Board Statistics
#1
Posted 24 September 2009 - 10:41 AM
#2
Posted 05 November 2009 - 04:37 PM
#3
Posted 05 November 2009 - 05:31 PM
Contact Me: Email · Facebook · Twitter · Google+
Follow Invision Focus: On Facebook · On Twitter
#4
Posted 05 November 2009 - 05:37 PM
#5
Posted 09 November 2009 - 08:26 AM
Contact Me: Email · Facebook · Twitter · Google+
Follow Invision Focus: On Facebook · On Twitter
#6
Posted 09 November 2009 - 04:12 PM
Actually after attempted import, the board says, nothing was imported:
Attached Files
#7
Posted 09 November 2009 - 05:39 PM
Contact Me: Email · Facebook · Twitter · Google+
Follow Invision Focus: On Facebook · On Twitter
#8
Posted 09 November 2009 - 05:55 PM
It works fine now
Thanks Mike
#9
Posted 09 November 2009 - 07:17 PM
Contact Me: Email · Facebook · Twitter · Google+
Follow Invision Focus: On Facebook · On Twitter
#10
Posted 10 November 2009 - 04:18 PM
my post count in the admin panel is: 11950, but on the board index it says the post count is: 13,196, obviously because the thread count has been added onto the admin panel amount which equels to the one on the main page, can you stop it from doing that please?
Kind Regards.
#11
Posted 10 November 2009 - 04:24 PM
<dd>{$stats['info']['total_posts']}</dd>To this:<dd>{parse format_number="$this->caches['stats']['total_replies']"}</dd>
Contact Me: Email · Facebook · Twitter · Google+
Follow Invision Focus: On Facebook · On Twitter
#12
Posted 10 November 2009 - 04:30 PM
<dt>{$this->lang->words['total_posts']}</dt>
<dd>{parse format_number="$this->caches['stats']['total_replies']"}</dd>
<dt>{$this->lang->words['total_topics']}</dt>
<dd>{parse format_number="$this->caches['stats']['total_topics']"}</dd>
<dt>{$this->lang->words['total_members']}</dt>
<dd>{$stats['info']['mem_count']}</dd>
<dt>{$this->lang->words['newest_member']}</dt>because there is two 'total topics' do i need to remove one? or not, thankyou mate.
#13
Posted 10 November 2009 - 05:14 PM
Contact Me: Email · Facebook · Twitter · Google+
Follow Invision Focus: On Facebook · On Twitter
#14
Posted 10 November 2009 - 05:19 PM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




Contributor










