I've checked in the spam folder too but nothing. I used to receive email notifications from here some time ago anyway.
I'll try with RSS, tough I've not any RSS reader active at the moment. I'll setup one hopefully.
PS
I'm experimenting an annoying antispam delay between replies too, that's why I'm replying this late.
Perhaps somehow your mailprovider blocks the forum mails for some unknown reason… No idea sadly.
I'm experimenting an annoying antispam delay between replies too, that's why I'm replying this late.
What do you mean excatly? We have something in place so no one can "flood" things here indeed.
I've changed the email address. I got the verification email, so this one should work.
What do you mean excatly? We have something in place so no one can "flood" things here indeed.
A 300 seconds delay between posts :-(
You have posted 1 times within 60 seconds. A spam block is now in effect on your account. You must wait at least 300 seconds before attempting to post again.
By the way, the string to be fixed in translation, for which @acrylian tagged me, is now changed in latest build and there are some typos in english too, like some messed up spaces.
Follow the form: [i]tag[/i] => ([i]attribute[/i] => ()[i]attribute[/i]=> () [i]attribute[/i] => ()....etc.)
Should be perhaps
Follow the form: [i]tag[/i] => ([i]attribute[/i] =>() [i]attribute[/i]=>() [i]attribute[/i] =>()....etc.)
hello, FYI I've just noticed that also the attribute
alt="alternate link"
in the tag
is stripped away, as happened before with attribute id, even if I've succesfully added as exception in zp-core/admin-options.php?page=options&tab=general > Allowed tags
e.g. the link with the alt attribute is correctly present in the admin page Content field, but the alt attribute it's not displayed in the .html page
That would make sense since alt is an attribute for elements only and therefore invalid on elements. https://developer.mozilla.org/de/docs/Web/HTML/Element/a