Closed (fixed)
Project:
Link to Us
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
5 Jan 2009 at 05:07 UTC
Updated:
19 Jan 2009 at 06:10 UTC
I found two small problems using your module. Other than that it's great! 8-)
The header has no easy to reference class. So I added link-to-us-header. That way I could change it with a red background and a black edge.
Since I'm using a WYSIWYG editor (FCKeditor) the header is being transformed to a rich text area. This means you get tags in there such as <p>, <em>, etc. To support those, all you have to do is use check_markup() instead of check_plain() for the header.
I'm offering a patch for that purpose.
Thank you.
Alexis Wilke
| Comment | File | Size | Author |
|---|---|---|---|
| link_to_us-6.x-1.x.patch | 512 bytes | AlexisWilke |
Comments
Comment #1
AlexisWilke commentedMissed marking that I was offering a patch here...
Comment #2
Gman commentedPatch committed. Thank you.
Comment #3
AlexisWilke commentedCool, thank you. I'm marking this fixed then. 8-)