Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Chris59

Clients
  • Joined

  • Last visited

Everything posted by Chris59

  1. When 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 ?
  2. Strange 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
  3. Updated 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
  4. You're welcome , you do some cool stuff with it . keep going Thanks
  5. Add 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 ))
  6. 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
  7. Perfect . you maked my day . thanks million 😘🤩 works perfectly
  8. I 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
  9. Yes all custom keys is already done but seems its not working add costum phrase in value field for the status
  10. 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
  11. 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
  12. I want to make custom lang keys for my databases field option . will they also been exported when i download langfile from acp or do i need to manually make an xml files for them ? in case i want to install the dabases to my testsite and after import langfile?
  13. Yes am online with new 5 beta 1 , My son drive swedish championship in drifting motorsport. still working on it but alot is done and i use pages databases to do much , all is done with , out of the box IC5 . have not touch any templates and have no apps more then invision communiny classic installed .. I have Self-hosted installation https://eadrifting.se Cheers Chris PS* Am using 3 databases, Sponsors, Suggestions, Bugtracker . And working on a garage modul for our cars to use on site , all have i done in pages app
  14. Well, now i see record i have done in pages who is featured in the first place by checkbox it now have the link unfeature in actionmenu So i think this post should be moved to bugs instead
  15. Will try to explain my best here . Background: If i make a new record in pages or new file etc i have the option to featured the post directly But if i want to to make a post featured afterwards or i want user post featured i have this option in actionmenu But the feature takes me to Featured Content instead So that means i cant featured a content afterwards if i dont checkbox feature in the first place, this make no sense to me and very confusing I would like to see original featured option back in action menu Rename the link Feature in actionmenu to Feature content This is my opinion and hope you guys think about this 😇 Cheers Chris PS' Or have i miss something here as usual 🤣
  16. This i notice and tried to figure out , thanks for helping me up , yes view full story not working on v5
  17. I really try to figure this out but not get it work . i set Post a topic to the specific forum from database settingpage , not per category . any cross links i dont see no matter setting i have . uhm . but will use "Use forum for comments" for now . maybe you need to check at your end this / Thanks
  18. Have I miss a setting somewhere for this widget or have this been taken away from v5 ?
  19. Am playing around in pages . I want all the comments on a article post go to a forum and all settings is set for that When article is done and save its automatic make a forum post for comments but why isn't a link to forum post for comments not made at the bottom of article post ? To manually make a link to forumpost is quite annoying . or have I miss a settings somewhere ?? *Click here for comment on this article* or something like that
  20. [ PHP 8.3.11 - Mysql 10.6.19 - Safari Browser 18.0.1 ] New install went smoothly without any issues at all Hat off for the devs 😃 Thanks guys!
  21. ah okey , its unpatient Chris here again haha
  22. Changed to classic mode long time ago . but dont find any beta download link 😇
  23. https://invisioncommunity.com/clientarea/ips5-demo/

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.