Jump to content

Sarah Mackenzie

Clients
  • Posts

    8
  • 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 Sarah Mackenzie

  1. Every once in a while we encounter an issue where the time zone appearing on the forum for our members does not match their real time zone. There used to be a way for me to manually update a member's time zone in their profile (instead of having their time zone automatically detected), and that would resolve the issue in most cases. I can't find that option anymore-- is there a new place where I can manually update a member's time zone? 

  2. On 9/8/2020 at 12:12 PM, V0RT3X666 said:

    Not without more details or taking a look by myself. 

    Would either of you be willing to take a peek and see what I might be doing wrong, @Vort3x @Fosters? I've updated the Bookmarks plugin (just today) via the Marketplace section in my AdminCP. When I try to do this:

    Quote

    Just go to Customization -> Themes and click on the </> Icon. In the list of the forums scroll down to forums -> front -> topics -> post.

    In that template search for <li class='ipsHide' data-role='commentLoading'> and insert this code above...

    
    {{if $comment->canBookmark()}}
    	<li>{template="bookmarkLink" app="bookmark" group="bookmark" location="global" params="$comment"}</li>
    {{endif}}

    The other method would be editing the hook itself, but I guess that's too complicated for beginners.

    ... I get this error on all of my posts: image.png.9a26e1d239972ca7ca5beb005a6801e4.png

  3. On 9/4/2020 at 11:05 PM, V0RT3X666 said:

    Just go to Customization -> Themes and click on the </> Icon. In the list of the forums scroll down to forums -> front -> topics -> post.

    In that template search for <li class='ipsHide' data-role='commentLoading'> and insert this code above...

    
    {{if $comment->canBookmark()}}
    	<li>{template="bookmarkLink" app="bookmark" group="bookmark" location="global" params="$comment"}</li>
    {{endif}}

    When I do this, all of my posts on the forum show this error:

    732043630_ScreenShot2020-09-08at10_35_46AM.thumb.png.c72a6133e14d99836a0ac39ccb23a4b0.pngAny ideas on what I'm doing wrong? @Vort3x @Fosters

  4. 15 minutes ago, Fosters said:

    if you send me the url and admin login credentials, I’ll take a look ? 

    Just sent them to you as a message! Thank you so much

    15 minutes ago, Fosters said:

    Are you using a custom theme ? Does it work with the default one?

    I... don't know. ?I think it might be custom?

  5. I purchased this yesterday, but can't seem to get the bookmarks to show up. 

    I installed the application, then went into the ACP-->Community-->Members-->Groups and enabled the bookmarks for all groups. 

    Is there something else I need to do? I was just hoping to give my forum users a way to bookmark forum posts. ?Thanks!

×
×
  • Create New...