cingkonext Posted September 3, 2010 Share Posted September 3, 2010 Salam kenal..saya ada modifikasi sedikit modul popupnews. http://www.prestashop.com/forums/viewthread/62999/pengembangan_dan_modul/modul_popup_newsModul yang saya modif ini digunakan untuk pesan singkat bagi pengunjung web. dibedakan antara member dan bukan member.. terimakasih untuk user Tobi yang telah mengawali membuat modul popupnews.. biar gak bingung saya ubah namanya jadi popuplog.. hehehetelah saya coba di web saya http://www.alatlukis.com dan berjalan baikbagi yang pengen silakan donglot.. popuplog.zip 2 Link to comment Share on other sites More sharing options...
prestanesia Posted September 3, 2010 Share Posted September 3, 2010 hohohoho jadi juga,, keren2 tar aq tambahin di webnya juga ... Link to comment Share on other sites More sharing options...
cingkonext Posted September 3, 2010 Author Share Posted September 3, 2010 hohohoho jadi juga,, keren2 tar aq tambahin di webnya juga ... hehehehe.. saya bisanya cuma modif-modif... tq modul popup news nya.. Link to comment Share on other sites More sharing options...
sumringah Posted September 7, 2010 Share Posted September 7, 2010 mantaps om.. Link to comment Share on other sites More sharing options...
pasko Posted September 22, 2010 Share Posted September 22, 2010 Thank you for this module!It would be useful if we can adapt with languages?Regards. Link to comment Share on other sites More sharing options...
prestanesia Posted September 22, 2010 Share Posted September 22, 2010 Thank you for this module!It would be useful if we can adapt with languages?Regards. whats wrong exactly ? i tho its already handled.regards Link to comment Share on other sites More sharing options...
pasko Posted September 22, 2010 Share Posted September 22, 2010 It is only possible to use it in 1 language! :-S Tested with PS 1.3.1Regards. Link to comment Share on other sites More sharing options...
rololo88 Posted September 29, 2010 Share Posted September 29, 2010 If you use Prestashop v1.1 there's chances you cannot use TinyMCE with this module.In that case i found a way to fix this. Actually in prestashop 1.1 TinyMCE didn't have the file jquery.tinymce.js,this module "call" this file to enable TinyMCE but it will not find it so only a basic textbox will be displayed.The fix for prestashop v1.1 is simple (in my case), i took this file from prestashop 1.2.5then i copied it to /MY-SHOP-DIRECTORY/js/tinymce/jscripts/tiny_mce/ then it was ok.Same solution work also for this other module still on prestashop v1.1: http://prestanesia.com/download/?did=1 Link to comment Share on other sites More sharing options...
prestanesia Posted September 29, 2010 Share Posted September 29, 2010 Actually the module is not tested yet for 1.1 or 1.2 so thanks for the info. I'll update the article later. Link to comment Share on other sites More sharing options...
Mikie Posted December 14, 2010 Share Posted December 14, 2010 Great module,it works fine, and easy to customize the css. It is only possible to use it in 1 language! :-S Tested with PS 1.3.1Regards. To change language:in the folder popupnews copy and paste en.php file, rename the new file in it.php for italian, or es.php for spanish or find the two letter used for your language, then you can translate in Back office as well as other modules.One question:how to set the cookies expiration?I want that after someone clicked "Dont show this window again" the window will open again the next dayThanks Link to comment Share on other sites More sharing options...
prestanesia Posted December 14, 2010 Share Posted December 14, 2010 One question:how to set the cookies expiration?I want that after someone clicked "Dont show this window again" the window will open again the next dayThanks By default, it relies to browser cookies expiration settings but if you want to set manually, open the popupnews.tpl and add cookieExpires: n where n is number of days the splash will not show. Below is the complete code : ... ... {literal} $(function(){$('.meerkat').meerkat({cookieExpires: 1,background: 'transparent',height: '100%',width: '100%',position: 'bottom',dontShowAgain: '#dont-show',close: '#close',animationIn: 'none',animationOut: 'fade',animationSpeed: 500,timer: {/literal}{$interval}{literal[spam-filter]);}); {/literal} ... ... hope this helps. Link to comment Share on other sites More sharing options...
Mikie Posted December 14, 2010 Share Posted December 14, 2010 Thanks for your fast reply ;-) I will test it. Link to comment Share on other sites More sharing options...
idagalma Posted December 19, 2010 Share Posted December 19, 2010 Kalau ingin buat menu yg ada icon seperti yg ada di www.alatlukis.com , gimana boz...kl boleh pls tell memakasih atas kebaikannya ! semoga bisnisnya tambah sukses ! Link to comment Share on other sites More sharing options...
cingkonext Posted December 19, 2010 Author Share Posted December 19, 2010 Kalau ingin buat menu yg ada icon seperti yg ada di www.alatlukis.com , gimana boz...kl boleh pls tell memakasih atas kebaikannya ! semoga bisnisnya tambah sukses ! Menu yang ada icon maksudnya yang mana ya? Link to comment Share on other sites More sharing options...
idagalma Posted December 19, 2010 Share Posted December 19, 2010 seperti contoh yang ini !, disebelah menu ada gambar iconnya Link to comment Share on other sites More sharing options...
cingkonext Posted December 20, 2010 Author Share Posted December 20, 2010 seperti contoh yang ini !, disebelah menu ada gambar iconnya owh itu.. icon itu cuma tambahan, bisa diatur style nya langsung di file tpl nya atau kalau lebih bagus di file css nya..contoh :di file header.tpl > </pre> <ul> {l s='Home'} </ul> di file global.css a.nav1:link, a.nav1:visited { display:block; float:left; padding:0px 8px 0px 22px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(../img/nav1.png) no-repeat left; color:#ffffff;} Link to comment Share on other sites More sharing options...
idagalma Posted December 21, 2010 Share Posted December 21, 2010 saya sudah coba tambahkan script dibawah ini di file global.cssa.nav1:link, a.nav1:visited {display:block; float:left; padding:0px 8px 0px 22px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(../img/nav1.png) no-repeat left; color:#ffffff;}tapi kok nggak ada perubahan gan ! mohon bimbingannya ! Link to comment Share on other sites More sharing options...
cingkonext Posted December 22, 2010 Author Share Posted December 22, 2010 saya sudah coba tambahkan script dibawah ini di file global.cssa.nav1:link, a.nav1:visited {display:block; float:left; padding:0px 8px 0px 22px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(../img/nav1.png) no-repeat left; color:#ffffff;}tapi kok nggak ada perubahan gan ! mohon bimbingannya ! di file header nya udah di deklarasikan nav1 nya? nav1.png nya sudah ada dan diletakkan di tempatnya (../img/nav1.png)? ini hanya style yang sudah umum dipakai dalam web.. Link to comment Share on other sites More sharing options...
p1r4t0s Posted May 20, 2011 Share Posted May 20, 2011 good job!now please helpme!!!how to make a link to show / enable this popup? Link to comment Share on other sites More sharing options...
jonnies_z Posted May 21, 2011 Share Posted May 21, 2011 Keren gan modulnya.. bisa ane coba tuh, www.syafna.com Link to comment Share on other sites More sharing options...
blogilicious Posted June 3, 2011 Share Posted June 3, 2011 wah keren banget nih Link to comment Share on other sites More sharing options...
panoramis Posted August 28, 2011 Share Posted August 28, 2011 good module! thanks for sharing but I have a small problem appears on every page you visit and I am interested only appears on the homepage, I would indicate that I need to make modification so that only appear in the home. Thank you. Link to comment Share on other sites More sharing options...
Lee Juan Posted December 7, 2011 Share Posted December 7, 2011 Sayangnya gak bisa format html.. mau ngasih form subcriber.. Link to comment Share on other sites More sharing options...
prestanesia Posted December 7, 2011 Share Posted December 7, 2011 Sayangnya gak bisa format html.. mau ngasih form subcriber.. untuk insert form, edit langsung aja file tpl nya. Link to comment Share on other sites More sharing options...
buana cyber Posted February 29, 2012 Share Posted February 29, 2012 Mas, mau tanya, modulnya support ps 1.4.x ga? Link to comment Share on other sites More sharing options...
mario30 Posted September 17, 2012 Share Posted September 17, 2012 Hei, Characters not displayed correctly when i save a document. (čšžŽŠČ) ,,š,, and ,,ž,, are all right, the problem is ,,č,, How can I find pop up news table in phpmyadmin? Maybe the problem is in the table? But I can not find this table....whether there actually existed? Please help, otherwise thanks for the module. Link to comment Share on other sites More sharing options...
prestaitalia Posted September 27, 2012 Share Posted September 27, 2012 Hei, Characters not displayed correctly when i save a document. (čšžŽŠČ) ,,š,, and ,,ž,, are all right, the problem is ,,č,, How can I find pop up news table in phpmyadmin? Maybe the problem is in the table? But I can not find this table....whether there actually existed? Please help, otherwise thanks for the module. to solve the problem of characters download this and copy and paste it in the folder popupnews download this popupnews.php greetings from italy Link to comment Share on other sites More sharing options...
dijualjualin Posted October 18, 2013 Share Posted October 18, 2013 popupnews ada yg utk PS 1.5.x ga ? 1 Link to comment Share on other sites More sharing options...
Recommended Posts