Jump to content

jmw253

Clients
  • Posts

    31
  • 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 jmw253

  1. 3 hours ago, tsdevelopment said:

    I already checked this. In a fresh installation everything works fine. So please also check if the specific class I use to hook in exists.

    Which class is that/where should I check? Just want to make sure I look in the right area on my end.

  2. Just bought this, and my only issue seems to be how trophies are automatically awarded. Is it possible to have them awarded/seen without the member logging out/in?

    I'd like members to be notified if they get it without that step, and have it appear on their profile. When a moderator assigns a metal it appears automatically, I figured the same would apply for trophies after a background task is ran.

  3. Would it be possible to maybe add a feature that allows you to invite certain groups by default? Like as a moderator or admin, bulk invite all members or at least generate a notification that the event exists and to check it out?

  4. 1 minute ago, TAMAN said:

    There was icon shadow setting which is removed now, It is mentioned in the version changelog tho 

    Now there is only a small text shadow which is dark and not blue or any other colors i dont see any blue glows not even on your screenshot 

    but if you want to add a colored text shadow for the user bar icons 

     

    add this to custom.css and change the rgba color if you wanted 

    
    #elUserNav > li > a:not(.cShareLink) .fa {
        text-shadow: 0 1px 2px rgba(255, 0, 0, 0.5); /*Red rgba color*/
    }

     

    Thanks - it looks blue to me, but also I'm probably just seeing things based on the background/white icon contrast. ?

  5. I have things locked down to where if you post in that forum category as a member the default prefix for that category is automatically applied for a normal forum post and that's been working well.

    I've noticed when I've set a category in Pages to also post the article to a forum when the article itself is created, the prefix won't appear on the topic.

    It's like Pages is bypassing that/this application and no amount of configuration on the Pages category itself (Tage & Prefixes) tab yields any different result. I'm on 4.3.1 if that helps.

  6. 10 hours ago, TAMAN said:

    I will use theme color settings ? 

    also, try to use custom.css instead of the ta_base.css because this template has to be updated between versions and you will lose your customizations if you have done to this file.

     

    When I update the theme with your fix in that file I might forget it's in custom.css. So, no harm in putting it in ta_base.css, as it will be removed automatically upon next update.

  7. 10 hours ago, AlexWright said:

    Found one more area that might need a touch-up in gallery. This is on uploads when choosing where to place the images.

    Screenshot_20180418-130157_Chrome.jpg

    1

    Throw this in the top of your ta_base.css file in the meantime to make it easier to look at:

    .cGalleryChooseAlbum_listItem {
    background:#1E1F20;
    }

  8. On 10/8/2017 at 12:11 PM, jimkeypro said:

    Martin, I having issues importing members in my forum, i have done the profile sync and still nothing comes up in the member map. What is your suggestion for this. I can give you access to the ACP if needed to get this resolved. 

     

    5

    I'm experiencing the same thing. Profile sync does nada with the existing Location field for members. I'm on the latest versions of IPB + Member Map. Fresh install of the plugin and everything just to rule that out and nada.

    If I run the task manually it works however.

  9. Question: Would it be possible to intercept a member requesting access to a club and prompt for a request reason? IE: I want to join this club because blah blah blah.... and that reason would be displayed for the moderator of the club for approval. Maybe some basic field customization.

  10. On 8/12/2017 at 1:41 PM, tsdevelopment said:

    Hey, thanks for that. I looked it up and that seems to be a community error: after disabling / uninstaling the cache isn't cleared. If I uninstall the application and remove all files from the cache directory (datastore/*) everything is working. I am not sure if I should clear the cache completely after disabling my application. In the past it has not been necessary. Maybe a programmer can give a short comment on that.

    I did this and still encounter 500 errors. Please advise.

  11. Just want to let you know that when I disable the add on or uninstall it, 4.2.2 completely breaks. 500 errors everywhere until I reinstall it or enable it again. This concerns me greatly as I can't remove the application if needed. Please advise.

    After uninstalling the 500 errors consist of:

    Error: Call to undefined method IPS\Member::verificationCount() (0)
    #0 C:\inetpub\wwwroot\system\Theme\SandboxedTemplate.php(56): IPS\Theme\Cache\class_itzverified_front_hooks->userBarOpenVerifications()
    #1 C:\inetpub\wwwroot\uploads\template_1_94a9d7649fb9cdbfc784d3516e61a717_global.php(13797): IPS\Theme\_SandboxedTemplate->__call('userBarOpenVeri...', Array)
    #2 C:\inetpub\wwwroot\system\Theme\SandboxedTemplate.php(56): IPS\Theme\Cache\class_core_front_global->userBar()
    #3 C:\inetpub\wwwroot\uploads\template_1_94a9d7649fb9cdbfc784d3516e61a717_global.php(5424): IPS\Theme\_SandboxedTemplate->__call('userBar', Array)
    #4 C:\inetpub\wwwroot\system\Theme\SandboxedTemplate.php(56): IPS\Theme\Cache\class_core_front_global->globalTemplate('af27eec8da455a8...', '\n<div class='ip...', Array)
    #5 C:\inetpub\wwwroot\system\Dispatcher\Dispatcher.php(166): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array)
    #6 C:\inetpub\wwwroot\system\Dispatcher\Standard.php(103): IPS\_Dispatcher->finish()
    #7 C:\inetpub\wwwroot\system\Dispatcher\Front.php(556): IPS\Dispatcher\_Standard->finish()
    #8 C:\inetpub\wwwroot\system\Dispatcher\Dispatcher.php(148): IPS\Dispatcher\_Front->finish()
    #9 C:\inetpub\wwwroot\index.php(12): IPS\_Dispatcher->run()
    #10 {main}

    #0 C:\inetpub\wwwroot\init.php(523): IPS\_Log::log('Error: Call to ...', 'uncaught_except...')
    #1 [internal function]: IPS\IPS::exceptionHandler(Object(Error))
    #2 {main}

×
×
  • Create New...