Jump to content

Jimi Wikman

Clients
  • Posts

    1,706
  • Joined

  • Last visited

  • Days Won

    27

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Jimi Wikman

  1. Reviving this since I also would like a good way to add a vote functionality like this...
  2. I think you will have to wait for a while after the release because I assume there are refactorings being made to the code now during the betas and probably a few adjustments after the first release. I have not seen anything yet in the CMS that I could not reproduce from V4, but there are changes to the CSS classes now that we have a built-in dual theming for the light and dark modes. You also have some updates to the tabs and collapsible items, but they are basically the same. I suggest you set up a test environment and try things out.
  3. Glad to hear it! I'll add some more videos later for creating more elaborate things and how to add language strings and so on.
  4. They were indeed in the Mod CP. Thanks Marc 🙂
  5. Even though I have deleted the guest posts in the blogs, they still show up in the feed:
  6. Not sure if this is a setting I have missed somewhere, but for some reason guests can post in Clubs that are open, even though guests are not allowed to post comments elsewhere. I also don't see any settings for permissions for blogs in clubs?
  7. Thank you, Gary 🙂 Just need to find a good solution for listing the work items and add a bit of styling.
  8. Just played around today and built the beginning of a CV database for weirdos like me that work with all kind of stuff 🙂 https://jimiwikman.se/my-roles/830_atlassian-roles/senior-atlassian-expert-r1/
  9. Is this a BAD reputation, or a Good reputation?
  10. I have been playing around with using the standard tabs and expands, which are really easy to use, is that something anyone want to learn more about as well for customizing templates or creating blocks? You can see me playing around with the tabs here: https://jimiwikman.se/content/stories/ And here I have hidden the sub categories using the expand function: https://jimiwikman.se/content/stories/atlassian/720_atlassian-general/
  11. I can do that. There are a lot of things that goes into building with pages and I have some old videos here for some customizations, but I'll do a getting started video to explain the basics and then do a series of shorter videos on how to customize things perhaps? You can also check out the Pages Master Class videos from Ralf Herrmann ( @opentype ), who is a master when it comes to Pages: https://opentype.space/academy/pages-master-class/
  12. Snyggt! Vingåker är inte så långt bort så kanske man kan lura med sig familjen och kika på ett race nästa år 🙂 ..and for those that don't understand Swedish... nothing to see here....
  13. Best part is that the site is in Swedish 🙂 Det ser fantastiskt ut @Chris59, snyggt jobbat!!
  14. At the moment I think it is only members, but I am pretty sure we'll see an addon soon enough after go live 🙂
  15. Can you check the settings for the theme? The body section have a max-width that could cause that for example: Feel free to send me a link to the page, and perhaps I can see in the code what is happening if you are ok with that?
  16. Just style it a bit nicer 🙂
  17. In your theme you can just go to the footer HTML and throw in something like this: <style> /*Floating Back-To-Top Button*/ #myBtn { position: fixed; bottom: 10px; float: right; right: 5%; left: auto; width: auto; font-size: 12px; border-color: rgba(85, 85, 85, 0.2); background-color: rgb(100,100,100); padding: 10px 15px; border-radius: 4px; /*On Hover Color Change*/ #myBtn:hover { background-color: #7dbbf1; } </style> <button id="myBtn"><a href="#top" style="color: white"><i class="fa-solid fa-circle-chevron-up"></i> Back to Top</a></button>
  18. You also have that spacer issue like me:
×
×
  • Create New...