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. 10 minutes ago, We are Borg said:

    @Fosters if you PM me i can give you access asap, i have the same issue.

    Sure, please just create a new member with ACP access , send me a PM with the credentials and URL and I’ll look at this ASAP. (that’s faster then I PM you, you me back asking to register at site x, getting Login credentials, running in circles 😂)

     

    thx 

  2.  

    @Girays issue was our trophies tab, which called \IPS\Module::get('trophies','modulename') which works for everybody.. 

    BUT, your plugin is calling the tab extensions (which are meant to be called only from the frontend), from the ACP, so the module can't be found.

    I have adjusted now my code and passed the 3rd parameter for the "area" to search for a frontend module.

    	/**
    	 * Get a module
    	 *
    	 * @param	string		$app
    	 * @param	string		$key
    	 * @param	string|NULL	$area
    	 * @return	\IPS\Application\Module
    	 * @throws	\OutOfRangeException
    	 */
    	public static function get( $app, $key, $area=NULL )

    I guess this could be useful for other coders too..

  3. If anybody is missing the positions on the list or in the ModCP , please review the settings and ensure that these settings are enabled:

    200936255_Screenshot2019-06-3012_25_27.thumb.png.8b5064159da4d0f68d7c9b0f3bee2db3.png

    On 6/26/2019 at 4:04 AM, Earl_of_Berkeley said:

    ALSO for some reason, despite setting the permissions, guests can make applications

    I can't reproduce this. When I remove the permission to apply, I'm getting the proper error returned:

    Quote
    You are not allowed to submit this form

    Error code: 2app_cant_apply

    Could I get ACP access to take a look?

  4. 3 hours ago, Nebthtet said:

    Also another question / suggestion: would it be possible to make something similar to this when you mouseover the trophies in postbit? So on mouseover it shows full-res trophy image?

    image.thumb.png.4e18a41337e94879949b27406c783275.png

    I like this idea 🙂

    A new version was released.

    Changehistory

    Quote
    • Removed trophies / medal table from the overview page, if there are no items to show
    • Removed useless error logging
    • Added a new widget where you can show the recently awarded trophies and medals , but where you can also set a filter. This is handy if you have e.g. a monthly contest where the winner gets a medal, so you could use this widget to show only the winners 😉

    This version is also compatible with IPS 4.3 !

     

    3 hours ago, Dean_ said:

     


    This still needs a fix too!

    It's centered for me with the default theme.

    centered.thumb.png.1f721aefff6fe4b120f16613c89cc7f2.png

  5. On 6/12/2019 at 10:34 AM, Rob Coldwell said:

    Sorry, we can't allow that due to the sensitive nature of our content 😞

    Is there any guidance/manual on how to get a notification sent to a particular individual once an application (request form) is submitted please?

    Just as a side note, we have no use for the approval of applications - not sure if this helps in this context?!

    Thanks in advance

    Did you set the mod permissions for the admins which are allowed to view the submissions?

    I have also improved the error messages, "2applicationform" isn't really helpful to anybody here^^

  6. On 6/12/2019 at 11:04 AM, beats23 said:

    Yes I see this error.

     

     

     

    The URL of page the error occurred on was http://www.testsite.com/index.php?app=core&module=modcp&controller=modcp&tab=reports&overview=1&csrfKey=9cd25948acd84b96ceba4252ddc98f44

    IPS\Db\Exception::105

    
    SELECT core_rc_comments.*, author.*, bookmark.* FROM `_betacore_rc_comments` AS `core_rc_comments`  LEFT JOIN `_betacore_members` AS `author` ON author.member_id = core_rc_comments.comment_by  LEFT JOIN `_betabookmark_items` AS `bookmark` ON bookmark.member_id=1 AND bookmark.class='IPS\core\Reports\Comment' AND bookmark.content_id=core_rc_comments.id WHERE id=0 LIMIT 0,1
    Column 'id' in where clause is ambiguous

     

    BACKTRACE

    
    #0 /Users/nice/Sites/www.testsite.com/system/Db/Select.php(373): IPS\_Db->preparedQuery('/*IPS\\Content\\_...', Array, true)
    #1 /Users/nice/Sites/www.testsite.com/system/Db/Select.php(436): IPS\Db\_Select->runQuery()
    #2 /Users/nice/Sites/www.testsite.com/system/Content/Item.php(3733): IPS\Db\_Select->rewind()
    #3 /Users/nice/Sites/www.testsite.com/system/Content/Item.php(3445): IPS\Content\_Item->_comments('IPS\\core\\Report...', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, false, NULL)
    #4 /Users/nice/Sites/www.testsite.com/system/Theme/Theme.php(840) : eval()'d code(3455): IPS\Content\_Item->comments(1, 0, 'date', 'desc')
    #5 /Users/nice/Sites/www.testsite.com/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_modcp->reportListOverview(Object(IPS\Helpers\Table\Content), Array, Array, NULL, false)
    #6 /Users/nice/Sites/www.testsite.com/system/Helpers/Table/Table.php(555): IPS\Theme\_SandboxedTemplate->__call('reportListOverv...', Array)
    #7 /Users/nice/Sites/www.testsite.com/applications/core/extensions/core/ModCp/Reports.php(99): IPS\Helpers\Table\_Table->__toString()
    #8 /Users/nice/Sites/www.testsite.com/applications/core/modules/front/modcp/modcp.php(104): IPS\core\extensions\core\ModCp\_Reports->manage()
    #9 /Users/nice/Sites/www.testsite.com/system/Dispatcher/Controller.php(96): IPS\core\modules\front\modcp\_modcp->manage()
    #10 /Users/nice/Sites/www.testsite.com/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute()
    #11 /Users/nice/Sites/www.testsite.com/index.php(13): IPS\_Dispatcher->run()
    #12 {main}

     

    Are you using the last IPS version?
    This was an bug in IPS which was fixed in 4.4.2 

     

  7. On 6/8/2019 at 12:52 PM, Sethhh. said:

    Hello,

     

    I jsut checked system logs and i found these logs. Can you check if something is bad?

    957721221_systemlogs1.thumb.png.7d46b55ed33c1363f301cd582ca1082a.png1098788374_systemlogs2.thumb.png.a3aaac326d547b989219b4c14e71b7b0.png

    How many trophies do you have? I have removed the error logging for the next release. It's causing more confusion, then helping to investigate issues.

    On 6/14/2019 at 5:20 AM, Time Travel Institute said:

    Great app, lots of uses.

    Add another vote for displaying trophies and medals in categories. I'd like to set up a "trading card" category for medals, then use the Members Shop addon to distribute them and use the inventory option to create scarcity.

    Couldn't you create several categories for medals and just place them there? Since all your trading cards are medals, it should work:)

    22 hours ago, Dean_ said:

    ..

    Yea, we canceled the plans to merge trophies and medals, it was just too much work and a scary upgrade step which I didn't want to risk:(

  8. Could you please explain this further? We have already categories, so I’m really sorry and I guess it’s because of the language barrier, but I don’t understand what you’re really asking for. Sorry 😐 

    14 hours ago, Time Travel Institute said:

    Great app, lots of uses.

    Add another vote for displaying trophies and medals in categories. I'd like to set up a "trading card" category for medals, then use the Members Shop addon to distribute them and use the inventory option to create scarcity.

     

  9. 15 hours ago, Rob Coldwell said:

    Hi, 

    We would like to allow our staff to be able to submit requests through to our purchasing department (administrators). We have managed to get the form working and submissions can be made by all staff but only read by administrators. We cannot find a way for the administrators to receive a notification without being taken to the following screen however:

    1394052450_ScreenShot2019-06-11at14_19_26.thumb.png.99797784531834ad9c949070d0ff9f14.png

    This was visible from my account and I have administrator permissions. This has also happened with all other administrators.

    Please help!

    Could I please get ACP access to take a look at this?

  10. 10 hours ago, beats23 said:

    bookmark is causing an error with receiving report notifications.

    If I disable the bookmark app I can see the report notifications. 

    When the bookmark app is on I get error.

    See the error in the photo below.

    This in on a clean install 4.4 with only the bookmarks app installed.

    [[Template core/front/modcp/reportListOverview is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

    1219283277_ScreenShot2019-06-11at19_21_31.png.01eee6132d230caeb7d3b88e5263e6ae.png

     

    Do you see any logged errors in the system log?

×
×
  • Create New...