Question
TWiki04/BulkRegistration
Can someone confirm the documentation meaning of
3 Click through and paste this on REGISTERTOPIC%, save the topic and return here.
At present I am confused and have tried various options but it just hangs and no error message appears to tell me what is going wrong at present I am placing the table between
% REGISTERTOPIC %
| FirstName |
LastName |
Email |
WikiName |
| Test |
User |
you@example.com |
TestUser |
% INCLUDE{% REGISTERTOPIC %} %
Environment
--
TWikiGuest - 06 Dec 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
3: paste this in
UnprocessedRegistrations topic then return here
--
SteveStark - 06 Dec 2006
sorry dont see how this answers the question... the table I have created sits between UnprocessedRegistrations and UnprocessedRegistrationsLog I have the following message too that worries me Warning: Can't find topic Main.UnprocessedRegistrations but is in the TWiki Documentation on this site..... subsequently clicking on Bulk Register these people just makes the website hang
--
TWikiGuest - 06 Dec 2006
I have answered your question about #3 and your code look good. the registration takes place at the main. Move the
UnprocessedRegistrations file over to the main
--
SteveStark - 06 Dec 2006
sorry but I dont understand the instructions
--
TWikiGuest - 06 Dec 2006
when you edit the
BulkRegistration topic, you will see that
UnprocessedRegistrations topic is set to be in the Main web, eg...
Set REGISTERTOPIC = %MAINWEB%.UnprocessedRegistrations
Therefore, create the
UnprocessedRegistrations topic in the Main web, unless you set the REGISTERTOPIC to be located at another web.
The following should be inserted into your REGISTERTOPIC as a table. in this case, the REGISTERTOPIC is the
UnprocessedRegistrations topic that is located at the Main web
| FirstName | LastName | Email | WikiName | CustomFieldThis | SomeOtherRandomField | WhateverYouLike |
| Test | User | you@example.com | TestUser | A | B | C |
now copy and paste everything within the verbatim of the above. and then save the
UnprocessedRegistrations topic
next: goto
TWiki.BulkRegistration and continue at step #4
--
SteveStark - 07 Dec 2006
Steve et al: If you feel the
DistributionDocumentation can be made more explicit, by all means, please do so.
--
PeterThoeny - 07 Dec 2006