I made the view reference just the title as the link but the title puts some un-wanted characters in the words if punctuation is used in the views name.
link is
- Draven's Art
link should be
- Draven's Art
Is there anyway to fix this?
I made the view reference just the title as the link but the title puts some un-wanted characters in the words if punctuation is used in the views name.
link is
link should be
Is there anyway to fix this?
Comments
Comment #1
Draven_Caine commentedhmm it didnt link right
the link reads Draven@#039;s Art
and the link should read Draven's Art as the view is labeled
any way to fix this?
Comment #2
danielb commentedtesting
Draven's Art
& instead of @
Comment #3
danielb commentedTry this in your theme's template.php and replace 'THEME' in the function name with the name of your theme.
If this works, I will make this the default in the module.
Comment #4
Draven_Caine commentedI placed
at the very bottom, after the php close tag in my template.php in my theme folder. Vampire_Inc is my theme name. It did not change the odd characters, they are still there also. Ill leave the code in my template.php filew just in case you want to look at it.
Comment #5
danielb commentedDid you rebuild your theme registry?
Does this problem happen with the default formatter?
Comment #6
Draven_Caine commentedHow i know how to rebuild the theme is going to the theme page. i did that plus i went and hit my theme config button.
The display type is title as link.
If i use title (no link) the title prints fine.
So this leads me to understand it has somethng to do with when its a clickable link, because when its just text it prints fine.
This content type is content profile, which is pulled into panels 2.
This issue is also present on the normal content profile view without the panels override.
I have firefox with firebug which i could try to help with, if needed.
Comment #7
danielb commentedoh, ok I forgot the link one and the plain one were different...
Comment #8
Draven_Caine commentedNothing has changed as of yet, sorry
display fields menu
Title appears as Draven's Art
Title should appear as Draven's Art
If i am missing telling you some info that you need please let me know, sometimes I over look the plain info. Thanks for the great module though, just what we needed.
Draven
/***** EDIT *****/
this is fixed, I just cleared my cache under proformance, and it must have fixed it witht he last template.php code addition.
Many Thanks,
Draven
Comment #9
Draven_Caine commentedComment #10
danielb commentedI will add this to be the default code in the module, I got a bit overzealous with the check_plain() in the original
Comment #11
danielb commentedComment #12
Draven_Caine commentedThanks,
Thank you for fixing this issue so quick. Its a great additions to our user profiles.
Let me know if i can de-bug more things for you.
Draven.