Jump to content

Jeffrey

Rising Star
  • Posts

    927
  • Joined

  • Last visited

  • Days Won

    56

Everything posted by Jeffrey

  1. I appreciate the favicon. Thank you.
  2. I was just looking at the topic title "adding icon"
  3. You could just do this instead; Upload your icon to imgur and add this to your group formatting for the group you want; <img src="IMAGE LINK HERE">
  4. 66 downloads

    Created by IPS, this plugin is an example used in the developer docs for creating a plugin. If anyone was looking on how to create a global message to add onto their forums, here you go; Learn how it is created; https://invisioncommunity.com/developers/docs/development/plugins/complete-example-of-a-plugin-in-ips-community-suite-r50/
  5. Put in custom.css .cPost .cAuthorPane { border-right: 1px solid #404040; /* Defines the right border's style */ } html[dir] .cPost .ipsComment_content { padding-left: 10px; /* After the border is added, the post's content will merge inside the author pane. This will move it 10 pixels to the left */ }
  6. Put in custom.css [data-forumid="8"]>div.ipsDataItem_main>.ipsDataItem_title>a { color: #ffffff; } Source;
  7. Version 1.1

    915 downloads

    Thanks to @McPearse for uploading the original Origin theme. Clean and Dark style for IPS 4.3.x with a large automated slider in the frontend. https://invisioncommunity.com/files/file/8662-origin-theme/
  8. Make sure all of your member groups' html tags are closed.
  9. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  10. You could just label both the primary group and secondary group as the same group. Exmaple; Primary Group - Member Secondary Group - Member
  11. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  12. {{if isset( $_SESSION['logged_in_as_key'] )}}{lang="front_logged_in_as" sprintf="$_SESSION['logged_in_from']['name']"} {{endif}}{member="name"} Example; <li style="display: inline-block">Welcome Back, {member="name"}</li>
  13. A nice banner for the animate theme; Something along these lines;
  14. Upgrade your PHP version to 7.
  15. Disable your plugins before the upgrade.
  16. Yes, your plugins and themes will stay the same.
  17. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  18. I mean, you're original forum (4.1.8)
  19. Are you upgrading from a retail version or a legit copy of IPS?
  20. What if you don't want to make it inside a widget or sidebar? You could use CSS to make it side-by-side compared to being on top of each other; .whatever { display: inline-block; margin-right: 15px; }
    Thanks for this! Definitely a good contribute to WF.
×
×
  • Create New...