Jump to content

iancassel

Clients
  • Posts

    64
  • Joined

  • Last visited

Reputation Activity

  1. Like
    iancassel got a reaction from SeNioR- in Commerce PayPal renewal not processing   
    hmmm, I think I fixed it. Looks like there was a temp connection issue when it checked his renewal, I reset it, waited about 10 minutes and then clicked the “check” button again and it synced and moved him into the subscriber group. Thanks Jim, hopefully if this happens again that will be the simple fix.
  2. Like
    iancassel reacted to Adriano Faria in Bulk PM   
    Just submitted a new version to fix this issue. Follow the file to get notified when it gets live.
  3. Like
    iancassel reacted to Adriano Faria in Bulk PM   
    I’ll take a look.
  4. Like
    iancassel got a reaction from AlexJ in Auto Welcome Support   
    @Mike John Is it possible for Auto Welcome to provide different messages for different user groups? We have three user groups (registrants, members, and subscribers) and would like to send a different message to each one. For example, is there a way to use conditional text in the editor?
  5. Like
    iancassel reacted to newbie LAC in (NB40) Recent Topics/Posts   
    Hello,
    You can change code
    Find
    $topics = \IPS\forums\Topic::getItemsWithPermission($whereTopics, null, $limitTopics);Change to 
    $topics = \IPS\forums\Topic::getItemsWithPermission($whereTopics, null, $limitTopics, null);Find 
    $posts = \IPS\forums\Topic\Post::getItemsWithPermission($wherePosts, null, $limitPosts);Change to 
    $posts = \IPS\forums\Topic\Post::getItemsWithPermission($wherePosts, null, $limitPosts, null); 
×
×
  • Create New...