Hello I have problems with the full html filter, I try to add html tags like 'a' or 'i' in blocks but once I save the block it desappears and is replaced for a space, I tried to enable php filter but I cannot find it I tried to install the module manually but no chance, I looked at the full html filter but all is Normally.

Please help me how to fix this issue.

Best Regards
Sebastian Velandia Pössinger

Comments

mariusm’s picture

Php filter is blocked by Paranoia module
Both are hidden.

NOTE on disabling paranoia:
=====
The only way to disable paranoia module is by changing its status in the
database system table. By design it does not show up in the module
administration page after it is enabled. You can also disable it with drush:

drush dis paranoia

ssoulless’s picture

Ok but is important to have paranoia activated? with this module there is no way of use php inside blocks? I mean even the User 1 ?

japerry’s picture

Status: Active » Postponed (maintainer needs more info)

Generally, its bad practice to use php within content. If you need to write php code, you should make a module to do it. By default, commons will disable that ability.

However, the full html filter should work properly and give you and tags. (I believe CKeditor and new standards use and instead of the old and tags)

ssoulless’s picture

Hello when I write for example a tag it is replaced by a space after save the block how to fix it?

beautifulmind’s picture

Sometimes, while building the features, even if you need to call those functions from the module, you will need to use the PHP code within blocks/views.

I tried disabling this module and enabled the PHP filter module. But that did not work and the PHP code was not processed. Very very disappointing.