T O P I C R E V I E W |
videodead |
Posted - 11 Sep 2009 : 09:33:31 Hello, Is there anyway to get this option to work...
// #43# = Add the producers, writers, photographer, musicians to the "actors database". // "Enable" = 1 // "Disable" = 0 #PUT#=0#43#
Changing #PUT#=0#43# to #PUT#=1#43# doesn't seem to do anything and checking the database verifies none of the names have been written to it. |
3 L A T E S T R E P L I E S (Newest First) |
JDommi |
Posted - 11 Sep 2009 : 11:56:37 Open the actor's site in a new #WEBSLOT# and store the whole data or only the webid with #TAKEACTOR#. Have a look at the actor's part in script, please. To take data directly you have to duplicate actor's code to producer's part. As said, I don't have XMM here @work. So sorry, that I can't write it more detailed. |
videodead |
Posted - 11 Sep 2009 : 11:32:48 Thanks, that works, but it only add the person's name, how would i go about getting their webid, looking at this line...
#FIND#="/name/nm#11#
it looks like it's stored in #11#, but i can't figure out how to write it to the database |
JDommi |
Posted - 11 Sep 2009 : 10:26:27 Haven't got any script here at work - but have a look if this code snippet will do it:
#PUT#=1#01# //just to have a value to check #IF# #43#==#01# #ADDACTOR#=#13# //replace #13# with the value of #TAKEPRODUCER#, #TAKEWRITER#, etc. #ENDIF#
You have to put this code into each part for producer, writer, photographer and musician.
|
|
|