Jump to content

Ody Mandrell

Clients
  • Posts

    18
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Ody Mandrell reacted to Jim M in Some database problems   
    No worries. They're your friend for these types of server-related questions/issues/tasks.
  2. Thanks
    Ody Mandrell reacted to Randy Calvert in Some database problems   
    These are SQL queries that you or your host need to run on your database.  If clicking fix it does not solve the problem, you need to run them via PHPMyAdmin or via SSH. 
  3. Like
    Ody Mandrell reacted to Matt in v5 news coming soon...   
    Code clean up ✅
    Import over FQN ✅
    Better use of traits ✅
    Search code clean up ✅
    Happy PHPStorm without hacks/class_alias ✅
    More recent PHP versions needed ✅
    Better use of newer PHP functions ✅
    More to follow, but I think you’ll be content with the changes to be announced.
  4. Agree
    Ody Mandrell reacted to savannahjan50 in Calendar application missing after upgrade   
    We use the calendar primarily to show when our members have a birthday.  Now the 'events' page does not reflect the member birthdays. 
    The 'events' format may be more advanced, but it left out one of the calendar's most basic, and for us, important functions.
  5. Thanks
    Ody Mandrell reacted to Marc Stridgen in How to restore the old counter format?   
    You would be removing the format="short" part mentioned above, but within the forums->widgets>forumstatistics template for that. 

    Please note, we do not provide official support for customisation, so please ensure you back that template up before you do so.
  6. Agree
    Ody Mandrell reacted to Andy135 in Total comment counter problem   
    I did the same as you and I'm also seeing the same issue. Changed the Forum Stats block from short to long format and now it doesn't refresh when the cache refreshes (ours is set to refresh every 4 minutes). I can get it to refresh if I edit and re-save the block, or if I delete and re-install the block using the Block Manager.
    Does anyone have any suggestions to fix this? Please don't say revert back to short format post and topic counts 😬
  7. Like
    Ody Mandrell reacted to Sonya* in Topic feed problem   
    It is a per user profile setting (per user) now:

  8. Like
    Ody Mandrell reacted to aXenDev in How to restore the old counter format?   
    Edit HTML theme and go to forums -> font -> index -> forumRow.
    Find:
    <dt class="ipsDataItem_stats_number">{number="$count" format="short"}</dt> Replace:
    <dt class="ipsDataItem_stats_number">{number="$count"}</dt>  
×
×
  • Create New...