Hi,
In regards to this function:
{
size => 20,
type => 'int'
});
..what kind of format is required for the form_names/form_values ??
This is whats in my glinks_Links.def file:
'Affiliate 1',
'Affiliate 2'
],
'form_values' => [
'Affiliate 1',
'Affiliate 2'
],..basically, what I need to do - is go through another table, and get a list of values, like:
Affiliate 1
Affiliate 2
Affiliate 3
Affiliate 4
Affiliate 5
..and then update the glink_Links table, depending on the values got.
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
In regards to this function:
Code:
$editor->alter_col($column_name, {
size => 20,
type => 'int'
});
..what kind of format is required for the form_names/form_values ??
This is whats in my glinks_Links.def file:
Code:
'form_names' => [ 'Affiliate 1',
'Affiliate 2'
],
'form_values' => [
'Affiliate 1',
'Affiliate 2'
],
Affiliate 1
Affiliate 2
Affiliate 3
Affiliate 4
Affiliate 5
..and then update the glink_Links table, depending on the values got.
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

