The "$i = 1;" can stay that way. No need to change it, ever.
After every link you add, there's this statement "$i++;" which will increase the value of $i by 1.
Which means, that this is how it will be interpreted, automatically.
$plugname[
1] = 'Maniacal Ravings'; // This is the name of your plugin. eg. Avatar Gallery, TeddyBear, etc.
$plugurl[
1] = 'https://www.daveschultz.com'; // This is the location, link, or URL to the plugin
$plugadmin[
1] = false; // Is this plugin only for admins? Set to true if the plugin can only be seen/used by (super-)admins,
false when it's can be used by anyone
$plugimg[
1] = 'https://www.daveschultz.com/forum/images/demiZeJeans/top_bbrules.gif'; // This is the path (full URL) to
the image to show in front of the text.
$plugname[
2] = 'Big Kahuna Hosting'; // This is the name of your plugin. eg. Avatar Gallery, TeddyBear, etc.
$plugurl[
2] = 'https://www.bigkahunahosting.com'; // This is the location, link, or URL to the plugin
$plugadmin[
2] = false; // Is this plugin only for admins? Set to true if the plugin can only be seen/used by (super-)admins,
false when it's can be used by anyone
$plugimg[
2] = 'https://www.daveschultz.com/forum/images/demiZeJeans/top_bbrules.gif'; // This is the path (full URL) to
the image to show in front of the text.
$plugname[
3] = 'Old Hippies Ads'; // This is the name of your plugin. eg. Avatar Gallery, TeddyBear, etc.
$plugurl[
3] = 'https://www.oldhippiesads.com/'; // This is the location, link, or URL to the plugin
$plugadmin[
3] = false; // Is this plugin only for admins? Set to true if the plugin can only be seen/used by (super-)admins,
false when it's can be used by anyone
$plugimg[
3] = 'https://www.daveschultz.com/forum/images/demiZeJeans/top_bbrules.gif'; // This is the path (full URL) to
the image to show in front of the text.
Having
all of those plugin-links open in a new window ... Edit this line in header.php
Code: |
$pluglinks[] = $img.'<a href="'.$plugurl[$plugnum].'"><font class="navtd">'.$plugname[$plugnum].'</font></a> ';
|
Oops ... Didn't see the date on this topic before answering :-/