Jump to content

James W

Clients
  • Posts

    42
  • 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 James W

  1. Hello,

     

    Not sure if this has been mentioned yet, but my Plugin continually resets all custom values every time that:

    1. A new plugin is installed.
    2. A new plugin is uninstalled.
    3. An update is applied to IPB

    I'm kind of getting annoyed that I have to re-apply the settings each time when any of the above happens. Do you have an idea what might cause this kind of behavior?

     

    Thanks

  2. Thanks @Meddysong, I suppose this was more of a suggestion than a 'request for support'. Regardless, the line to remove in the template would be under the "record" item:

    			{{if $record->editLine()}}
    				<span class='ipsType_light ipsType_medium ipsType_reset'>
    					({lang="edited_lc"})
    				</span>
    			{{endif}}

    In case anyone wants to remove/modify it. To do what I was suggesting, just move the if statement around the $record->editLine() to allow for easy removal/adding back via the actual SuperDocs settings:

    		<p class='ipsType_reset ipsType_large ipsType_blendLinks'>
              {{if settings.SuperDocs_showauthor}}
    			{lang="content_record_started_by" htmlsprintf="$record->author()->link()"}
              
    			{{if $record->editLine()}}
    				<span class='ipsType_light ipsType_medium ipsType_reset'>
    					({lang="edited_lc"})
    				</span>
    			{{endif}}
              {{endif}}
    		</p>

    Anyways. Much love. My comment to you @opentype wasn't meant to be sarcastic, hope ya know! :)

  3. Hey opentype - 

    Love your SuperDocs - I've bought a few of them over the past year.

    I do have an issue though - there's an option in SuperDocs that says "Author in Record View".

    When unclicked, it still shows (edited) and the time the article was added. How would I remove both of these?

    Screen_Shot_2017-11-26_at_9_21_56_PM.png.9d301c8c6cd7f7c236742db9c3ed3936.png

  4. 14 hours ago, TSP said:

    Are you experiencing any issues on 4.2? It seems to work for me with some quick testing. 

    Yes - for some reason, the 'check anonymous' feature for moderators doesn't show up on the top of each post. 

    Is there a way to force this to show? Maybe a template edit?

  5. Hello, 

    Beautiful theme! Had to get my hands on it, and so I have. $30 well spent - however, a problem:

     

    When displaying a database, the header (where the title/description is) doesn't have padding like it should.
    This is also true with the initial comment within databases:

     

    593248cd24fcf_ScreenShot2017-06-03at12_25_22AM.thumb.png.3c2c16f60fb1c0da53c3ce1bba67897f.png

    593248c98af56_ScreenShot2017-06-03at12_25_40AM.thumb.png.26b0297599bdb6df45dfc2acb9933982.png

     

    I appreciate any support you can provide! Thanks!

×
×
  • Create New...