2011-03-22, 07:28 PM
thanks littleg I didnt realise there were extra settings.
As for the problem with centering I have found a template that gets put addef for it at
Tempmplate Sets » Global Templates > list_affiliates, but dont know if you would be able to do anything with that.
I have also found that the installer php files creates the following in the database for when it is displaying
you could either find that in the database and edit the code to align in, or deactivate the plugin, uninstall it, edit the php file (this is at line 58 onwards in the installer), and then reactivate the plugin.
As for the problem with centering I have found a template that gets put addef for it at
Tempmplate Sets » Global Templates > list_affiliates, but dont know if you would be able to do anything with that.
I have also found that the installer php files creates the following in the database for when it is displaying
<table border=\"0\" cellspacing=\"1\" cellpadding=\"4\" class=\"tborder\">
<thead>
<tr>
<td class=\"thead\" colspan=\"5\">
<div><strong>{\$lang->affiliates}</strong></div>
</td>
</tr>
</thead>
<tbody>
<tr class=\"trow1\">
<td>
{\$list_affiliates}
</td>
</tr>
</tbody>
</table>
you could either find that in the database and edit the code to align in, or deactivate the plugin, uninstall it, edit the php file (this is at line 58 onwards in the installer), and then reactivate the plugin.