Quote:
Originally Posted by neologan
what would be the best way to revamp the styling for the fields? i mean for all the pc specs on the tab, how can i style this with my own html?
|
Damned if I know

The mod's pretty much a schmorgasboard of code from my previous mods +
this tutorial on how to make a tab.
Put it this way: Any code that works on the About Me Tab's profile fields should automatically work on this tab, and if it doesn't, it should only take a modification or two to get it to work here.
There's 3 points where it intersects with templates:
In the Plugin: Extra Profile Fields Tab
Code:
if ($profilefield['value'] != '')
{
$show['extrainfo'] = true;
eval('$category[\'fields\'] .= "' . fetch_template('memberinfo_profilefield') . '";');
}
}
if ($category['fields'])
{
eval('$profilefields .= "' . fetch_template('memberinfo_profilefield_category') . '";');
}
and then of course there's the TEMPLATE: memberinfo_block_EPFP_tab.