Jump to content

Adam_S

Members
  • Posts

    140
  • 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 Adam_S

  1. Since updating, i can no longer upload anything.  Any ideas?

    I also get this error when i try to save permissions in ACP:

    ArgumentCountError: Too few arguments to function IPS\Node\cjmenu_hook_cjmenuRecache::setPermissions(), 1 passed in /home/ozclubbe/public_html/system/Node/Controller.php on line 1189 and exactly 2 expected (0)
    #0 /home/ozclubbe/public_html/system/Node/Controller.php(1189): IPS\Node\cjmenu_hook_cjmenuRecache->setPermissions(Array)
    #1 /home/ozclubbe/public_html/system/Dispatcher/Controller.php(85): IPS\Node\_Controller->permissions()
    #2 /home/ozclubbe/public_html/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
    #3 /home/ozclubbe/public_html/applications/cjmedia/modules/admin/categories/categories.php(43): IPS\Node\_Controller->execute()
    #4 /home/ozclubbe/public_html/system/Dispatcher/Dispatcher.php(152): IPS\cjmedia\modules\admin\categories\_categories->execute()
    #5 /home/ozclubbe/public_html/admin/index.php(14): IPS\_Dispatcher->run()
    #6 {main}

     

  2. Hi,

    I'm having troubles saving Advertisements when its selected as "Random".  When i click on the Save button after adding an advertisement, nothing happens.

    Thanks

  3. 8 hours ago, HeadStand said:

    From a screenshot? No. I'd need to see the HTML source to see where the images are pointing to. Do you have a customized template for your content type?

    I'll send you a private message

  4. On 7/14/2018 at 4:31 AM, Joel R said:

    That's not what I saw. 

    I don't see a category selector at all.  Entire tab is blank! 

    I'll take.a screenshot and give you access to after work.  

    I'm having this same issue - the entire tab is blank, even though its created a default single category.

  5. On 5/10/2018 at 5:56 AM, CodingJungle said:

    it only supports the playback to a very small format and codec. usually mp4's are good, but sometimes they use oddball codecs that it doesn't support. give me a bit, i don't remember off the top of my head which codecs/formats it fully supports.

    Hi @CodingJungle,

    I thought i'd loop back around and see if you had integrated the mp3 codec into it yet?

    Thanks

  6. On 5/10/2018 at 5:56 AM, CodingJungle said:

    it only supports the playback to a very small format and codec. usually mp4's are good, but sometimes they use oddball codecs that it doesn't support. give me a bit, i don't remember off the top of my head which codecs/formats it fully supports.

    Ok.  Just FYI, this was an mp3

  7. Thanks @HeadStand for adding the sorting by event date to the calendars!  Thats awesome, you're awesome!

    I only have one thing, it seems the "cut-off" field isn't working on the calendar dates - so for example if i have 7 days entered in there, its showing more than the next 7 days of events.  Is this supposed to happen or is it a bug?

     

  8. On 12/14/2017 at 12:13 AM, HeadStand said:

    That's odd. I would have thought that was built in to the IPS custom field code (which is what I'm using). Weird.

    Anyway, here is the default view template. You'll notice that the $data array has the $fieldKey (which you define when you create the custom fields) and the $fieldValue.

    
    <div class="ipsSpacer_top">
        {{foreach $data as $fieldKey => $fieldValue}}
        {{if $fieldValue['value'] || !$fieldValue['hide']}}
        <div class="cTemplateField">
            <span class="cTemplateField_label">{{$label = 'template_' . $fieldKey . '_label';}}</span>
            <span class="cTemplateField_value">{$item->$label}: {$fieldValue['value']|raw}</span>
        </div>
        {{endif}}
        {{endforeach}}
    </div>

    At the moment, I don't have a way to check the field type, although I can add that in the next release. Instead, you can use the fieldKey to do something like this:

    
    <div class="ipsSpacer_top">
        {{foreach $data as $fieldKey => $fieldValue}}
        {{if $fieldValue['value'] || !$fieldValue['hide']}}
        <div class="cTemplateField">
            <span class="cTemplateField_label">{{$label = 'template_' . $fieldKey . '_label';}}</span>
            {{if $fieldKey == 'myUrlField'}}
            <span class="cTemplateField_value"><a href="{$fieldValue['value']}">{$fieldValue['value']}</a></span>
            {{else}}
            <span class="cTemplateField_value">{$item->$label}: {$fieldValue['value']|raw}</span>
            {{endif}}
        </div>
        {{endif}}
        {{endforeach}}
    </div>

    Let me know if that helps.

    Thanks for that.  That didn't seem to work for some reason...  Any ideas what might be going wrong?  Do you want me to private message you about it?

  9. Hi, i was wondering if there is any instructions on how to modify the default templates in this.  For example, if i want a URL field to have a link, how can i set it up so URL's actually have the <A HREF code before the data, but if its not a URL field, it doesn't have this?

  10. On 19/10/2017 at 1:50 AM, WG Mojo said:

    Thanks for this useful application @Fosters but is it supposed to send out inactive emails more than once? I’ve set it to 7 days and it’s since sent out the email twice in 12 hours to the same people. Is this a bug with the log or is it actually emailing twice? I don’t want to spam peoples’ inboxes. 

     

    On 19/10/2017 at 3:38 AM, DSystem said:

    This application leaves the tasks of the forum congested. It must be because of the large number of members I have.

    Would you like to reduce the number of emails that he sends in each process?

     

    Tasks.thumb.png.0d9cc9b316e15eed97d8b11029d65bf0.png

     

    I'm having the same issue as these two people as well.  My users are getting spammed with multiple emails in a short period in time, even though i have it set to 1 week, 1 month, 3 months, 6 months, and 1 year.

     

  11. On 10/10/2017 at 7:19 PM, Adriano Faria said:

    Can you please send a PM with your ACP access so I can check? I released a version on Sep/20 to fix something to related to Pages and seemed to work fine, so I need to see hownit is set there. 

    Have PM'd you, thanks

  12. Hi @Adriano Faria,

    I'm having an issue with this plugin.  When i go to the News and Reviews tab (which was the "Articles" pages database that i've renamed), i am not getting any options.  I've attached the screenshot of the issue.  I'm running v1.0.5.  Can you help?

    Thanks

     

    2017-10-10 12_35_58-Plugins.jpg

  13. 2 hours ago, HeadStand said:

    Just letting you know that I did see this post and your PM. I've been working on and off the last couple of weeks (and the next 2 weeks) due to the Jewish holidays, so I haven't had time to get to it. I WILL get to it, though.

    Ok, great, thank you!

×
×
  • Create New...