VERSION 0.1#
What does it do?
This plugin will display the website response code on the manage inactive members page of the admin panel. If a website is dead, unregistered, unhosted etc you can investigate and remove.
How do I use it?
Go to your manage inactive members page of your admin panel, and you will see a status column along with the header response from your members websites.
Installation:
Upload zip file via your admin panel plugin manager.
note: for version Visiolist 0.9 or lower you will need to edit sources/admin/inactive.php to create the appropriate hook location. The following only applies if you are using 0.9 or lower
find:
add AFTER:
next, find:
add AFTER:
Next, find:
add AFTER
report any bugs or suggestions for improvement.
What does it do?
This plugin will display the website response code on the manage inactive members page of the admin panel. If a website is dead, unregistered, unhosted etc you can investigate and remove.
How do I use it?
Go to your manage inactive members page of your admin panel, and you will see a status column along with the header response from your members websites.
Installation:
Upload zip file via your admin panel plugin manager.
note: for version Visiolist 0.9 or lower you will need to edit sources/admin/inactive.php to create the appropriate hook location. The following only applies if you are using 0.9 or lower
find:
PHP:
eval (PluginManager::getPluginManager ()->pluginHooks ('admin_manage_member_loop'));
PHP:
eval (PluginManager::getPluginManager ()->pluginHooks ('admin_manage_inactive_member_loop'));
next, find:
PHP:
<th align="center" width="1%">{$LNG['a_man_inactive_in']}</th>
PHP:
{$extra_heading}
Next, find:
PHP:
<td align="center">{$in_overall}</td>
PHP:
{$extra}
report any bugs or suggestions for improvement.
Attachments
-
3.3 KB Views: 15