MyBB Codes

Full Version: [Release 1.4.x] View Thread Readers 1.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
The new feature have been included in version 1.2 of this plugin, i will upload the file in few minutes...

Smile
it would be nice, if Admin or Supermod are excluded from being recorded on this reader lists Wink

I will check the performance on big forum
Question is there a reason why after 7 days the names get erased? Or Do I need to edit something to show the total without loosing the amount of people who viewed this thread in the total days?
The maximum retension delay is editable in your AdminCP...

If you have a not too large quantity of threads then you could put 365 in :

Configuration » ShowThread Options » Read Threads in Database (Days)
Ok Thanks, so 365 is the longest suggested period to put? Or we can add more days if we want?
So the numeric number would go right after the
PHP Code:[Highlight]
{MemberNumbermembers viewed this thread in the last {DayNumberdays :365 
?

again, Thank You
(09-15-2010 11:13 AM)Technoman Wrote: [ -> ]Ok Thanks, so 365 is the longest suggested period to put? Or we can add more days if we want?
So the numeric number would go right after the
PHP Code:[Highlight]
{MemberNumbermembers viewed this thread in the last {DayNumberdays :365 
?

again, Thank You

Not sure you understood what i wrote...

You only change the numbers of retention days for the threads read information into you AdminCP. The plugin is using that setting to automate itself...

Like i wrote before, just go in your AdminCp and change the setting from the (7) days already there :

Configuration » ShowThread Options » Read Threads in Database (Days)

Wink
(09-15-2010 11:35 AM)exdiogene Wrote: [ -> ]
(09-15-2010 11:13 AM)Technoman Wrote: [ -> ]Ok Thanks, so 365 is the longest suggested period to put? Or we can add more days if we want?
So the numeric number would go right after the
PHP Code:[Highlight]
{MemberNumbermembers viewed this thread in the last {DayNumberdays :365 
?

again, Thank You

Not sure you understood what i wrote...

You only change the numbers of retention days for the threads read information into you AdminCP. The plugin is using that setting to automate itself...

Like i wrote before, just go in your AdminCp and change the setting from the (7) days already there :

Configuration » ShowThread Options » Read Threads in Database (Days)

Wink

7 days is not even in it, this is what I have
PHP Code:[Highlight]
{MemberNumbermembers viewed this thread in the last {DayNumberdays 

so where would 365 be placed ? there is no where that has even 7 days Angry

lol .... let me know

PHP Code:[Highlight]
{MemberNumbermembers viewed this thread in the last {DayNumberdays 

Oh, unless you meant this way?

PHP Code:[Highlight]
{MemberNumbermembers viewed this thread in the last {365days 
Now i know you did not understood!

You have nothing to do with the plugin settings!

It is a standard feature of MyBB, that can be change in the AdminCp...

Just follow the steps i wrote 2 times :

1- Go in your Admin Control Panel
2- Click Configuration in the menu
3- Click ShowThread Options in the listed Setting Groups
4- Change the value for Read Threads in Database (Days)

There should be a 7 there from what you told me... Wink
Man I had to read that 10 times and then understood, my brain is in lala land!!!!!!!

Its good now exdiogene Smile Thanks .... I need to take my doze of coffee before the day gets worse Smile
I found a small plugin on mybb (dirwalk.php) which goes directly into the plugins folder and it prints out every php file to see they properly begin with:
<?php and ends with ?>.

I am trying to find the culprit to why my attachments all of a sudden arent showing and supposivly this helps try to find the culprit.

http://community.mybb.com/thread-47354-post-347635.html

[attachment=802]

ok with this plugin it failed

FAIL ('/inc/plugins/Regentronique_ViewThreadReaders.php' starts with <?php [NO NEWLINE])

OK ('/inc/plugins/Regentronique_ViewThreadReaders.php' ends with ?> [no newline])
Pages: 1 2 3 4
Reference URL's