Closed (fixed)
Project:
Rotor Banner
Version:
6.x-1.2
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
9 May 2008 at 00:12 UTC
Updated:
20 Dec 2008 at 12:12 UTC
Hi, thanks for this module. i have had it installed for about two weeks now, but just today i noticed i can only see the banners after i had logged in. Users visiting the site can not see the images axcept they register and log in to the site. What can i do to correct this? i haven't changed anything and have checked user permissions for the rotor module. Please help!
Cheers
Comments
Comment #1
nestor.mata commentedI'm sorry for answering so late.
I need to clarify something, does the block does not shows at all or just the images?
- Nestor
Comment #2
raylit commentedHi, i just saw this. it was the whole block that's missing. You can only see it if you register and log on as a user.
you can see it here: http://www.athleticsafrica.com/www2/archive
Thanks for you prompt fix.
Ray
Comment #3
schwebbie commentedsame issue here. anonymous users don't see this block at all.
Comment #4
.............................................. commentedi have the same issues with the rotor module. the ads are NOT showing for anonymous users. please feel free to have a look yourself www.reeshoftotaal.nl
you only will see the block title.
Comment #5
ijetent commentedsame issue with my site. i am running drupal 6.X.
www.eatsmartmeals.com
Comment #6
katetwiss commentedI have the same issue.
Although I think it is to do with the permissions for 'view uploaded files'
(well mine is)
I need that permission to be off for those not logged in.
I have some pdf content that needs to be for members only. And some pdfs that can be viewed by everyone.
(to have this seperation I have had to embed links direct into the body when they are for everyone)
This is how I have added images/flash into the rotor banner as well. Though it seems to add the content as attached files.
Not sure if this helps anyone (or even makes sense ; ) but if anyone knows how to help me out with my issue I would be grateful.
Thanks
Comment #7
katetwiss commentedmmmm... maybe it's not working at all now either.
Anybody found a solution?
Comment #8
saxtenor commentedMaybe I have a similar issue. Rotor works fine for administrator and logged in users on the Garland theme but will only work for the administrator on the litejazz theme (6.x-1.7).
Comment #9
katetwiss commentedI have the zen theme, and also have the fron-page module. The issue was the js was not getting added to the page properly. The fix was to add the js directly into the page-front.tpl template and the page.tpl.
ie ...
jQuery.extend(Drupal.settings, { "basePath": "/" });var rotor_enabled = true;var rotor_time = 10;jQuery.extend(Drupal.settings, { "basePath": "/" });var rotor_enabled = true;var rotor_time = 10;Hope this helps anyone with the same issue
Comment #10
dj1999 commentedI had same problem with rotor module on D6.
Everything works fine after I switched out cache and clean URLs.
Maybe is enough to switch out cache or clean URLs.
I hope it help somebody.
Joe
Comment #11
djbdjb commentedI believe it may be to do with having block cache enabled (Site Configuration: Performance).
Well, when I disabled block cache it immediately started working properly anyway.
Comment #12
.............................................. commentedi can confirm, after disabling the block cache the rotot indeed started to work for anonymous visitor's. Thanks for that!
Comment #13
mrfelton commentedI'm marking this as fixed since I'm pretty sure that this issue is the same as #343280: Rotor explodes for logged-in users. Please try with latest from CVS (or wait a few hours for todays dev snapshot to be released). If the problem persists, please reopen this ticket.