[RESOLVE] why are you doing this?

Rund um phpBB3.oxpus.net, auch gerne Offtopic
Antworten
sakkiotto
Beiträge: 106
Registriert: Mo 28. Apr 2014, 03:56

[RESOLVE] why are you doing this?

Beitrag von sakkiotto »

i have this <t><p>title</p></t> in field description . why? text-formatter is the cause? i neednt(or remove) this <t><p> </p></t>
im annoyng every time on phpmyadmin replace it. there is a solution?
2018-05-18 01.08.59.jpg
2018-05-18 01.08.59.jpg (44.82 KiB) 18558 mal betrachtet
version 3.2.2 - 7.2.12 (for now)
Zuletzt geändert von sakkiotto am So 20. Mai 2018, 01:08, insgesamt 1-mal geändert.
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: why are you doing this?

Beitrag von oxpus »

With PHP you can use strip_tags() to remove the tags.
But the forum will use them to clearly format the content.
And modern HTML-codings are using <t>-Tags to identify text seperate from other contents.
So normaly there are no needs to remove these tags.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
sakkiotto
Beiträge: 106
Registriert: Mo 28. Apr 2014, 03:56

Re: why are you doing this?

Beitrag von sakkiotto »

ok for <t> but why add <p> </p> ? where i can investigate? which files?

now using 7.3.0 and phpbb 3.2.3-RC1 on testing (it's a dump of live forum)
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: why are you doing this?

Beitrag von oxpus »

<p> is the html tag for a new block, beginning with a new line after the last content.
<p> will mostly be used if the text should be separated from the previous and following content.
Maybe used by code or quote bbcode.
So why changing?
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
sakkiotto
Beiträge: 106
Registriert: Mo 28. Apr 2014, 03:56

Re: why are you doing this?

Beitrag von sakkiotto »

resolve.. i use a ext like markdown... it's a little conflict!
Antworten