ZenphotoCMS Forum
html tags permits - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: html tags permits (/thread-13578.html)

Pages: 1 2


html tags permits - acrylian - 2021-05-17

Great, thanks!




html tags permits - bic - 2021-05-18

Hi @acrylian I'll look at the translation asap, thanks. For some reasons, I don't get email notifications when I'm tagged here in the forum. I have all the notification enabled on my profile settings.




html tags permits - acrylian - 2021-05-18

I have no idea why the notifications would not work for you. For me they do but of course I am on admin level additionally. Is the mail here really correct?

How about subscribing to the RSS feed perhaps?




html tags permits - bic - 2021-05-18

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.




html tags permits - acrylian - 2021-05-18

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.




html tags permits - bic - 2021-05-19

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.




html tags permits - bic - 2021-05-19

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.)




html tags permits - fretzl - 2021-05-19

Thanks. Fixed in the Support build




html tags permits - bic - 2021-05-19

Thanks @fretzl
I'm going to commit the translation right now.

PS
I didn't get any notification from here about your reply, even with the new email address which is a gmail one.




html tags permits - acrylian - 2021-05-19

I didn't get any notification from here about your reply, even with the new email address which is a gmail one.

@bic Hm, if you enabled all you should get one as you participated. Did you get this one being referenced directly?




html tags permits - bic - 2021-05-19

No, I didn't. I got your mail tough, so we can continue this conversation privately.




html tags permits - kyrd - 2021-05-26

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




html tags permits - acrylian - 2021-05-26

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




html tags permits - kyrd - 2021-05-26

Ah, you're right! I must refresh my basic knowledge... ;-)