Jump to content

Andy_M

Clients
  • Joined

  • Last visited

  1. Andy_M started following Adlago
  2.    Cyboman reacted to a post in a topic: Newsletters
  3. Can someone point me to where I can find information on the different ipsCarousel functionality / parameters? My searches haven't turned anything up. Thanks
  4.    CheersnGears reacted to a post in a topic: Newsletters
  5. Andy_M replied to HeadStand's post in a topic in Marketplace
    In case it's useful, here's a modified article template that I use that displays article pictures side by side on a wider screen, and then stacks them under each other on mobile. Seems to work well across all email clients I've tried. <!--[if (gte mso 9)|(IE)]> <table width="600" align="center" cellpadding="0" cellspacing="0" border="0"> <tr> <td> <![endif]--> <table class="container" width="100%" cellpadding="0" cellspacing="0"> <tr> <td style="text-align: center; vertical-align: top; font-size: 0;"> {{foreach $items as $pos => $item}} <!--[if (gte mso 9)|(IE)]> <table width="100%" align="center" cellpadding="0" cellspacing="0" border="0"> <tr> <td> <![endif]--> <div style="width: 300px; display: inline-block; vertical-align: top;"> <table width="100%" cellpadding="20"> <tr> <td style="font-size: 15px;"> {{if isset( $params['image_data'] ) && $params['image_data']['field']}} {{$imageField = $params['image_data']['field'];}} {{$image = $item->$imageField ? \IPS\File::get( $params['image_data']['extension'], $item->$imageField )->url : null;}} {{elseif $item instanceof \IPS\downloads\File}} {{$image = $item->primary_screenshot_thumb->url;}} {{elseif $item instanceof \IPS\gallery\Album\Item}} {{$image = $item->shareImage();}} {{endif}} {{if $image !== null}} <a href="{$item->url()}"> <img src="{$image}" width="300" height="175" style="width:100%;height:175px;max-width:300px;" alt="{$item->mapped( 'title' )}" title="{$item->mapped( 'title' )}"> </a> <br> {{endif}} <div style='display:inline-block;'> {{if !( $item instanceof \IPS\gallery\Image )}} <a href="{$item->url()}"><strong>{$item->mapped( 'title' )}</strong></a> <br> {{endif}} {{if $params['show_author']}} {$item->author()->name} | {datetime="$item->mapped( 'date' )" dateonly="true"} <br> {{endif}} {{if $params['show_content']}} <div style='display:inline-block;'> {{if $params['max_chars'] > 0}} {{$content = \strip_tags( $item->content() );}} {truncate="$content" length="$params['max_chars']"} {{else}} {$item->content()|raw} {{endif}} </div> {{endif}} {{if isset( $params['show_views'] ) && $params['show_views']}} {$item->mapped( 'views' )} views {{endif}} {{if isset( $params['show_comments'] ) && $params['show_comments']}} {$item->mapped( 'num_comments' )} comments {{endif}} </div> </td> </tr> </table> </div> <!--[if (gte mso 9)|(IE)]> </td><td> <![endif]--> {{endforeach}} </td> </tr> </table> <!--[if (gte mso 9)|(IE)]> </td> </tr> </table> <![endif]-->
  6. Andy_M replied to Fosters's post in a topic in Marketplace
    Hi there - any more thoughts on this? Thanks
  7. Andy_M replied to Fosters's post in a topic in Marketplace
    Yes, that was after uninstalling - the uninstall process seemed to complete successfully in the ACP.
  8. Andy_M replied to Fosters's post in a topic in Marketplace
    Hi there - when I try to uninstall this app I am no longer able to access my community with the error: [[Template core/front/global/globalTemplate is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] In the system logs I can see: IPS\Db\Exception::1146 SELECT id FROM `notices_dismissed` WHERE member_id=2 Table 'i282549.notices_dismissed' doesn't exist #0 /var/www/html/i282549/system/Db/Select.php(378): IPS\_Db->preparedQuery('/*IPS\\notices\\_...', Array, true) #1 /var/www/html/i282549/system/Db/Select.php(440): IPS\Db\_Select->runQuery() #2 [internal function]: IPS\Db\_Select->rewind() #3 /var/www/html/i282549/applications/notices/sources/Notice/Notice.php(501): iterator_to_array(Object(IPS\Db\Select)) #4 /var/www/html/i282549/system/Theme/Theme.php(824) : eval()'d code(6117): IPS\notices\_Notice::getMatchingNotices(Object(IPS\Member), 'topbar') #5 /var/www/html/i282549/system/Theme/SandboxedTemplate.php(58): IPS\Theme\class_core_front_global->globalTemplate('AlgoMe Communit...', '\n<section class...', Array) #6 /var/www/html/i282549/system/Dispatcher/Dispatcher.php(166): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array) #7 /var/www/html/i282549/system/Dispatcher/Standard.php(118): IPS\_Dispatcher->finish() #8 /var/www/html/i282549/system/Dispatcher/Front.php(574): IPS\Dispatcher\_Standard->finish() #9 /var/www/html/i282549/system/Dispatcher/Dispatcher.php(148): IPS\Dispatcher\_Front->finish() #10 /var/www/html/i282549/index.php(13): IPS\_Dispatcher->run() #11 {main} Thankfully the site came back up when I reinstalled the plugin. Can you let me know how to resolve this so it can be removed successfully? Thanks
  9.    Adriano Faria reacted to a post in a topic: Invite System
  10. Andy_M replied to Adriano Faria's post in a topic in Marketplace
    Perfect, thanks for the speedy responses.
  11. Andy_M replied to Adriano Faria's post in a topic in Marketplace
    Thanks @Adriano Faria! Quite right - I disabled and re-enabled the permissions and the first 2 are working fine now. Any idea on the registration form field position, or is that expected behaviour?
  12. Andy_M replied to Adriano Faria's post in a topic in Marketplace
    Hi @Adriano Faria - I've installed the app but am having a couple of problems: 1) The invitation tab has not been added to the Account Settings screen. NB When I create a new invite from the Create+ menu (which seems to work as intended), it takes me to the settings page which displays as below (replacing the Overview tab), but I am unable to access this any other way 2) The invite icon has not been added to the user bar 3) The invitation code is showing up on the wrong place in the registration screen (I saw that you made a recent fix for this and can confirm that I'm running the latest version). I've tried uninstalling and reinstalling to no avail. There does not appear to be anything in the ACP System or Error logs related to this. Please can you suggest what the problem is? Thanks, Andy
  13. Andy_M replied to HeadStand's post in a topic in Marketplace
    @HeadStand - many thanks for this app, it works great and I can see it helping our community engagement. A few questions: Is it possible to pull through posts rather than topics? Or otherwise, is it possible to put the date of the latest post against a topic rather than it's start date? Is it possible to customise the plain text template for the dynamic content? For some reason my plain text newsletter looks terrible, plus I'd like to add URLs Do you have plans to enable selection of "Our Picks" as a content inclusion criteria? I'm experimenting with this functionality and that would be a good way to exert editorial control over what goes out. Thanks in advance!
  14.    Andy_M reacted to a post in a topic: Notices - Supporttopic
  15. Andy_M replied to Michael.J's post in a topic in Marketplace
    Are you using the new time delay setting at all? No, this was on the previous version without that feature.
  16. Andy_M replied to Fosters's post in a topic in Marketplace
    Hi - I've been optimising my site load times (using reports from gtmetrix) and have found that the code that this plugin is adding at the bottom of the global template is causing the site to slow as it's after the instructions to load javascript and therefore prevents defer parsing. Are you able to move the code somewhere else in the template to prevent this? I haven't been able to find a way to do this myself. I understand that the javascript needs to be after all other html content for this to work properly. A related discussion about defer parsing is in this thread: Thanks
  17. Andy_M replied to Michael.J's post in a topic in Marketplace
    Hi Mike John - thanks for this add-on, it's a really useful way to engage new members. I saw a problem with a user who signed up last week where he received 4 simultaneous welcome emails and private messages when he registered. Although I haven't been able to reproduce it, IP Board team said this may be related to your plugin. Is this anything you've come across before? Thanks, Andy
  18. Andy_M replied to Fosters's post in a topic in Marketplace
    Is this something which is on your roadmap? Would be very useful for us.