Closed (fixed)
Project:
URL Replace Filter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2008 at 20:17 UTC
Updated:
15 Sep 2014 at 07:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
fgmIndeed. This is a most significant use of the module. Typically:
/images/withhttp://www.example.com/public_html/pictures/<img src="/images/foo.png" alt="some explanation" />public_html/picturesIf this answers your question, please set to the issue status to "fixed"
Comment #2
fgmForgot to set status
Comment #3
Flying Drupalist commentedHi, thanks!
Some problems I have: the replace filter table has only 1 column, different from what I see in the screenshot. I attached what I see.
Also, since pictures (I mean profile pictures/avatars), are part of profile, would editing an input format really help? Thanks.
Comment #4
fgmYes, this is a bug fixed by the patch in #330640: Module configuration screen is not themed. It is only cosmetic anyway. Without the patch, the left column is on rows 1, 3, 5 and the right column is on rows 2, 4, 6. You can apply the patch, or just not worry, and set the left element on row one, and the right on row two, and it works just fine.
Or you can apply the patch, or just paste this at the end of the module, and clear cache:
Comment #5
Flying Drupalist commentedThank you, now that I understand more about this module, I don't think it works for user profiles though.
Comment #6
fgmActually no: the default textarea fields in profile.module do not have an input format, so no filter can apply to them : they are always submitted to
check_plain()during the render process (seeincludes/form.inc#theme_textarea).If you want to use advanced content for profiles, you might want to check http://drupal.org/project/profileplus and/or http://drupal.org/project/content_profile
Comment #7
fgmNo answer from requester in two weeks. Assuming issue fixed.
Comment #9
ShadowMonster commentedOn 6.19 (don't know if on previous also) after fresh install this module from dev (where path is applied) this problem is not fix. Maybe cause template but I don't think so - I use Pixture reloaded
PHP 5.3 compatibility issue
Comment #10
fgmI suspect you are using PHP 5.3, aren't you ?
Comment #11
ShadowMonster commentedYep. I alredy know that this is PHP 5.3 compatibility issue just for let other know also.
Comment #12
fgmModule maintainer is now Mathiaz.sk; unassigning myself.
Comment #13
fgmThis now works even on 5.4.