English > Scripts and Templates
Iafd Person e Website link (full)
pra15:
--- Code: ---
--- End code ---
An other little modification to see link of websites in AKA name.
Declare on Global Variables: TabAKA : Array of string
Declare on Parse People : AkaPos and EndAkaPos as integer
then put this code just over "tabI [2] := Nomealt4;"
--- Code: ---/////////////////////////////////////////////////////////////////////////////////////////////////
ExplodeString(Nomealt4, TabAKA, ',');
If High(TabAKA) > 1 then begin
Nomealt4 := '';
For i := 0 to High(TabAKA) do begin
AkaPos := Pos('(', TabAKA[i])+1;
If AkaPos <> 1 then begin
EndAkaPos := PosFrom(')', TabAKA[i], AkaPos);
TabAKA[i] := Copy(TabAKA[i],0,AkaPos-1) + '<link url="www.'+Copy(TabAKA[i],AkaPos,EndAkaPos-AkaPos)+'">'+Copy(TabAKA[i],AkaPos,EndAkaPos-AkaPos)+'</link>)';
end;
Case i of
0 : NomeAlt4 := TabAka[i];
else begin
NomeAlt4 := NomeAlt4 + ', ' + TabAka[i];
end;
end;
end;
end;
Logmessage('AAAA AKA: ' + Nomealt4);
////////////////////////////////////////////////////////////////////////////////////////////////
--- End code ---
pra15:
Hello,
I add a new function in iafd_people(TABINFO): ftLine
See script for some explanations;
Function manage displaying line when you want tu put several values on the same line.
The function pTab is more easy to use now, in the most case you can use it like this : pTab('Name of value',value,'',4,0,''). See my exemple on write info.
Ivek23:
--- Quote from: pra15 on February 04, 2015, 03:20:52 am ---Hello,
I add a new function in iafd_people(TABINFO): ftLine
See script for some explanations;
Function manage displaying line when you want tu put several values on the same line.
The function pTab is more easy to use now, in the most case you can use it like this : pTab('Name of value',value,'',4,0,''). See my exemple on write info.
--- End quote ---
Nice, great job.
pra15:
Thanks.
Ivek23:
iafd_movie script
v 0.0.2.5 on 5.2.2015
Change of Distributor:
--- Quote from: Ivek23 on January 21, 2015, 07:08:06 pm ---I repaired some errors and cosmetic changes in iafd_movie script. I also added the duration.
Distributor data is now transferred to the Producer field.
--- End quote ---
Distributor data can now be transferred only in custom fields, namely:
* Distributor name only in Distributor multiselect custom field
* The URL link to the Distributor name on web pages in IAFD Distributor1 memo custom field
Change of Studio:
* Studio name only in IAFD Studio multiselect custom field
* The URL link to the Studio name on web pages in IAFD Studio1 memo custom field
Change of Also Known As:
--- Quote from: Ivek23 on January 24, 2015, 08:46:18 am ---Change of Also Known As:
I fixed the transfer of Also Known As information:
rather, it was like this
--- Quote ---18 & Eager 15: Tits! Tits! Tits!
Nymphomane Unschuld (German original, Puaka)
--- End quote ---
now is as follows
--- Quote ---18 & Eager 15: Tits! Tits! Tits!
Nymphomane Unschuld
--- End quote ---
Full download is now in IAFD AKA memo custom field
--- End quote ---
Is also added RemoveTagsEx1 function as a cosmetic correction.
Script is the attached.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version