
Everything posted by Chris59
-
[v5][Pages][Release] Advanced Release database!
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionAbsolut , 4 deltävlingar nästa år , ni är välkomna i depån för lite action 🤩 Sorry guys little internal talk 😇
-
[v5][Pages][Release] Advanced Release database!
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionTack för det @Jimi Wikman 🙂 https://eadrifting.se finns jag
-
[v5][Pages][Release] Advanced Release database!
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionSee first post , released now 🙂
-
[v5][Pages][Release] Advanced Release database!
My version on release database , another one i using , what you think 😇 Here is the database . play with it , tip: have long id in order to show them in order, any suggest are welcome. My version of the Release Notes v5 (Eng) (Not multilang in this release) Let me know if someone want that Note: v5 Beta 3 , not for older version, do not import this if you don't know what you doing! Release_Notes_v5.xml
-
[v5][Pages][Garage] My work on garage database!
Am working on a garage database for my sons homepage, all is done with pages databases , just wanted to share some sneak peaks how powerful pages is , there is still some bugs in some fields , I may release this to the public if there is interests from community . Databases like this can be used for many kinds of collections as well , just need to be creative and play around - Stay safe and have great Halloween weekend 🙂 --> Garage home --> Record view
-
[v5][Pages][Bugtracker] Advanced bugtracker for you!
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionHere is suggestions database if someone need a good start for a one
-
[v5][Pages][Suggestion] Advanced Suggestions for you!
Am back with another database for you to play with , this database is not multilang and only English at the moment , if someone want multilang make a comment .. Suggestion.xml v5 Beta 3 . Not for older version , only import if you know what you doing , Thanks Add a RAW Html widget to the suggestion page and add this code <strong>SUGGEST DEFINITION'S'</strong></br></br> <i class="fa fa-solid fa-inbox"></i> <span class='ipsBadge ipsBadge--author'locked'>Pending</span> Will look into this suggest as soon as we have time.</br></br> <i class="fa fa-solid fa-inbox"></i> <span class='ipsBadge ipsBadge--featured'>Under review</span> Received and we are checking the possibility of realizing the suggest.</br></br> <i class="fa fa-solid fa-inbox"></i> <span class='ipsBadge ipsBadge--solved'>Suggest accepted</span> We think the suggest is good and needed on the website, so it is now on our to-do list.</br></br> <i class="fa fa-solid fa-inbox"></i> <span class='ipsBadge ipsBadge--pinned'>Suggest rejected</span> The proposal cannot be implemented for various reasons, so we will respond with the reason for rejection</br></br> </br></br> Screenshot Enjoy 🙂
-
[v5][Pages][Bugtracker] Advanced bugtracker for you!
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionI have suggestion database already and will share it shortly so if you need a a base wait little bit 😉
-
Widgets in IPS 5
Look at this blogpost and see Jimi's how to , it will help you sure, also all widget not shown by default , many of them need to be configured before show up .
-
[v5][Pages][Bugtracker] Advanced bugtracker for you!
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionAm playing around with bugtracker added some more as Critical, What part the bug is , screenshot below --> Work with Pages databases is real fun 🙂 I have suggestions, garage, sponsors, its fun and look good
-
Widgets in IPS 5
Yes it's enough click that . try use another browser Safari is fancy . chrome seems to work best
-
Widgets in IPS 5
Sometimes little fancy , reload page and see what happened
-
[v5][Pages][Bugtracker] Advanced bugtracker for you!
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionWhen you did the lang keys make sure the key itself don't have any space , easy done if you copy past the code a spacebar character sneaking in there . you got the others to work ?
-
[v5][Pages][Bugtracker] Advanced bugtracker for you!
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionStrange should working , I also updated widget code if you look above , see the pic down here, also clear cache in app if that help Do not change anything in the field (Status) don't touch This is the order KEY VALUE bugtracker_found. my_bugtracker_new_bug bugtracker_fixed my_bugtracker_solved_bug bugtracker_cant_reproduce. my_bugtracker_cannotreflect_bug bugtracker_in_progress my_bugtracker_work_bug bugtracker_answer my_bugtracker_waiting_bug bugtracker_no_bug my_bugtracker_no_bug
-
[v5][Pages][Bugtracker] Advanced bugtracker for you!
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionUpdated the widget with font awesome icons to the badges you simple add the code in app language Go to ACP Costumization/localization/Languages/ Click globe (translate) on the English (USA) language (do same on each lang you have) Click search icon and a window show up in key box add my_bugtracker and click search What you need to change is following --> my_bugtracker_definition_widget = <i class="fa fa-solid fa-bug"></i> Bugtracker Definitions my_bugtracker_new_bug = <i class="fa fa-solid fa-bug"></i> Find a bug my_bugtracker_solved_bug = <i class="fa-solid fa-code"></i> Bug Solved my_bugtracker_cannotreflect_bug = <i class="fa-solid fa-thumbs-down"></i> Cannot reproduse my_bugtracker_work_bug = <i class="fa-solid fa-screwdriver-wrench"></I> Working on bug my_bugtracker_waiting_bug = <i class="fa-solid fa-comments"></I> Waiting answer my_bugtracker_no_bug = <i class="fa fa-solid fa-bug-slash"></i> Not a bug You can choose any font awesome you want from here https://fontawesome.com/search?o=r&f=classic Note the pro icons will not work , classic free ones working New code for the RAW Html widget <strong> {lang="my_bugtracker_definition_widget"} </strong> </br></br> <span class='ipsBadge ipsBadge--new'>{lang="my_bugtracker_new_bug"}</span></br> {lang="my_bugtracker_new_bug_desc"} </br></br> <span class='ipsBadge ipsBadge--solved'>{lang="my_bugtracker_solved_bug"}</span></br>{lang="my_bugtracker_solved_bug_desc"} </br></br> <span class='ipsBadge ipsBadge--featured'>{lang="my_bugtracker_cannotreflect_bug"}</span></br> {lang="my_bugtracker_cannotreflect_bug_desc"} </br></br> <span class='ipsBadge ipsBadge--author'>{lang="my_bugtracker_work_bug"}</span></br> {lang="my_bugtracker_work_bug_desc"} </br></br> <span class='ipsBadge ipsBadge--negative'>{lang="my_bugtracker_waiting_bug"}</span></br> {lang="my_bugtracker_waiting_bug_desc"} </br></br> <span class='ipsBadge ipsBadge--hot'>{lang="my_bugtracker_no_bug"}</span></br> {lang="my_bugtracker_no_bug_desc"} </br></br> Hope you like the little tweak
-
Widgets in IPS 5
You can , when you add second or more widgets hold widget close to widget area bottomline and you will see a small gap , then drop it 🙂
-
DisplayForm change on pages
Chris59 replied to Marco Junior's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionYou're welcome , you do some cool stuff with it . keep going Thanks
-
DisplayForm change on pages
Chris59 replied to Marco Junior's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionAdd new field Select box and you add different option for user to choose from ,add key and value for users to choose from in your case key= bugtracker_bug - value= bug (note value you can add a langkey to show) Key=bugtracker_crash - value= crash (or lang key) Dont make it complicated , pages have powerful tools to play with (( Fields ))
-
[v5][Pages][Bugtracker] Advanced bugtracker for you!
I have got several people want me to share my bugtracker i make for my homepage exported from beta 3 built and imported to beta 3 built so you should not try on alphas or erlier betas. Multilang bugtracker Definition widget Import the database and start play with it . Import database Version 1 Bugtracker.xml Version 2 English only (With critical, where the bug is) Bugtracker-2.xml v5 have superb listing layouts now for listing database records. here rows-grid-wallpaper Add a bugtracker definition widget on the bugtracker page Add a RAW HTML widget , open the setting and add this code <strong> {lang="my_bugtracker_definition_widget"} </strong></br></br> <i class="fa fa-solid fa-bug"></i> <span class='ipsBadge ipsBadge--new'>{lang="my_bugtracker_new_bug"}</span> {lang="my_bugtracker_new_bug_desc"} </br></br> <i class="fa fa-solid fa-bug"></i> <span class='ipsBadge ipsBadge--solved'>{lang="my_bugtracker_solved_bug"}</span> {lang="my_bugtracker_solved_bug_desc"} </br></br> <i class="fa fa-solid fa-bug"></i> <span class='ipsBadge ipsBadge--featured'>{lang="my_bugtracker_cannotreflect_bug"}</span> {lang="my_bugtracker_cannotreflect_bug_desc"} </br></br> <i class="fa fa-solid fa-bug"></i> <span class='ipsBadge ipsBadge--author'>{lang="my_bugtracker_work_bug"}</span> {lang="my_bugtracker_work_bug_desc"} </br></br> <i class="fa fa-solid fa-bug"></i> <span class='ipsBadge ipsBadge--negative'>{lang="my_bugtracker_waiting_bug"}</span> {lang="my_bugtracker_waiting_bug_desc"} </br></br> <i class="fa fa-solid fa-bug"></i> <span class='ipsBadge ipsBadge--hot'>{lang="my_bugtracker_no_bug"}</span> {lang="my_bugtracker_no_bug_desc"} </br></br> Advanced Bugtracker by @Chris59 Adding lang to bug tracker Go to ACP Costumization/localization/Languages We need to add phrases for the bugtracker For the badges and choosebox my_bugtracker_definition_widget my_bugtracker_new_bug my_bugtracker_solved_bug my_bugtracker_cannotreflect_bug my_bugtracker_work_bug my_bugtracker_waiting_bug my_bugtracker_no_bug For the widget we need those phrases my_bugtracker_new_bug_desc my_bugtracker_solved_bug_desc my_bugtracker_cannotreflect_bug_desc my_bugtracker_work_bug_desc my_bugtracker_waiting_bug_desc my_bugtracker_no_bug_desc Will look like this when you finish --> Now we need the filterbox widget on the bugtracker landingpage Page editor and add the widget 'database filters' Not you must have one category to make widget visible So now we need to add the category for the filter widget to show up , on the database settings for bugtracker database you must change the setting, click use categories and save as photo show, when you save it you will see it make one category automatic Open same setting again and now choose *no, store records in the database directly and save Test it first on you localhost installation or test site and dont try on livesite if you dont know what you doing ... stay safe and have fun Hope i explain good enough 🤩😇 Coming soon Advanced Suggests database Advanced Release database
-
[v5][Lang][Custom Phrase] how to -->
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionPerfect . you maked my day . thanks million 😘🤩 works perfectly
-
[v5][Lang][Custom Phrase] how to -->
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionI can share the database later when the database import bug is fixed . I have Suggest, Bugtracker, Releases, Garage, Sponsor databases can been see here https://eadrifting.se
-
[v5][Lang][Custom Phrase] how to -->
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta DiscussionYes all custom keys is already done but seems its not working add costum phrase in value field for the status
-
[v5][Lang][Custom Phrase] how to -->
Maked a bugtracker database and wanted to translate the status fields The html code i have all translated with keys like this --> {{if $formValue}} {{$items=explode(',',$formValue);}} {{foreach $items as $item}} {{if $item=="bugtracker_found"}} <span class='ipsBadge_large ipsBadge ipsBadge--new'>{lang="my_bugtracker_new_bug "}</span> {{elseif $item=="bugtracker_fixed"}} <span class='ipsBadge_large ipsBadge ipsBadge--solved'>{lang="my_bugtracker_solved_bug"}</span> {{elseif $item=="bugtracker_cant_reproduce"}} <span class='ipsBadge_large ipsBadge ipsBadge--featured'>{lang="my_bugtracker_cannotreflect_bug"}</span> {{elseif $item=="bugtracker_in_progress"}} <span class='ipsBadge_large ipsBadge ipsBadge--author'>{lang="my_bugtracker_work_bug"}</span> {{elseif $item=="bugtracker_answer"}} <span class='ipsBadge_large ipsBadge ipsBadge--negative'>{lang="my_bugtracker_waiting_bug"}</span> {{elseif $item=="bugtracker_no_bug"}} <span class='ipsBadge_large ipsBadge ipsBadge--hot'>{lang="my_bugtracker_no_bug"}</span> {{endif}} {{endforeach}} {{endif}} but how to make customs phrases for this ? --> this didnt work , Any help on this would be great thanks! I maked a raw html widget for the Bugtracker badge edifinitions works great there and badges overall works pefect but not the status picker
-
[B1][Lang][Custom keys] Are they exported?
Chris59 replied to Chris59's post in a topic in Invision Community 5: Beta Testing's Beta Discussionok , thanks then i know
-
[v5][Lang Suggestion] Ability download langfiles after app!
I would like to see when you download the langfile you have translated i can download per app and not all the classic suite i have several reasons for that and one is you dont get timeout on server when langfile is big and get imported for as an example Its a huge task translate the suite and woud help alot to just download forum langfiles as an example