Jump to content

Fosters

Clients
  • Posts

    2,206
  • Joined

  • Days Won

    29

 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 Fosters

  1. 1 hour ago, GTAPoliceMods said:

    @Fosters Just wondering if you ever figured out the issue on why it's not sending a notification when a medal is issued?

    Also, it would be nice to see a hyperlink next to the trophy/medal on who has said medal/trophy 🙂

    Thank you

    Could you please make sure that the recipient has enabled notifications for medals?
    I'm asking because it's working for me:)

     

    medal.png

  2. 18 hours ago, Kelly Holmes said:

    Hello, I purchased a business from someone, and we're transferring all the licenses over to me. We couldn't find a way to transfer the Trophies and Medals license, so I just purchased it again. Can you explain how I can switch my current installation's license key over to the newly purchased license, without having to reinstall the file?

    Thank you!

    Kelly

    Hi,

    there's no need to switch the license, just keep it installed 🙂 

  3. 48 minutes ago, Fighting 13th said:

    I use this as a membership application form like many others. I have a "Referrer" field that uses the "Member" option so members can type in a few letters and select whom recruited them. The member name shows in the application submission management page in the ModCP, but it only shows "Guest" in the actual topic. Is that a permissions issue? Or might that be some quirk in the file? Either way, how could I have it show the actual member name (like a @mention link) in the topic? 

    Sorry about this, this was indeed a bug. This will be resolved in the next release.

  4. 9 hours ago, GTAPoliceMods said:

    @Fosters Love your application! However is there a way to sort different categories in the medals and trophies page?

    For example, if I want to show the Medals first and Trophies at the bottom is there a way to do that?

    Example: http://prntscr.com/qa2csg (in this case, I want Medals to be on top and Trophies on the bottom)

    Thank you!

    Just edit the trophies/front/global/index template and move this block:

    {{if \count( \IPS\trophies\Trophy::roots() ) > 0 }}
    <div class="ipsBox ipsSpacer_bottom">
      ...
      
    </div>
    {{endif}}

    to the bottom of the template

  5. 17 hours ago, matthew220000 said:

    How would I remove the icon from the applications?

    You'll have to edit the template  ( front/forms/index ) and remove this part:

    
                    {{if $position->icon}}
                        <img src="{file="$position->icon" extension="applicationform_Icons"}" alt='' class='ipsItemStatus ipsItemStatus_custom applicationFormFormIcon'>
    				{{else}}
    					<img src="{resource="app.png" app="applicationform" location="front"}" alt='' class='ipsItemStatus ipsItemStatus_custom applicationFormFormIcon'>
                    {{endif}}

     

    A new version was released 🙂

    Quote


    • A new setting was added to the position form, which allows the admin to enable/disable the replacement of the 'create topic' form
    • A new setting was added to enable public polls.

     


     

     

  6. 6 minutes ago, Andr3as said:

    additionally i just discovered that when i enable the "create topic" option that i can not create manual topics in the target forum.. is that intended? i really wanted to use that forum for different kind of polls..

    Yes, the idea was to replace the create form to provide a very powerful template system for new topics 🙂

    I guess it makes sense to create a new option to allow admins to disable this if they want to create normal topics in the same forum and to use a separate link in the navbar or wherever they place it to the application form.

     

  7. 7 hours ago, Sethhh. said:

    Do you think to add an option to permanently remove a medal from user profile?

    For example I bought more than 30 medals and all are hidden. It is very annoying to see them there ( even just myself ), and I want to clean the profile.

    I guess I could create a separate (toggled/hidden) section for the hidden medals.

     

    May I ask why you bought 30 medals which you've than hidden? What's the point of this? I'm trying to see what you#re trying to achieve, maybe there's a better solution.

  8. On 11/14/2019 at 3:43 PM, media said:

    Looks like I am helpless on my issue...

    Anyone, please take a look at my issue and let me know if you have any idea why this is happening on my board with this app?????

     

    I've finally found the issue and will try to find a fix over the weekend.

     

     

  9. 14 hours ago, ChrisTERiS said:

    Hello,

    Does it supports post prefixes? Should be very helpful to avoid creating lots of projectes. eg for a script table prefix can help to organize bugs to Installation, AdminCP, UserCP, Frontend, Templates etc.

    And a small design issue to fix in the next update. https://www.cmsviral.com/projects/

    If I understood well the "Version" is also a text string and a link and overlap each other. See the "Version History" link, or Release History, can't read it well.

    Thank you

    Chris

    Edited: The text overlap is when the description splits in 2 lines. Most probably a missing overflow: hidden, but again the line goes over the text. I'm not good with css so can't suggest anything.

    Sorry, I'm not sure what you mean with post prefixes/table prefixes. Could you please clarify it:)

  10. On 11/22/2019 at 2:36 PM, Maxxius said:

    I'm also thinking about buying this mod, but the attitude of the developer is making me hesitate..

    What attitude? Any reported critical bugs were fixed immediately, the sort order issue will be fixed for the next release, really not sure why it's such a big deal.
    I just can't release it right now because the next release is a new major version with almost 70% changed code, which needs to be finished and tested.

  11. On 11/23/2019 at 2:01 AM, GTAPoliceMods said:

    @Fosters I am getting an issue with this plugin due to your trophies app. Below is the error code

     

    OutOfRangeException:  (0)
    #0 /var/www/vhosts/gtapolicemods.com/public_html/init.php(816) : eval()'d code(70): IPS\Application\_Module::get('trophies', 'items')
    #1 /var/www/vhosts/gtapolicemods.com/public_html/applications/trophies/extensions/core/Profile/TrophiesAndMedals.php(40): IPS\trophies_hook_Member->canViewTrophies()
    #2 /var/www/vhosts/gtapolicemods.com/public_html/applications/core/modules/admin/applications/plugins.php(973) : eval()'d code(31): IPS\trophies\extensions\core\Profile\_TrophiesAndMedals->showTab()
    #3 /var/www/vhosts/gtapolicemods.com/public_html/applications/core/modules/admin/applications/plugins.php(973): eval()
    #4 /var/www/vhosts/gtapolicemods.com/public_html/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\applications\_plugins->settings()
    #5 /var/www/vhosts/gtapolicemods.com/public_html/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
    #6 /var/www/vhosts/gtapolicemods.com/public_html/applications/core/modules/admin/applications/plugins.php(43): IPS\Node\_Controller->execute()
    #7 /var/www/vhosts/gtapolicemods.com/public_html/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\applications\_plugins->execute()
    #8 /var/www/vhosts/gtapolicemods.com/public_html/--removed--/index.php(14): IPS\_Dispatcher->run()
    #9 {main}

    This was fixed in the last release?!

     

    Quote

     

    What's New in Version 2.0.5 

    Released November 11

    Changehistory

    • Fixed a compatibility issue with the Profile Tabs Organizer App

     

     
  12. On 11/17/2019 at 10:45 PM, darth12 said:

    @Fosters can you add some way to bulk select / tick / delete log entries? I don't want to set a time delete method, but be able to do it manually in bulk?

     

    Also a way to easily click a reported 404 link so we can check it out ourselves rather than having to awkwardly copy and paste

    Sounds reasonable.

  13. On 11/6/2019 at 4:46 AM, Joel R said:

    @Fosters

    Error in system log.

    URL of page the error occurred on was a profile page

     

    
    invalid_bookmark_item 2866
    
    #0 /home/nginx/domains/mycommunity.com/public/applications/bookmark/extensions/core/StreamItems/Bookmarked.php(58): IPS\_Log::log('invalid_bookmar...')
    #1 /home/nginx/domains/mycommunity.com/public/system/Content/Search/Results.php(651): IPS\bookmark\extensions\core\StreamItems\_Bookmarked->extraItems(Object(IPS\Member), 1528573699, NULL)
    #2 /home/nginx/domains/mycommunity.com/public/applications/core/modules/front/members/profile.php(257): IPS\Content\Search\_Results->addExtraItems(Array, Object(IPS\Member))
    #3 /home/nginx/domains/mycommunity.com/public/system/Dispatcher/Controller.php(96): IPS\core\modules\front\members\_profile->manage()
    #4 /home/nginx/domains/mycommunity.com/public/applications/core/modules/front/members/profile.php(73): IPS\Dispatcher\_Controller->execute()
    #5 /home/nginx/domains/mycommunity.com/public/init.php(816) : eval()'d code(20): IPS\core\modules\front\members\_profile->execute()
    #6 /home/nginx/domains/mycommunity.com/public/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\front\members\hook4828->execute()
    #7 /home/nginx/domains/mycommunity.com/public/index.php(13): IPS\_Dispatcher->run()
    #8 {main}

     

    This was removed for the next release.

×
×
  • Create New...