Jump to content

Leaderboard

  1. mr-pimpen

    mr-pimpen

    Blizzard


    • Points

      3

    • Posts

      1,294


  2. Tony

    Tony

    Administrator


    • Points

      2

    • Posts

      5,256


  3. tempest21

    tempest21

    Rookie


    • Points

      2

    • Posts

      37


  4. titcrunch

    titcrunch

    Community Regular


    • Points

      2

    • Posts

      736


Popular Content

Showing content with the highest reputation on 03/08/2019 in all areas

  1. need to change the name and color for your theme add to extraless .cForumList .ipsDataItem_unread .ipsDataItem_title:before, .cForumGrid_unread .ipsPhotoPanel h3 a:after{ content: "NEW"; color: #fff; background: {theme="ipsf_newBadge"}; display: inline-block; font-size: 0.9rem; line-height: 1.8rem; border-radius: 3px; padding: 0 4px; margin: -1px 4px -2px 0px; }
    1 point
  2. Version 4.4.10

    17,575 downloads

    Invision Community Suite 4.4.10 WebFlake Release Date: 2/20/2020 WebFlake Note: Please create a support topic in IPS Support if you need assistance.
    1 point
  3. Hi all, for remove the notification update of IPS : Edit your theme in html & css => search : ipsMessage => select : updateWarning => comment the code <!-- you code page of updateWarning -->and save Now you have no more notification of new update of IPS
    1 point
  4. With all of the excitement as of late about WebFlake potentially adding our own license to software distributions, I want to be perfectly clear: WebFlake has not, nor will we ever, require a license or implement a licensing system. It's unfortunate that the try-before-buy scene has become what it has: communities more interested in self-importance than its users. No one in this market has any moral standing with which to stake a claim to content distributions -- it defeats the purpose of "free". These licensing systems might claim to be about "exclusivity" but really, it's about ego and monetization of an equal-value product they foolishly believe they own the rights to. An attempt to corner the market, thereby alienating a significant number of users. As a result of this nonsense, WebFlake is going to show good faith in the community and challenge the status quo. Effective today, we are officially lifting our longtime policy against leeching. Group-based download restrictions will remain as they are but we will no longer actively enforce an anti-leeching policy. You are free to download our content and do with it whatever you so desire. We're confident that our work and this website speaks for itself. It is our hope that our integrity, professionalism, and tireless drive to be the absolute best instills your confidence in WebFlake. Most importantly perhaps, you can rest assured that our content will always be license free. Please be aware of the risk you put yourself in by agreeing to any of these new license agreements with other communities. WebFlake will still be here.
    1 point
  5. Version 2.0.6

    865 downloads

    updated for 4.4
    1 point
  6. 431 downloads

    Warz, it's crafted for all categoryes ( gaming / business e.t.c ) Info: - It's the first release, so if you see some bugs just give me a pm here. - If you want to change body / background / top / footer, give me a pm. - Theme it’s made with profile in topic ( so you don’t need to install plugins for that ) - For footer i used ( general statistics widget, members widget, who’s online widget ) - For sidebar i used ( top contributors, topic and post feed widgets )
    1 point
  7. i see some members are asking the question how to speed up there website i will give the basics! first things first you will not get your website 100% perfect that would take lots of time and money to hire some professional to do so here is a simple way to make your site run smooth with a few things to add to your .htaccess file in the root of your domain ! for Leverage browser caching add <IfModule mod_expires.c> ExpiresActive On # Images ExpiresByType image/jpeg "access plus 1 year" ExpiresByType image/gif "access plus 1 year" ExpiresByType image/png "access plus 1 year" ExpiresByType image/webp "access plus 1 year" ExpiresByType image/svg+xml "access plus 1 year" ExpiresByType image/x-icon "access plus 1 year" # Video ExpiresByType video/mp4 "access plus 1 year" ExpiresByType video/mpeg "access plus 1 year" # CSS, JavaScript ExpiresByType text/css "access plus 1 month" ExpiresByType text/javascript "access plus 1 month" ExpiresByType application/javascript "access plus 1 month" # Others ExpiresByType application/pdf "access plus 1 month" ExpiresByType application/x-shockwave-flash "access plus 1 month" </IfModule> avoid bad request witch its telling you that you ether dont have your file in the right section of your host witch look for the solution go here>>>>website test you will find where the issues are. Serve scaled images server scaled images its because you might not have the right dimensions like an image might be 500 x 300 witch it would need to be corrected use the link below to optimize your images it may be a pain to do but it will save you the time of having to ask someone how to improve images how to do this the right way go to your cpanle and look for images and that will help you out Optimize images avoid http 404 nt found error this means that you removed the image or file or you just have it in the rung place check your host to find it Enable compression via .htaccess some members have asked th question how to enable compress for this add <ifModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file .(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* </ifModule> add expires headers htaccess some of you may have this issue so use the codes below to fix that <IfModule mod_expires.c> ExpiresActive on # Perhaps better to whitelist expires rules? Perhaps. ExpiresDefault "access plus 1 month" # Data ExpiresByType text/xml "access plus 0 seconds" ExpiresByType application/xml "access plus 0 seconds" ExpiresByType application/json "access plus 0 seconds" # Favicon (cannot be renamed) ExpiresByType image/x-icon "access plus 1 week" # Media: images, video, audio ExpiresByType image/gif "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType video/ogg "access plus 1 month" ExpiresByType audio/ogg "access plus 1 month" ExpiresByType video/mp4 "access plus 1 month" ExpiresByType video/webm "access plus 1 month" # Webfonts ExpiresByType application/x-font-ttf "access plus 1 month" ExpiresByType font/opentype "access plus 1 month" ExpiresByType application/x-font-woff "access plus 1 month" ExpiresByType image/svg+xml "access plus 1 month" ExpiresByType application/vnd.ms-fontobject "access plus 1 month" # CSS and JavaScript ExpiresByType text/css "access plus 1 year" ExpiresByType application/javascript "access plus 1 year" </IfModule> just do this and some of your issues will be less of a headache!
    1 point
  8. You can upgrade straight to 4.4.1 but remember backup all current files and database first.
    1 point
  9. you can create 2 groups : - first is for new subscriber and no DM or/and PM posibility - second is the same with DM or/and PM activate And use promote system for send member after X post
    1 point
  10. 1 point
  11. Congratulations, I hope he will help this forum.
    1 point
  12. nice, thanks for sharing bro
    1 point
  13. I'm trying to find what you're looking for but there used to be a plugin that allowed an IPB owner to setup personal messages so that you had to have a certain number of posted messages before you could send a PM/DM. Give me a day or two and I'll see what I can do in finding what it was. There is an option that allows you to restrict, per day, on how many PMs can be sen, daily, per usergroup. But, you're asking for something that restricts an individual member from sending PMs until they reach a certain post count.
    1 point
  14. I have to admit that yeah, it could be his web hosting that's causing it. My current webhost, I had similar problems and realized that it was due to the lack of upgrades with my webhost. When they upgraded their servers by upgrading their CPUs on their servers, I saw minimal server lag and the server lag I would experience would come from other idiots on the same server who were abusing system resources. It's not the IPS software that's the problem but when you experience lag, you don't associate it with your webhost.
    1 point
  15. thanks for your kindly answer, that's the version i have installed which goes according to the ckeditor version on the ipb suite but actually the real problem of this bug was caused by the browser, i found out thhat opera was somehow blocking some js stuff due to a bad upgradde on the browseer itself. this problem is now resolved and its working again :)
    1 point
  16. Version 1.0.0

    21 downloads

    Надявам се този превод да ви помогне с разработката на вашия проект. Превода не е 100% завършен но продължавам да работя по него и скоро ще го ъпдейтна. В този файл ще намерите превод на: System (ACP) Forum Downloads Pages ChatBox MemberShop Trophies & Medals Enhanced User Info Panel Препоръчвам ви този плъгин ако ползвате повече от един език:
    1 point
  17. thanks for the help works better
    1 point
  18. @import url("https://fonts.googleapis.com/css?family=Finger+Paint"); span { display: inline-block; text-shadow: 0 0 0 whitesmoke; -webkit-animation: smoky 10s 10s both; animation: smoky 10s 10s both; } span:nth-child(even) { -webkit-animation-name: smoky-mirror; animation-name: smoky-mirror; } @-webkit-keyframes smoky { 60% { text-shadow: 0 0 40px whitesmoke; } to { -webkit-transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5); transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5); text-shadow: 0 0 20px whitesmoke; opacity: 0; } } @keyframes smoky { 60% { text-shadow: 0 0 40px whitesmoke; } to { -webkit-transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5); transform: translate3d(15rem, -8rem, 0) rotate(-40deg) skewX(70deg) scale(1.5); text-shadow: 0 0 20px whitesmoke; opacity: 0; } } @-webkit-keyframes smoky-mirror { 60% { text-shadow: 0 0 40px whitesmoke; } to { -webkit-transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2); transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2); text-shadow: 0 0 20px whitesmoke; opacity: 0; } } @keyframes smoky-mirror { 60% { text-shadow: 0 0 40px whitesmoke; } to { -webkit-transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2); transform: translate3d(18rem, -8rem, 0) rotate(-40deg) skewX(-70deg) scale(2); text-shadow: 0 0 20px whitesmoke; opacity: 0; } } span:nth-of-type(1) { -webkit-animation-delay: 3.1s; animation-delay: 3.1s; } span:nth-of-type(2) { -webkit-animation-delay: 3.2s; animation-delay: 3.2s; } span:nth-of-type(3) { -webkit-animation-delay: 3.3s; animation-delay: 3.3s; } span:nth-of-type(4) { -webkit-animation-delay: 3.4s; animation-delay: 3.4s; } span:nth-of-type(5) { -webkit-animation-delay: 3.5s; animation-delay: 3.5s; } span:nth-of-type(6) { -webkit-animation-delay: 3.6s; animation-delay: 3.6s; } span:nth-of-type(7) { -webkit-animation-delay: 3.7s; animation-delay: 3.7s; } span:nth-of-type(8) { -webkit-animation-delay: 3.8s; animation-delay: 3.8s; } span:nth-of-type(9) { -webkit-animation-delay: 3.9s; animation-delay: 3.9s; } span:nth-of-type(10) { -webkit-animation-delay: 4s; animation-delay: 4s; } span:nth-of-type(11) { -webkit-animation-delay: 4.1s; animation-delay: 4.1s; } span:nth-of-type(12) { -webkit-animation-delay: 4.2s; animation-delay: 4.2s; } span:nth-of-type(13) { -webkit-animation-delay: 4.3s; animation-delay: 4.3s; } span:nth-of-type(14) { -webkit-animation-delay: 4.4s; animation-delay: 4.4s; } span:nth-of-type(15) { -webkit-animation-delay: 4.5s; animation-delay: 4.5s; } span:nth-of-type(16) { -webkit-animation-delay: 4.6s; animation-delay: 4.6s; } span:nth-of-type(17) { -webkit-animation-delay: 4.7s; animation-delay: 4.7s; } span:nth-of-type(18) { -webkit-animation-delay: 4.8s; animation-delay: 4.8s; } span:nth-of-type(19) { -webkit-animation-delay: 4.9s; animation-delay: 4.9s; } span:nth-of-type(20) { -webkit-animation-delay: 5s; animation-delay: 5s; } span:nth-of-type(21) { -webkit-animation-delay: 5.1s; animation-delay: 5.1s; } Easier HTML read <span>C</span> <span>S</span> <span>S</span> <span>&nbsp;</span> <span>S</span> <span>m</span> <span>o</span> <span>k</span> <span>y</span> <span>&nbsp;</span> <span>T</span> <span>e</span> <span>x</span> <span>t</span> <span>&nbsp;</span> <span>E</span> <span>f</span> <span>f</span> <span>e</span> <span>c</span> <span>t</span>
    1 point
  19. https://books.goalkicker.com/ .NET Framework Notes for Professionals Algorithms Notes for Professionals Android® Notes for Professionals Angular 2 Notes for Professionals AngularJS Notes for Professionals Bash Notes for Professionals C Notes for Professionals C++ Notes for Professionals C# Notes for Professionals CSS Notes for Professionals Entity Framework Notes for Professionals Excel® VBA Notes for Professionals Git® Notes for Professionals Haskell Notes for Professionals Hibernate Notes for Professionals HTML5 Notes for Professionals HTML5 Canvas Notes for Professionals iOS® Notes for Professionals Java® Notes for Professionals JavaScript® Notes for Professionals jQuery® Notes for Professionals Kotlin® Notes for Professionals LaTeX Notes for Professionals Linux® Notes for Professionals MATLAB® Notes for Professionals Microsoft® SQL Server® Notes for Professionals MongoDB® Notes for Professionals MySQL® Notes for Professionals Node.JS® Notes for Professionals Objective-C® Notes for Professionals Oracle® Database Notes for Professionals Perl® Notes for Professionals PHP Notes for Professionals PostgreSQL® Notes for Professionals PowerShell® Notes for Professionals Python® Notes for Professionals R Notes for Professionals React JS Notes for Professionals React Native Notes for Professionals Ruby® Notes for Professionals Ruby on Rails® Notes for Professionals Spring® Framework Notes for Professionals SQL Notes for Professionals Swift™ Notes for Professionals TypeScript Notes for Professionals VBA Notes for Professionals Visual Basic® .NET Notes for Professionals Xamarin.Forms Notes for Professionals
    1 point
  20. Version 4.1.4

    235 downloads

    Compatible with 4.2.X
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...