Enkidu Posted November 22, 2011 Author Posted November 22, 2011 follow the solution here either that or you can do it yourself go tolook and feel template tool down the page you'll find: rebuild master skin data, select rebuild html from under rebuild:, and notices system from under for application and then click rebuild once that is done click recache skin sets to recache your skin and it should work
Janyour Posted November 22, 2011 Posted November 22, 2011 follow the solution here thank you man it work now one other probleme, the "next "or "dismiss " controls are not working for me (2.x tempplate), is there any option to enable that ?
Enkidu Posted November 22, 2011 Author Posted November 22, 2011 when you say not working, what do you mean? what happen when you click them?
Enkidu Posted November 22, 2011 Author Posted November 22, 2011 PM me your board URL, I wanna see it by myself
Smokey-Rev Posted November 22, 2011 Posted November 22, 2011 which page you want it to appear at? just the main IP.Content page at http://www.revillution.com/ and nothing else....no affiliates.php or any other IP.Content pages......would it be possible to perhaps make this into a block of sorts? I think that may work better?
Enkidu Posted November 22, 2011 Author Posted November 22, 2011 just the main IP.Content page at http://www.revillution.com/ and nothing else....no affiliates.php or any other IP.Content pages......would it be possible to perhaps make this into a block of sorts? I think that may work better? wait, lemme get back to my lap to work on something for you. I'll PM you when it's ready :)
Richard.C Posted November 22, 2011 Posted November 22, 2011 if I dismiss all messages, the bar with the reset button doesn't appear until I do a page refresh, is that normal or should it slide up and show the reset button without a refresh? - that's on latest build of chrome not a big deal, just something to consider during a next update :) Rich
Richard.C Posted November 22, 2011 Posted November 22, 2011 can there be a setting to reset the cookie after a admin settable period (7 days, 30 days etc)? I can see members hiding all the messages and never knowing if a message has been updated. I know I can get new messages to display but there may be messages that the content has changes, eg: a date/place of an event, for example also, when there is only 1 message to display, can you turn off the fade effect?
Enkidu Posted November 22, 2011 Author Posted November 22, 2011 if I dismiss all messages, the bar with the reset button doesn't appear until I do a page refresh, is that normal or should it slide up and show the reset button without a refresh? - that's on latest build of chrome not a big deal, just something to consider during a next update :smile: Rich this is an intended behaviour because the resent button is part of the rotator where the sliding up effect is applied. It will look sily if I made it slide up and down again with just a button. I thought about it and actually implemented that but didn't look nice. can there be a setting to reset the cookie after a admin settable period (7 days, 30 days etc)? I can see members hiding all the messages and never knowing if a message has been updated. I know I can get new messages to display but there may be messages that the content has changes, eg: a date/place of an event, for example also, when there is only 1 message to display, can you turn off the fade effect? you can edit the period in the code itself. let me see, goto: public/js/3rd_party/pluit_carousel.js and find: this.noticesCkJar=new CookieJar({expires:3600*24*365*10,path:"/"}) so what I'm doing here is setting the cookies to expire after 10 years (measured in seconds) so to make it expires in 7 days, change to this.noticesCkJar=new CookieJar({expires:3600*24*7,path:"/"})
EleganceReef Posted November 23, 2011 Posted November 23, 2011 I have a small issue, checked all permision/criteria and can not find nothing wrong, I made new notice and set visibility to all including guest, skins set are also checked for all skins, location in board index, but guest can not see notice?
Enkidu Posted November 23, 2011 Author Posted November 23, 2011 make sure that the post and likes fields are empty and not filled with zero. PM me if that wasn't the case :)
EleganceReef Posted November 23, 2011 Posted November 23, 2011 Everything is empty , please check here as a guest, do you see the notice? http://www.elegancereef.com/forum/ You already have my details in your pm folder :smile:
Enkidu Posted November 23, 2011 Author Posted November 23, 2011 Everything is empty , please check here as a guest, do you see the notice? http://www.elegancereef.com/forum/ You already have my details in your pm folder :smile: yes I see a notice
EleganceReef Posted November 23, 2011 Posted November 23, 2011 LOL, go figoure, when I am not loged in I do not see the notice, thank you for your help, will investigate why I do not see the notice when I am not loged in, not related with your notice system obviously.
Asad Chaudhry Posted November 27, 2011 Posted November 27, 2011 Hi Enkido, Great plugin!! I am having an issue with a notices appearing for guests. I have set up a notice that should appear for the Guest member group, but when I log out of my account on my forum, the notice is not visible. Any ideas?
Enkidu Posted November 27, 2011 Author Posted November 27, 2011 Hi Enkido, Great plugin!! I am having an issue with a notices appearing for guests. I have set up a notice that should appear for the Guest member group, but when I log out of my account on my forum, the notice is not visible. Any ideas? have you filled/made sure you haven't filled any other criteria?
Asad Chaudhry Posted November 27, 2011 Posted November 27, 2011 have you filled/made sure you haven't filled any other criteria? The only other criteria I filled in was the skin set, Forum Application, and to display it on the Board Index
Enkidu Posted November 27, 2011 Author Posted November 27, 2011 PM me your board details and I will investigate for you :)
Clancy Posted December 2, 2011 Posted December 2, 2011 Hi Enkidu, Just wondering, is there a way to have it not show on a certain IP.Content page? Thanks Clancy
Enkidu Posted December 2, 2011 Author Posted December 2, 2011 Hi Enkidu, Just wondering, is there a way to have it not show on a certain IP.Content page? Thanks Clancy working on it :)
smokypixel Posted December 3, 2011 Posted December 3, 2011 Hello, we have an issue with -what is seems like- the default functionality of this mod: When you do nothing, notices roll one after another > FINE When you mouseover one notice, the scrolling pauses > FINE When you move your mouse outside the notice box, the scrolling resumes > FINE When you press the STOP button, scrolling stops > FINE but When after having pressed the STOP button, you mouseover the notice box, then after you leave it, it RESUMES scrolling. this makes it impossible to just make the damn thing to stop, since mouseover is something that will happen a zillion times when you browse a forum, going up + down the page, the mouse will go over the notices many times. Pressing STOP should stop the scrolling, no matter what happens after that. Is there any way we can tamper with the js code to make this happen? or is this a bug? (which I highly doubt, since in your demo also works the same way)
Enkidu Posted December 3, 2011 Author Posted December 3, 2011 HI It's not a bug. I'm fully aware of it. I will make an update to the JS and post it here/to you cheers
Enkidu Posted December 3, 2011 Author Posted December 3, 2011 Hello, we have an issue with -what is seems like- the default functionality of this mod: When you do nothing, notices roll one after another > FINE When you mouseover one notice, the scrolling pauses > FINE When you move your mouse outside the notice box, the scrolling resumes > FINE When you press the STOP button, scrolling stops > FINE but When after having pressed the STOP button, you mouseover the notice box, then after you leave it, it RESUMES scrolling. this makes it impossible to just make the damn thing to stop, since mouseover is something that will happen a zillion times when you browse a forum, going up + down the page, the mouse will go over the notices many times. Pressing STOP should stop the scrolling, no matter what happens after that. Is there any way we can tamper with the js code to make this happen? or is this a bug? (which I highly doubt, since in your demo also works the same way) Hi uncompress and upload the attached file to /public/js/3rd_party replacing the one already there. Delete your browser's cache and see if it solves your issues cheerspluit-carousel.zip
Recommended Posts
Archived
This topic is now archived and is closed to further replies.