Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
onlyME Posted August 1, 2016 Author Posted August 1, 2016 1 hour ago, GrooveOnBeat said: A few posts up someone mentioned about a reset button, so I was just asking if there is one. Now when I think about it, having a reset button may not be a bad idea. Let's say after creating my popup I want to reuse the popup instead of creating a new one. If the popup was originally set to show one time, even after I make the changes for the new popup, it won't display unless I change the settings to +1 as an example. Rather than having to change the settings in order to reuse the popup, why not have a reset button which will force the popup again as if the popup was new. The reset button can be an on/off toggle that when turned on, will force the popup to show again. I will find a solution. GrooveOnBeat and ResPecT My Authoritah 2
ResPecT My Authoritah Posted August 1, 2016 Posted August 1, 2016 3 hours ago, onlyME said: I don't understand this button. reset button will clear the cookies to the message so it can appear again even after guest reads it. there should be a reset button for each pop up to clear the cookies. Another good idea would have the option to make the close X a button that says "OK" or a custom button you can put at the bottom of the popup so it will act as the X button. That would be awesome.
onlyME Posted August 1, 2016 Author Posted August 1, 2016 17 minutes ago, Ty Locke said: reset button will clear the cookies to the message so it can appear again even after guest reads it. there should be a reset button for each pop up to clear the cookies. Another good idea would have the option to make the close X a button that says "OK" or a custom button you can put at the bottom of the popup so it will act as the X button. That would be awesome. The cookie was saved in user's browser, I don't have a way to clear. A custom button is ok.
ResPecT My Authoritah Posted August 1, 2016 Posted August 1, 2016 Just now, onlyME said: The cookie was saved in user's browser, I don't have a way to clear. A custom button is ok. cant you add like another cookie token or somthing when u press reset..im sure it can be done because other forums have this mod with reset on it
onlyME Posted August 1, 2016 Author Posted August 1, 2016 Just now, Ty Locke said: cant you add like another cookie token or somthing when u press reset..im sure it can be done because other forums have this mod with reset on it It saved cookie with popup ID. I think I need to change in some next versions. ResPecT My Authoritah 1
ResPecT My Authoritah Posted August 1, 2016 Posted August 1, 2016 Just now, onlyME said: It saved cookie with popup ID. I think I need to change in some next versions. sounds good ... dont forget the custom button please.. maybe u can also add redirect urls to that button too.
onlyME Posted August 1, 2016 Author Posted August 1, 2016 Just now, Ty Locke said: sounds good ... dont forget the custom button please.. maybe u can also add redirect urls to that button too. You can edit your theme > easypopup > front > embed > showPopup and add html code for your button.
ResPecT My Authoritah Posted August 1, 2016 Posted August 1, 2016 5 minutes ago, onlyME said: You can edit your theme > easypopup > front > embed > showPopup and add html code for your button. html and php is hard
onlyME Posted August 1, 2016 Author Posted August 1, 2016 Just now, Ty Locke said: html and php is hard Give me ACP access I will add a button with redirect link to your popup.
ResPecT My Authoritah Posted August 2, 2016 Posted August 2, 2016 Can you send me the code through here or are you going to update the file?
onlyME Posted August 2, 2016 Author Posted August 2, 2016 (edited) 2 hours ago, Ty Locke said: Can you send me the code through here or are you going to update the file? Turn of ckeditor in easypopup and use the html in popup's content <div style="text-align: center; margin: 10px;"> <a href="http://yourdomain/" class="ipsButton ipsButton_primary b-close">Your button</a> </div> I will update the reset button in ACP for admin to reset the popup cookies, but I will not update the button. Edited August 2, 2016 by onlyME
ResPecT My Authoritah Posted August 2, 2016 Posted August 2, 2016 9 minutes ago, onlyME said: Turn of ckeditor in easypopup and use the html in popup's content <div style="text-align: center; margin: 10px;"> <a href="http://yourdomain/" class="ipsButton ipsButton_primary b-close">Your button</a> </div> I will update the reset button in ACP for admin to reset the popup cookies, but I will not update the button. Well if you have time.. How do you add an image like regular thats clickable but if you want to type some text underneath the big image.. how do you do that?
onlyME Posted August 2, 2016 Author Posted August 2, 2016 1 minute ago, Ty Locke said: Well if you have time.. How do you add an image like regular thats clickable but if you want to type some text underneath the big image.. how do you do that? I don't uderstand, can you show me an example?
ResPecT My Authoritah Posted August 2, 2016 Posted August 2, 2016 Just now, onlyME said: I don't uderstand, can you show me an example? Like I want... you know like a linkable picture but I i want to write words underneath aswell.. basically like how you have the upload picture.. but also i want text underneath the picture.
onlyME Posted August 2, 2016 Author Posted August 2, 2016 2 minutes ago, Ty Locke said: Like I want... you know like a linkable picture but I i want to write words underneath aswell.. basically like how you have the upload picture.. but also i want text underneath the picture. <div style='text-align: center'> <a href='http://redirecto/'> <img src='http://yourdomain/image.jpg'> </a> <br> Your text here </div>
ResPecT My Authoritah Posted August 2, 2016 Posted August 2, 2016 20 minutes ago, onlyME said: <div style='text-align: center'> <a href='http://redirecto/'> <img src='http://yourdomain/image.jpg'> </a> <br> Your text here </div> Okay so bascially I figured out what to do.. I added a picture and wrote the text under the attachments.. but when uploading the picture from attachments it doesnt look as good it looks ugly..
GrooveOnBeat Posted August 2, 2016 Posted August 2, 2016 21 hours ago, onlyME said: I will find a solution. Thanks!
ResPecT My Authoritah Posted August 6, 2016 Posted August 6, 2016 I just came up with a ingenious idea! Can you add an option so a popup will display to people who leave the site? And it will show a button that says. "leave" or Sigup ... ?? and you can put whatever picture or message you want in the box? You can kind of duplicate the code from here:
onlyME Posted August 6, 2016 Author Posted August 6, 2016 19 minutes ago, ResPecT My Authoritah said: I just came up with a ingenious idea! Can you add an option so a popup will display to people who leave the site? And it will show a button that says. "leave" or Sigup ... ?? and you can put whatever picture or message you want in the box? You can kind of duplicate the code from here: I love this idea. I will consider.
ResPecT My Authoritah Posted August 6, 2016 Posted August 6, 2016 4 hours ago, onlyME said: I love this idea. I will consider. I tried to contact the developer but he moved on and wont be back so you could take over. I could buy the mod for you so you can look at the code if you want?
onlyME Posted August 6, 2016 Author Posted August 6, 2016 6 minutes ago, ResPecT My Authoritah said: I tried to contact the developer but he moved on and wont be back so you could take over. I could buy the mod for you so you can look at the code if you want? No, I don't make new. I will consider about an option for my current Easy Popup to show popup when exit page. SammyS 1
ResPecT My Authoritah Posted August 6, 2016 Posted August 6, 2016 Just now, onlyME said: No, I don't make new. I will consider about an option for my current Easy Popup to show popup when exit page. Sounds good thanks man.. If you have time you should insert the button without putting code.
gabs007 Posted August 11, 2016 Posted August 11, 2016 HI Onlyme, I have a doubt about this widget. I have an adult community. Can this product be used as one of those windows that warn guests that they are accessing an adult site and they have to be over 18+ ? Can this popup be shown to all the new guests ? and appear every 2 days ,for example, to all visitors independently ( I assume controlled by a cookie ) Can still the google bot search for the content in the website if the window shows to visitors ? Thanks
onlyME Posted August 12, 2016 Author Posted August 12, 2016 8 hours ago, gabs007 said: HI Onlyme, I have a doubt about this widget. I have an adult community. Can this product be used as one of those windows that warn guests that they are accessing an adult site and they have to be over 18+ ? Can this popup be shown to all the new guests ? and appear every 2 days ,for example, to all visitors independently ( I assume controlled by a cookie ) Can still the google bot search for the content in the website if the window shows to visitors ? Thanks Hi, It has permission setting for Groups. And you can use the ' Frequency to show ' option to make your popup shows every 2days. Google bot can search the content. gabs007 1
ResPecT My Authoritah Posted August 13, 2016 Posted August 13, 2016 @onlyME Hey bim.. this is an emergency.. Can you please add a button.. so that when a user click on the image and they go to that page .. the popup wont show again?? for example.. I have a contest going on and i use the popup to show to all the members.. and when they click on the image.. it goes to that topic but when they get done reading it.. the pop up still shows on each page.. so I need it so when they click on the image.. it acts like the x button and once they read it.. the pop up wont show again unless i reset the cookies.. Please bim.. and thank you so much!!
Recommended Posts