Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
batarjal Posted August 23, 2018 Posted August 23, 2018 ThreadStarter: Steam allows users to easily create topics about steam games and fill them with content automatically. Posted steam content will be shown in the first post of the topic and can be used in widgets. Features Users can add steam games to topics. After attaching the information, which can be done easily using a search with auto complete, the thread will show various information about the game above the post. Discussed steam games can be shown in adjustable widgets which allow random, recently posted, most discussed and much more... Posting games can be restricted to certain forums. Game forums can show steam content with the game logo above the topic list. Access rights to edit and post games. Video Buy it now Maxxius and 403 - Forbiddeen 2
batarjal Posted October 7, 2018 Author Posted October 7, 2018 I uploaded a new version: Quote changes: some design improvements added loading message while obtaining data boxes now show smaller icons on mobile devices fixed some issues with non-English letters in search results notes: some design changes are only visible after editing existing topics and reattaching the data if you use more than one ThreadStarter plugin you should update all of them at the same time
Steph40 Posted October 22, 2018 Posted October 22, 2018 @tommax Do you still have access to admin panel, if yes try running the support tool. If no then you need need to read this thread:
tommax123 Posted October 23, 2018 Posted October 23, 2018 I install app on test forum without plugins/other app and all ok.
batarjal Posted October 23, 2018 Author Posted October 23, 2018 Hello tommax, where does the error occur - in the ACP right after installing or when you access the forum? Do you get a more detailed error message than just 500? Can you see any error in the logs in the ACP? If you send me the link to your forum and an test account via PM I can also have a look myself.
batarjal Posted November 7, 2018 Author Posted November 7, 2018 Hello - I never heard back but the latest version I uploaded fixed a 500 error that was caused by being installed together with other plugins, maybe it solves your issue too. NotNow 1
Phil7789 Posted December 18, 2018 Posted December 18, 2018 Pre-Sale question: Are we able to choose the language of the pulled information? I am using a german board and while I almost play every game in english myself I have many users who don't speak english at all or not well enough to be able to use an english version. Thanks, Phil
batarjal Posted December 18, 2018 Author Posted December 18, 2018 Yes, you can pick the language in the ACP. If a game is for some reason not available in German English will be used as fallback. From my experience German should work pretty much always though.
Phil7789 Posted January 3, 2019 Posted January 3, 2019 Hey there, I've been testing the app on our demo forum but the game list isn't loading it stays empty for everything I enter. Now our demo board is secured by htaccess (as it must to be done according to IPS staff) and has no cron running. I manually started the task which pulls the games. Is this a bug or is it related to my mentioned setup? Thanks in advance, Phil
batarjal Posted January 4, 2019 Author Posted January 4, 2019 The task needs a while - It parses the game file in about 20 steps, there should be a progress bar in the ACP start page. If you have to trigger it manually I guess you have to trigger it x times until you're at 100% there. It your demo forum accessible online? If you give me an test account I can have a look to see what's going wrong.
Phil7789 Posted January 6, 2019 Posted January 6, 2019 (edited) I just started it once, so this might be the problem. I'll check this again. Thanks for the hint so far. Edited January 6, 2019 by Phil7789
batarjal Posted January 13, 2019 Author Posted January 13, 2019 I uploaded a new version: Quote It is now possible to change the position of the ThreadStarter bar Links in the description text are now clickable in the preview Fixed issue with special characters in search requests It is now possible to add games by using the steam AppID for games that are not available using the search yet Steam sometimes needs a couple of days to update new games to the search. If a new game is not available using the search you can now just enter the appID in the search field which should always work.
Phil7789 Posted February 3, 2019 Posted February 3, 2019 (edited) On 1/4/2019 at 4:13 PM, batarjal said: The task needs a while - It parses the game file in about 20 steps, there should be a progress bar in the ACP start page. If you have to trigger it manually I guess you have to trigger it x times until you're at 100% there. It your demo forum accessible online? If you give me an test account I can have a look to see what's going wrong. I installed the app on our live community and the "problems" are gone, seems like secured communities with htaccess might have a problem or it was the cron having a small hickup. Doesn't matter, it works now and it looks really great, so thanks for the app 🙂 Unfortunately I chose a game with transparent background screenshots and white text (not visible with the white forum background), but this is nothing you or I could do about it, it is the developer of the game who chose to use such screenshots. One question remains: In the screenshots you can see a "Reveal hidden content" link while the app uses just a "More..." link, also on the demo forums you linked. Would it be possible to change that link? You can easily miss the more link and the other version in the screenshots looks better in my opinion. Edit: The "Released" section is missing for me (game: PC Building Simulator). Shouldn't it alway be extracted from steampowered.com? Release date was the 29th Jan 2019 Thanks, Phil Edited February 3, 2019 by Phil7789
batarjal Posted February 3, 2019 Author Posted February 3, 2019 (edited) Glad to hear that everything worked. The design has changed a little since I uploaded the Screenshots. You can make the button more visible by going to ACP > Themes > </> (Edit HTML and CSS) > Search for 'ThreadStarterTruncate' and edit and replace everything with: <div class="threadStarterMoreContainer"> <div class="threadStarterMore threadStarterMoreLarge"> {$html|raw} </div> <a class="jsThreadStarterMore threadStarterHidden"><span class="ipsButton">{lang="noexcept_threadstartersteam_more"}</span></a> </div> Only the 'ipsButton' has been added compared to the original. Edited February 4, 2019 by batarjal Maxxius 1
Phil7789 Posted February 4, 2019 Posted February 4, 2019 14 hours ago, batarjal said: Glad to hear that everything worked. The design has changed a little since I uploaded the Screenshots. You can make the button more visible by going to ACP > Themes > </> (Edit HTML and CSS) > Search for 'ThreadStarterTruncate' and edit and replace everything with: <div class="threadStarterMoreContainer"> <div class="threadStarterMore threadStarterMoreLarge"> {$html|raw} </div> <a class="jsThreadStarterMore threadStarterHidden ipsButton"><span>{lang="noexcept_threadstartersteam_more"}</span></a> </div> Only the 'ipsButton' has been added compared to the original. Thanks for the quick reply, the solution looks good and works, but the button won't disappear after being clicked. I tested the missing release section with an older game and it is also missing there, has it been removed or might this be a bug? Cheers, Phil
batarjal Posted February 4, 2019 Author Posted February 4, 2019 I updated the code in my previous post, it will now hide the button when expanded.
Phil7789 Posted February 7, 2019 Posted February 7, 2019 Thanks for the help, everything is working as expected now :) Could you point out to me why the release is not pulled from steam or how this is done?
batarjal Posted February 7, 2019 Author Posted February 7, 2019 That will be fixed with the next update. Phil7789 1
403 - Forbiddeen Posted February 14, 2019 Posted February 14, 2019 Please @batarjal can you add Portuguese Brazilian language?
Phil7789 Posted February 15, 2019 Posted February 15, 2019 @403 - Forbideen This application can be translated in the ACP
403 - Forbiddeen Posted February 15, 2019 Posted February 15, 2019 47 minutes ago, Phil7789 said: @403 - Forbideen This application can be translated in the ACP I want to import the game description in portugueses.
Phil7789 Posted February 16, 2019 Posted February 16, 2019 @403 - Forbideen Ah I see okay, sorry. My answer isn't helpful then.
Recommended Posts