Richard.C Posted December 5, 2011 Posted December 5, 2011 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 will you be updating the application with this new code (in due course) ? Also, is it possible to set the message box height per message, or will that mess with the JS? - for example for most messages we use 50px, but for some messages, such as a Nexus specific one, we need a much taller message box so it can hold a menu and special offers and other good stuff. finally, when only 1 message is displayed on a specific page, can you change the 'fade' function so it doesn't fade the single message in and out, it pulses which is kinda of strange, lol regards Richard
svit Posted December 5, 2011 Posted December 5, 2011 I have noticed messages assigned for 'Members' are being projected to Members List, Member's Profile as well as Messages, I think it would be helpful if we could choose to have them displayed in those areas specifically and target our notices more precisely.
Enkidu Posted December 5, 2011 Author Posted December 5, 2011 will you be updating the application with this new code (in due course) ? Also, is it possible to set the message box height per message, or will that mess with the JS? - for example for most messages we use 50px, but for some messages, such as a Nexus specific one, we need a much taller message box so it can hold a menu and special offers and other good stuff. finally, when only 1 message is displayed on a specific page, can you change the 'fade' function so it doesn't fade the single message in and out, it pulses which is kinda of strange, lol regards Richard 1- yes there will be an update once I know it is working. 2- I can make the js calculates the height automatically (P.S. it partially does it now) but the problem was that CKE sometimes adds 3 or 4 empty lines which makes the calculated height way higher than the contents of the notice. 3- oh are you using the 1.x or 2.x look?
Enkidu Posted December 5, 2011 Author Posted December 5, 2011 I have noticed messages assigned for 'Members' are being projected to Members List, Member's Profile as well as Messages, I think it would be helpful if we could choose to have them displayed in those areas specifically and target our notices more precisely. yes because all of these locations are parts of the members app. You can use the requested URL to fine tune that. for example: you could put app=members&module=messaging to make it display on the messenger section, or members/ tom ake display on the member list or even user/ for the members profiles :smile:
Richard.C Posted December 5, 2011 Posted December 5, 2011 3- oh are you using the 1.x or 2.x look? currently 2.x look (but with a single message to display it fades in and out on 1.x and 2.x look) app version is 2.1.1 I would use the 1.x look but there is no dismiss message button :(
Enkidu Posted December 5, 2011 Author Posted December 5, 2011 currently 2.x look (but with a single message to display it fades in and out on 1.x and 2.x look) app version is 2.1.1 I would use the 1.x look but there is no dismiss message button :( have you tried the JS file above? I have an idea about why it is happening and maybe the file above has the solution because I fixed similar bug earlier :)
smokypixel Posted December 7, 2011 Posted December 7, 2011 Thanks for the fix, but it doesn't seem to change anything, still having the same behaviour. Even tried at a browser that has never visited the site again (so no cache at all there) and still same problem.
Enkidu Posted December 7, 2011 Author Posted December 7, 2011 Thanks for the fix, but it doesn't seem to change anything, still having the same behaviour. Even tried at a browser that has never visited the site again (so no cache at all there) and still same problem. post or PM me your board URL so I can see it live.
Volstate Posted December 8, 2011 Posted December 8, 2011 The ad system and this are interfering with one another for some reason. If I take the header ad off this app displays fine but if i put enable the header ad this is what i am getting. Suggestions?
Volstate Posted December 8, 2011 Posted December 8, 2011 Disregard..I think it was the ad system. I generated a new code and used i-frame as the format and it seemed to fix it. I don't quite understand it..but it works so thats a-ok with me :)
Enkidu Posted December 8, 2011 Author Posted December 8, 2011 you could try to clear the float so that the notices do not get floated left or right :)
Freeborne Posted December 11, 2011 Posted December 11, 2011 Your skills at modding are definitely getting much better. This mod looks good, so I've purchased it to support your efforts and hope to find a use on my site for this. A few small suggestions: 1. Make the buttons for Play/Stop/Paused" the same width, so when you mouse-over the message and it changes to "Paused" the button doesn't resize. 2. Slow down the transition animation a few milliseconds on your demo site. Your demo site moves too fast when you click the next message. 3. Include (optional) number of slides next to the Next/Preview buttons with each slide number a small button you can click to select that slide. Just like a jQuery slider with 5 slides you can click between them all. Knowing how many slides are available in total makes it more user-friendly IMHO.
Enkidu Posted December 11, 2011 Author Posted December 11, 2011 Your skills at modding are definitely getting much better. This mod looks good, so I've purchased it to support your efforts and hope to find a use on my site for this. A few small suggestions: 1. Make the buttons for Play/Stop/Paused" the same width, so when you mouse-over the message and it changes to "Paused" the button doesn't resize. 2. Slow down the transition animation a few milliseconds on your demo site. Your demo site moves too fast when you click the next message. 3. Include (optional) number of slides next to the Next/Preview buttons with each slide number a small button you can click to select that slide. Just like a jQuery slider with 5 slides you can click between them all. Knowing how many slides are available in total makes it more user-friendly IMHO. thanks very much I'll look into implementing them in the next version :)
Richard.C Posted December 11, 2011 Posted December 11, 2011 oh that reminds me, sometimes I have slow page loads (nothing to do with your mod) - Is it possible to not display any messages until the page is fully loaded, or maybe put a small delay during a page refresh? What happens is during a page load all messages are displayed at once and all bunched up like a row of squished thumbnails. Its mostly noticeable on the type/style 2 version cheers Rich
Enkidu Posted December 11, 2011 Author Posted December 11, 2011 oh that reminds me, sometimes I have slow page loads (nothing to do with your mod) - Is it possible to not display any messages until the page is fully loaded, or maybe put a small delay during a page refresh? What happens is during a page load all messages are displayed at once and all bunched up like a row of squished thumbnails. Its mostly noticeable on the type/style 2 version cheers Rich you could initially set the viewport style to display:none and then show it when the JS is loaded.
Richard.C Posted December 11, 2011 Posted December 11, 2011 you could initially set the viewport style to display:none and then show it when the JS is loaded. is that done in here? background: none repeat scroll 0 0 #EBF0F3 !important; font-size:14px;color:#000; border: 1px solid #CCCCCC;overflow: hidden;
Enkidu Posted December 12, 2011 Author Posted December 12, 2011 in theory yes but you need to edit the JS as well
Richard.C Posted December 12, 2011 Posted December 12, 2011 I'll leave it be. I don't like messing with apps so much, maybe consider it in the next revision? Its not Earth shatteringly important, just a nicety
Enkidu Posted December 12, 2011 Author Posted December 12, 2011 it already entered my black list of todos
FxG Biohazard Posted December 13, 2011 Posted December 13, 2011 i had the version before and it worked fine, now i upgraded and I can set it up in adminCP but it doesnt display on my site... any thoughts?? here is a link to my site to check if you can see it... www.FortifiedGaming360.com
FxG Biohazard Posted December 13, 2011 Posted December 13, 2011 the test notice is setup to be displayed from now till christmas and for anyone on the site guest or member to view...
Enkidu Posted December 13, 2011 Author Posted December 13, 2011 there is a known issue after upgrading from 1.x to 2.x. The issue is that the number of posts field would be filled with 0. Guest can't have a post count of 0 (or anything else) so the criteria will never match. So please can you make sure that the criteria are set up correctly? if you are still having issues, PM me and we will work on solution from there :smile:
Viper V2 Posted December 13, 2011 Posted December 13, 2011 I bought it today and installed. I get this error message when I have the hood enabled, nevermind, I just rebuild and then recahed the skins and that fixed it.
Enkidu Posted December 13, 2011 Author Posted December 13, 2011 I bought it today and installed. I get this error message when I have the hood enabled, nevermind, I just rebuild and then recahed the skins and that fixed it. yeah this has become common issue with all apps recently. I hope IPB will fix it soon :) welcome on-board :)
Le_Bodyguard Posted December 16, 2011 Posted December 16, 2011 Error when i enabled hook : Fatal error: Call to a member function enkiduNoticesTemplateLegacy() on a non-object in /home/......../public_html/......../forum/hooks/enkiduNotices_b7cfe21cda557adc45c5e68c6816de3c.php on line 63 :cry: I just rebuild and then recahed the skins and that fixed it. YES, it's OK :-))))
Recommended Posts
Archived
This topic is now archived and is closed to further replies.