Jump to content

The Grim Reaper

Expert
  • Posts

    377
  • Joined

  • Last visited

  • Days Won

    31

Everything posted by The Grim Reaper

  1. You can try to run the support tool to see what problems do you get from your host or your software platform. No, i don't know others plugins with that option, im using the staff directory from platform.
  2. Well, that error are shown because your links have been removed from their content, these means that are deleted. They are already in search motors and thats the reason why you got that errors.
  3. Go intro FTP - public_html and set 755 or 777 permission to your platform folder.
  4. Can you offer some more details, what links, do you want to create a pop-up like in the picture ?
  5. That is a plugin which was released for 4.0.x to 4.1, you can't use that on 4.3.x
  6. Version 2.1.0

    55 downloads

    English: Attention! The plugin has changed its name from "(aXen_4.3) Your posts from chatbox"! The plugin shows entries from the Chatbox app in: Hovercard, Profile, ProfileHeader, Topics An application (BIM) Chatbox FREE is required in any version. Polski: Uwaga! Wtyczka zmieniła swoją nazwę z "(aXen_4.3) Your posts from chatbox"! Wtyczka pokazuje wpisy z aplikacji Chatbox w: Hovercard - Podgląd profilu, Profile - Profil, ProfileHeader - Header profilu, Topics - Tematach Wymagana jest aplikacja (BIM) Chatbox FREE w dowolnej wersji.
  7. Version 1.0.3

    39 downloads

    This lightweight plugins enables your Invision Power Board (IPB) software to act as a web hosting management platform for Reseller Hosting, similar to WHMCS. Unlike a Dedicated or VPS with root access, Reseller Hosting is a cheap alternative for web designers and administrators to host several websites using cPanel's Web Hosting Manager (WHM). Reseller Hosting is offered by many of the top web hosting companies. IPB does not natively support cPanel/WHM accounts without root access thus making resell hosting through IPB difficult. This plugin allows you the ability specify a package/plan name that you've created in WHM and assign it to a hosting product within Commerce. Hosting account quotas such as disk space, bandwidth, email accounts, database accounts etc. are managed through each plan you create within WHM. Popular Reseller Hosting Companies Bluehost ResellerClub Hostgator A2hosting Siteground Requirements: A reseller web hosting account with WHM/cPanel. Open Source Repository (GitHub): https://github.com/DeschutesDesignGroupLLC/ResellerHostingPlugin
  8. Version 1.0.2

    120 downloads

    English: The plugin formats the user name in the mention. Polski: Wtyczka formatuje nazwę użytkownika we wspomnieniach (mention).
  9. Leave me a link of your website please.
  10. Well, there is a problem with your app installation, go into ACP - Support and run the support tool, these will show you if there are some problems, after you run the support tool please leave a picture with the erros that are showed up.
  11. No, is a site i find on google when i was searching for the same thing like him / her.
  12. Search over here for a design that you like, these are just html + css codes : https://www.templatemonster.com/blog/20-codepens-to-give-christmas-mood-to-your-website/
  13. When you work on a custom theme and you create something new, everyone will try to steal it, this code is block right click and ctrl + i ( keyboard code to open inspect element ). With this code you can protect your work for a while. Add the code in „globaltemplate” between the „head” codes : <script language="JavaScript"> /** * Disable right-click of mouse, F12 key, and save key combinations on page * By Arthur Gareginyan ([email protected]) * For full source code, visit https://mycyberuniverse.com */ window.onload = function() { document.addEventListener("contextmenu", function(e){ e.preventDefault(); }, false); document.addEventListener("keydown", function(e) { //document.onkeydown = function(e) { // "I" key if (e.ctrlKey && e.shiftKey && e.keyCode == 73) { disabledEvent(e); } // "J" key if (e.ctrlKey && e.shiftKey && e.keyCode == 74) { disabledEvent(e); } // "S" key + macOS if (e.keyCode == 83 && (navigator.platform.match("Mac") ? e.metaKey : e.ctrlKey)) { disabledEvent(e); } // "U" key if (e.ctrlKey && e.keyCode == 85) { disabledEvent(e); } // "F12" key if (event.keyCode == 123) { disabledEvent(e); } }, false); function disabledEvent(e){ if (e.stopPropagation){ e.stopPropagation(); } else if (window.event){ window.event.cancelBubble = true; } e.preventDefault(); return false; } }; </script>
  14. Well, there are three problems on your web host, try to resolve then one by one and see if something is changing.
  15. In this tutorial i'll show you how to have large widgets on footer ( in my country we used them on a large version due to custom theme that we use ). The tutorial work from 4.1.x to 4.4.x Search after this code in „globaltemplate” : {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"} Cut the code and move it after this one : {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} Save and the result should looks like this :
  16. 4.1.x to 4.3.x We go to forums - topics and select "postContainer" and then look for the following code: <li class='cAuthorPane_photo'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} </li> We will replace the above code with the following: <li class='cAuthorPane_photo'> {{if $comment->author()->pp_main_photo}} <span class='ipsUserPhoto ipsUserPhoto_variable'> <img src="{setting='base_url'}uploads/{$comment->author()->pp_main_photo}" /> </span> {{else}} <img src='{resource="default_photo.png" app="core" location="global"}' /> {{endif}} </li> Save then go to "costume.css" and add the following code: .cAuthorPane_photo img { max-width: 170px; width: auto; } 4.4.x We go to forums - topics and select "postContainer" and then look for the following code: <li class='cAuthorPane_photo'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} </li> We will replace the above code with the following: <li class='cAuthorPane_photo'> {{if $comment->author()->pp_main_photo AND $comment->author()->pp_thumb_photo}} <img src="{url="" base=""}/uploads/{$comment->author()->pp_main_photo}"> {{else}} <img src="{$comment->author()->photo}"> {{endif}} </li> Save then go to "costume.css" and add the following code: .cAuthorPane_photo img { max-width: 170px; width: auto; } This is an easy version of the tutorial made by @John , you just have to replace one code and adding another one in the custom.css
  17. upload this skin and see if you styl have the problem : https://easyupload.io/qx8tv7, also go to ACP - Support - Run support tool
  18. Can you offer me an account with limited ACP so i can look up into ? I need acces only on skins in support tool.
  19. What theme are you using on your website, leave a link of the website please.
  20. Your theme made be out of date, look over here to see the changes over the version. https://invisioncommunity.com/index.php?app=core&module=system&controller=plugins&do=diff
  21. use this code for your group : <span class="rockstar"> </span> css : .rockstar { background: #F2994A; /* fallback for old browsers */ background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red); /* Chrome 10-25, Safari 5.1-6 */ background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent; /*text-shadow: 0 0 5px #c8378d; */ font-weight: 700; }
  22. There is the only place : Try to run the support tool to see if you have any problem with the software.
  23. wich themple do you use on ACP the default one or a custom made one ?
  24. Change these code with the codes i offers. .ipsUserPhoto { background: #fff; vertical-align: middle; display: inline-block; line-height: 1px; position: relative; margin: 2px; border-radius: 150px; } change it in : .ipsUserPhoto { background: #fff; vertical-align: middle; display: inline-block; line-height: 1px; position: relative; margin: 2px; } after change this : .euip_AvatarSize img, img.euip_AvatarSize, .euip_AvatarSize::after { border-radius: 30px; } in this : .euip_AvatarSize img, img.euip_AvatarSize, .euip_AvatarSize::after { border-radius: 0px; }
×
×
  • Create New...