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
This plugin is starting with
<?
instead of the more traditional shebang
<?php

This should not give any issue in 98% of all hostings, if you need to test it with the full shebang you are welcome to edit it.

I will correct it meantime in the downloading section in the next 48 hours... Wink

Thank you for the information!

P.S. The main purpose of the dirwalk plugin is to find the "UTF-8 byte order marks".
(03-22-2011 11:50 PM)exdiogene Wrote: [ -> ]This should not give any issue in 98% of all hostings

I wasnt saying your plugin was giving any problems but i did post before your response that I had found a failed in the php from the <start to end>.

I only wanted to bring to your attention and thank you very much for your response bro.
ok when i placed this plugin into the plugins folder and then go to admin for installing plugins once I get into the install plugins it seems this plugin is like scramble words all over ...any reason why? For now I am using an older version of your plugin with mybb 1.63
Have you tried to reinstall the plugin? It could have been caused by a bad decompression of the archive or a bad copy with FTP...
here is what i get after 3 times downloading it from here
If you look at the plugin do you have "<?php" at its beginning?

If not, then put "<?php" at the very first line!

P.S. I have uploaded a new version today, with the header already fixed...
qzddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
Mybb 1.8.1 it is throwing off this error when installing it in the plugins?
Is this compatible for the new release?

( ! ) Fatal error: Call to undefined function rebuildsettings() in C:\www\inc\plugins\Regentronique_ViewThreadReaders.php on line 129
Call Stack
#    Time    Memory    Function    Location
1    0.0050    404944    {main}( )    ..\index.php:0
2    0.3350    6469672    require( 'C:\www\admin\modules\config\plugins.php' )    ..\index.php:597
3    0.3450    6519632    call_user_func:{C:\www\admin\modules\config\plugins.php:412} ( )    ..\plugins.php:412
4    0.3450    6519832    Regentronique_ViewThreadReaders_install( )
The function rebuildsettings() have been renamed to rebuild_settings() in the 1.8.x versions.

An easy fix would be to edit line 129 of Regentronique_ViewThreadReaders.php and add the underscore. Wink
Thank You so much for the fix Heart
Pages: 1 2 3 4
Reference URL's