I'm at a loss to figure out why, but if you go to http://bestseniorsinfo.com and look down on the lower left, you will see our 'Latest Fact' block (quotes module) ...
Besides the fact that it seems to have a hard coded width so its not expanding to fit my sidebar, the text is coming out with the HTML ... if I login as a user, the width remains narrow, but the HTML is properly rendered ...
I've checked through the configuration, and nothing is jumpimg out at me for *either* issue, and I've check through People -> Permissions to make sure that there isn't something set for Auth users that isn't for Anon, but nothing there I can find either ...
I've even checked the Display settings in Content Types -> Quotes -> Manage Display, and I can see nothing there that should be causing this discrepency in behaviour ...
Am I missing a configuration somewhere? Something obvious, most likely?
Thx
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Screen Shot 2011-11-20 at 2.28.58 PM.png | 13.38 KB | hubScrappy |
Comments
Comment #1
ctmattice1 commentedI checked the block you referenced and it appears in Firefox 8 to display properly, same with ie 9. I did not check it with safari or chrome.
Firebug shows the the html below for the quote viewed anonymously. It seems correct but I have no idea how the quote was formatted on creation ( filtered, full html, etc...). It's possible but not probable that formatting could be related to what your seeing.
Check the quotes css file for width parameters but that would not make any difference on the rendered view between anonymous and authenticated user. There are no display settings at "Content Types -> Quotes -> Manage Display", they have not been implemented yet so I'm not exactly sure why you are seeing a discrepancy.
Is there any errors in the error log?
Comment #2
hubScrappy commentedApologies, should have updated this ticket last ...
Turns out that if the content used for the Quote(s) is created with 'Full HTML', the Anon user also has to have the ability to 'Create Full HTML Content' ... seems an odd dependency to me, but all I did to fix was to adjust my permissions so that Anon could create Full HTML content, and the HTML disappeared from the block ...
For the width issue, I finally clued in about CSS and found where ti was setting width to 80% vs 100% ... not sure why you would set the block to 80%, mind you, but, that fixed that as well ...
I do consider the former (Requires Full HTML) to be a bug, since the output shouldn't rely on input permissions, but the latter is just me still getting used to the concept of CSS ... I'm old school, still tend to use TABLES :(
Comment #3
ctmattice1 commented@hubScrappy:"turns out that if the content used for the Quote(s) is created with 'Full HTML', the Anon user also has to have the ability to 'Create Full HTML Content' ... seems an odd dependency to me, but all I did to fix was to adjust my permissions so that Anon could create Full HTML content, and the HTML disappeared from the block ..."
I use full html all the time and have anon set for filtered. I have not experienced this?? Did you check the log files for errors by chance. If this were the case then I would also consider this a major if not critical bug and if I can reproduce it I will change the status as such. The full html filter only controls what an anon user is allowed to use to create content, not to view content.
Comment #4
nancydruYou really should not allow anonymous users to have Full HTML. Your site will be destroyed within a week by hackers.
Comment #5
hubScrappy commentedI've just double checked ... I went into People -> Permissions and un-checked the:
"Use the Full HTML text format" under Filters For Anonymous Users
Reloaded the page and the attached image resulted ...
Go back in, re-check that line for Anonymous, and it reverts back to clean text ...
I just re-checked the error log, and there is nothing being generated ...
Note that this was not my expected behaviour either, and it took me several hours before I ran out of ideas an thought to try it ...
Comment #6
ctmattice1 commentedCan not reproduce.
What theme and modules are you using?
Comment #7
clashar commentedI confirm the similar different view problem.
My Quote is created with "Filtered HTML" format.
If anonymous has no permission "Use the Filtered HTML text format", then he can't see working tags "blockquote" or "cite" and maybe some others.
what is odd is when anonymous accesses directly node of quote - everything appears ok, but when I include quote block to a panel of frontpage.
Other "blockquote" or "cite" work perfectly on fronpage panel, only Quotes block has this problem.
Comment #8
Jane_newbie commentedAs I understand the above discussion, I'm having the same or a similar problem. I'm using Drupal 7.10 with Marinelli theme, Quotes 7.x-1.x-dev, IE9 and Firefox 4.0. When I created a quote (using Full HTML), the default font size was too small, so I used the CKEditor to increase the size (only of the body; there is no way to increase the size of the author's name on the create content page.). When logged in as admin, I can see the larger size of the body of the quote - but the author's name is still the default small size. When viewed as an anonymous user, both the body and author of the quote appear to be the default small size - and this is in both IE9 and Firefox 4.0 browsers.
No other block seems to have this problem, just Quotes.
How can I increase the size of the quote and have the larger size appear to anonymous users? What specific file (under what specific directory) is this default size found? I'm hoping I can change it once I find it. Please give specific directions - I'm a newbie when it comes to coding. Thanks
Comment #9
ctmattice1 commentedYou will need to change (edit) the quotes.css file in the quotes module, find
Change font-size to whatever you wish.
Comment #10
Jane_newbie commentedTo ctmattice1
Thanks; that seems to have done it (on the matter of the font size).
Comment #11
simon_w108 commentedis there any movement on this? I still need to allow Anonymous users to create "Full HTML content" before "Full HTML content" is actually rendered in quotes blocks...
edit: it seems if I allow Anonymous users to create "Filtered HTML content" my content is filtered (despite being created as "full HTML") when rendered... a bug somewhere, surely?
Comment #12
ctmattice1 commentedHave you tried the latest dev release?
Comment #13
ctmattice1 commentedClosing this issue as fixed since no response since april. Feel free to re-open if needed.