Everything posted by Marco Junior
-
DisplayForm change on pages
Marco Junior replied to Marco Junior's topic in Invision Community 5: Beta Testing's Beta Discussion@Chris59 My changes for improve the system: [+] Added lasted news reportings [+] Added lasted fixed reportings [+] Improve the code (REPORT STATUS description | front-end) [+] Improve the displayed reports (The new version is better for me and for my style application services) [+] Improve the CODE (form) [+] Added some new fields (Reproduction steps, actual result, expected result, versions, frequency occurs and much more) I still develop some another functions but this versions is very nice also. Thanks for your base 😄
-
DisplayForm change on pages
Marco Junior replied to Marco Junior's topic in Invision Community 5: Beta Testing's Beta Discussion@Marc You can help-me with this ? I need listing the title but when use the key with example mentioned on PAGE does not work. {$record->customFieldDisplayByKey('tracker_title_reported', ['display|listing'])|raw}
-
DisplayForm change on pages
Marco Junior replied to Marco Junior's topic in Invision Community 5: Beta Testing's Beta DiscussionI'm making a block listing only the latest fixed reports: <div class="ipsCmsEntries__align"> <div class="ipsCmsEntries__primary"> <header class="ipsCmsEntries__header"> <h2 class='ipsTitle ipsTitle--h4'>{lang="bugtracker_recent_fixed"}</h2> </header> </div> </div> <div class="ipsCmsEntries__meta i-border-top_2 i-padding_2 i-flex i-align-items_center i-gap_2 i-flex-wrap_wrap i-color_soft"> <ul class="ipsList ipsList--inline"> <li><i class="fa-solid fa-circle-check ipsTitle--h4"></i> <span class='ipsBadge ipsBadge--solved'>{lang="bugtracker_solved_bug"}</span></br> {$record->customFieldDisplayByKey('tracker_title_reported', ['display|listing'])|raw} </li> </ul> </div>
-
DisplayForm change on pages
Marco Junior replied to Marco Junior's topic in Invision Community 5: Beta Testing's Beta DiscussionI have another question. I need to print the title of the reports published on another HTML page. My key is: tracker_title_reported I'm using: {$record->customFieldDisplayByKey('tracker_title_reported', 'display')|raw} But it's not working. Is there any other way to print the values using the key? @Chris59
-
DisplayForm change on pages
Marco Junior replied to Marco Junior's topic in Invision Community 5: Beta Testing's Beta DiscussionResolved !
-
DisplayForm change on pages
I have a question related to page creation. I don't know if this is because I'm doing it wrong or because the system has some problem. I'm trying to add a form of the type: SELECT BOX However, I want to change the form via HTML to (checked box) So I selected the display option as custom and used the following code: <li class='ipsFieldRow'> <span class='ipsFieldRow_label'>Choose an option</span> <ul class='ipsFieldRow_content ipsField_fieldList'> <li> <span class='ipsCustomInput'> <input type='checkbox' id='option1'> <span></span> </span> <div class='ipsField_fieldList_content'> <label for='option1'>Option 1</label><br> <span class='ipsFieldRow_desc'>Option 1 description</span> </div> </li> <li> <span class='ipsCustomInput'> <input type='checkbox' id='option2'> <span></span> </span> <div class='ipsField_fieldList_content'> <label for='option1'>Option 2</label><br> <span class='ipsFieldRow_desc'>Option 2 description</span> </div> </li> </ul> </li> But he still continues to show the way he was created. My logical code is wrong? The idea is this: @Chris59 Maybe you can help-me ? I'm still reading the customization documentation to familiarize myself with the changes. I'm making some improvements to the tracker to share here.
-
[v5][Pages][Bugtracker] Advanced bugtracker for you!
NICE Sharing ❤️
-
Invision Community 5: A video walkthrough creating a custom theme and homepage
@Jimi Wikman Amazing your content is very good for the all community. The IPS 5 is truly a machine of possibilities and I can prove it: https://community.lightningmu.net/
-
Beta 3 is here! Spooky!
I use seft-hosted version and I can't get issue for apply this update by adminCP For me the system work very fine. Remember that I manage my own web servers. Perhaps a large part of the problem of clients (self-hosted) is the lack of knowledge about virtualization, MySQL, cPanel, Linux, PHP and others. I had no problems installing IC5, no problems updating it or any other problem other than the bugs reported by me in the section dedicated to this. However, it is a test version and it is normal to have problems. If I can help you in any way! I am available.
-
How to make a simple Table with IC5 ?
Hello Developers, I have a small doubt, before upgrade (IC5) on OLD version is possible use HTML on the editor tools (Topics) But on new release the editing HTML topic is not possible, I have an question. Much of my content is presented in tables. Tables are extremely important for my users to understand the features/resources of the characters available in my game. However, the lack of this mechanism has left me a little worried. I believe that the freedom to use text markup in our editor should not be taken away from us in V5. A great example of this is tables. I will I have to keep creating IMAGES for all the thousands of pieces of content I have? Because curret system is not possible make tables ? Example this is a simple table: I had to create an IMAGE to be able to present the information to my users. Now imagine this on a larger scale. I have over 1000 guides to be created and all of these guides contain tables. What do you suggest?
-
[v5][Lang][Custom Phrase] how to -->
@Chris59 Can you share the basis of this report tracker? I'm looking to start developing one but I'm still getting familiar with the page system.