Hello,

i'm testing the Signwriter module, and was happy to find the functionality to make it affect pane titles in panels. However, it is not affecting titles on custom content panes or views content panes, though it is effecting the page itself's title. As far as I can tell, they're using the same classes and ids that the other titles are using, so I'm a bit confused as to what's going on to prevent signwriter from affecting these panes.

Thanks in advance for any help!

Comments

musko’s picture

I was wondering the same thing. I'm trying to get both of those working with this. Does there need to be a custom hook for the view? This feature would be soooo amazing...

vthirteen’s picture

in case you've not seen it yet, have a look here: http://drupal.org/node/336075#comment-1553800

a function is defined in theme's template.php file on a per view basis. i didn't try it because it's not viable for me, i cannot define variables for every view where i want my fields processed by Signwriter (great module btw, thank you!).

i tried this as Input Filter Pattern:
/<div class="views-field-title".*>.*?<\/div>/
but to no avail.

agileware’s picture

Status: Active » Fixed

Fixed in 6.x-2.x-dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.