There should not be any attribute called info. Where has it come from? I do not want it showing on the sign up page, not even as optional. I have put Your Name as an attribute. I only want Your Name as an attribute. People understand what their name is. What on earth is meant by info?phplist - import emails
good evening admin
logout
Here you can add multiple emails to your lists. All emails need to have the same attributes, which you can identify below.
Test output::
There should only be ONE email per line.
If the output looks ok, go back to resubmit for real
info -> Your Name
alias1@domain1.com
info -> Name1
alias2@pdomain2.co.uk
info -> Name2
alias3@domain3.com
info -> name3
I can confirm your findings with regard to deleting attributes on the configure attributes' page (lists/admin/?page=attributes).postmanpat wrote:The system has added an attribute "info" which I don't want and delete isn't working.
Well I did now. Since this is another issue, I created a separated thread. Please see Unwanted 'info' attribute created on importH2B2 wrote:Haven't tested the import feature yet.
flo_reu wrote:solved the problem...
just change line number 148 in file admin/commonlib/pages/attributes.php from
if (isset($tagaction['delete'])) {
to:
if (isset($_POST["tagaction"]['delete'])) {
and then it works fine for me
btw... the same for the merge in line 171:
change:
} elseif (isset($tagaction['merge'])) {
to:
} elseif (isset($_POST["tagaction"]['merge'])) {
hazymat wrote:I downloaded PHP list just now, and had to make this fix manually.
Users browsing this forum: No registered users and 1 guest