Jump to content

Phil7789

Clients
  • Posts

    170
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Phil7789

  1. 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

  2. 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

  3. Hey there,

    I have a small suggestion / feature request. Would it be possible to implement another way of displaying the FAQs with expanding the questions? So that you can see all the questions in a category with an arrow pointing downwards and when you click on the question it is expanded and reveals the answer?

    Thanks,
    Phil

  4. 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

  5. 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

  6. Hey there,

    what exactly does the "Allow internal Links" setting do? I assume it embeds internal links, but isn't this already done by IPS itself? Or does this extend the functionality which is limited to the forums to every part of the site?

    Thanks in advance,
    Phil

  7. Hey Adriano,

    I have a question with this application. We can enter different deletion agreements for each language, but they're all written down at the same time when a user wants to delete his/her account.

    So we have:

    Quote

    Language 1
    ,
    Language 2
    ,
    Language 3

    The "," is indeed also there. I think this might be a bug? I entered the agreements for each language and saved them. After saving they get combined for each language as the example above.

    A small feature request: Instead of choosing all of the groups could you add a checkbox which selects all groups automatically? Like we have in some other parts of IPS?

    Best regards,
    Phil

  8. 1 hour ago, Adriano Faria said:

    Yes, but that would require more time to add and test the feature. I'll do in a further version.

    First of all thanks for the super fast fix.

    For the feature: No rush, until the feature is ready we can use a PM for that. It's a nice-to-have convenience feature.

    Edit: @Adriano Faria I am sorry to interrupt again 😞 While fiddling around with the permissions I found some missing language strings.

    AdminCP ->Members -> Staff -> Moderators and inside of that the permissions tab

    missing_language_string1.JPG.100cedd3f6aec688f42bd02e93b572c2.JPG

    AdminCP ->Members -> Staff -> Administrators -> Staff Applications System tab

    missing_language_string2.JPG.b2ffd52010570f7475ee38a31e3b939a.JPG

  9. Hi,

    I receive an EX0 error when going to ModeratorCP -> Applications

    ErrorException: template_store_missing (0)
    #0 /***ROOT_PATH***/applications/staffappsystem/sources/Applicationrecord/Applicationrecord.php(222): IPS\_Theme->getTemplate('browse', 'staffappsystem')
    #1 /***ROOT_PATH***/system/Helpers/Table/Content.php(133): IPS\staffappsystem\_Applicationrecord::contentTableTemplate()
    #2 /***ROOT_PATH***/applications/core/extensions/core/ModCp/Content.php(94): IPS\Helpers\Table\_Content->__construct('IPS\\staffappsys...', Object(IPS\Http\Url\Friendly), Array)
    #3 [internal function]: IPS\core\extensions\core\ModCp\_Content->manage()
    #4 /***ROOT_PATH***/applications/core/modules/front/modcp/modcp.php(104): call_user_func(Array)
    #5 /***ROOT_PATH***/system/Dispatcher/Controller.php(96): IPS\core\modules\front\modcp\_modcp->manage()
    #6 /***ROOT_PATH***/system/Dispatcher/Dispatcher.php(146): IPS\Dispatcher\_Controller->execute()
    #7 /***ROOT_PATH***/index.php(13): IPS\_Dispatcher->run()
    #8 {main}

    I removed the path of my webfolder.

    I don't have any template called "browse"

  10. Hey there,

    where is the html for the custom homepage pulled from? I need to edit / add a class but I can't really find it.

    Thanks
    Phil

    Edit: Nevermind, I think I've looked in the wrong section. If anybody else tries to find it look for the template newIndex in core -> global -> plugins

  11. Thanks for the help.

    I did all of the above, so I added the UUID. I also read that they only get synced while online on the server and I waited for the groups which are not set anymore to get removed, but I am not sure if your application already can do this (I removed one of three groups but every group stayed, after manually removing it it got added when editing the profile again).

    The tasks are run by cron job and get executed without any errors in the log. I did not install any cache application yet, could this be a problem? Although the profil won't update even with caching disabled.

    Cheers Philip

    (I posted here instead of the PM - thanks for the offer - so other users can read this for the case they have similar problems)

  12. Great application, I instantly bought as I found it. Finally another bridge which is actually supported (*wink wink*).

    So I stumbled accross some interesting error after the installation: My IPS told me there was a problem with my license key, so I wondered what the heck and checked. But everything is fine, next renewal is due in 2019.

    So I'm just wondering: Is this an IPS problem or a small hickup of the app? My installation is self-hosted.

    Cheers Phil

    Edit: Ok I am not sure if everything went fine, I cannot see that the application does anything, maybe it IS broken by the mentioned error above. It seems like the users don't get synced, nor does the profile update. I ran every task manually. Is there anything else I can do?

  13. On 22.10.2017 at 5:38 PM, Ahmad E. said:

    Hey,

    this seems to be an IPS issue but just so I can be sure, would you mind sending me ACP/FTP access so I can take a look?

    Hey Ahmad,

    I've sent you access a while ago, but you never read the PM so I deactivated the access again. Let me know if you still need it.

    Thanks

     

    @Patralli

    I don't know how much I can help you with your question. I am hosting my TS3 server on my own server, so I have full access to the server. If you rented the server, perhaps this topic might help you with the flood ban error.

    For the instance error I found some topics where it is explained as some sort of return error. The script expects to get TS3 as an answer. Does NFO servers accept queries on the query port? (usually 10011 I think..). Or did they perhaps change the query port to something else? Did the test connection check run succesfully?

  14. Awesome fast fix, thanks for that.

    Looks like everything is working again. One small thing I found was in the search result page: "Showing results for 'Test*' in question_pl_lc". This little guy sneaked through ;)

    Cheers

    Phil

×
×
  • Create New...