Jump to content

Bookmarks - Support Topic

Featured Replies

12 hours ago, Fosters said:

Pages is an own application from IPS?!

My question is....You say this 

Quote

Open the Pages App Template Editor and open for the "record" template

The problem as you can see from my screenshot I don't have the Pages template so I cannot install your bookmark template. 😞

9 hours ago, V0RT3X666 said:

I guess he means if you want to use bookmarks in pages you have to add some code in the templates manually, right?

If you don't use pages, you can skip that step.

Ya it's weird. According to the instructions on this page, that's the only step. Am I wrong? I purchased the bookmark plugin and don't know how to install it because you have to install some code on the pages template. Unless there are other steps somewhere else I'm not seeing. It's not very clear to me.

  • Replies 517
  • Views 50k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Hi @Fosters ! How do I disable output in files and in the profile tab? Can't the design be made a little more attractive using standard IPB classes? Move the bookmarks button in messages to the me

  • Fosters Crew is pleased to present the newest version of Favorite Content Bookmarks v1.1.0, available immediately in the IPS Marketplace for download.  The newest version of Bookmarks takes community

  • To emphasize the suggestion for individual user tags... In some situations, I would like to rename the bookmarked topic title, to give it more meaning to myself. A lot newbies name there to

Posted Images

  • Author

I see.

please ignore the instructions if you’re not using the pages application.

once it’s installed , edit your group permissions to allow them to use bookmarks, that’s all:)

I‘ll improve the instructions to make it less confusing.

2 minutes ago, Fosters said:

once it’s installed

Thanks @Fosters for your reply. I'm used to installing Wordpress plugins. I downloaded two .tar files but now what? Upload them via FTP (to what folder?) not sure. Thanks!

@Fosterssorry for the confusion. Just wanted to let you know I purchased the Unanswered topics plugin and it works great. Thank you!

My last question about this is do I install both .tar files in the member admin? I have fosters_bookmark_1.6.1.tar and bookmark.tar 

Or do I install them both? Not sure. Thank you!

I installed bookmark.tar and then I tried to install the other one but it said it was already installed. Weird. 

It appears as though it installed correctly but when I go here I see this.  I also don't see a bookmark option here

I set the permissions to allow for all 4 categories and the app is  enabled.  You have this photo but I don't know how I can find it in my admin control panel. Thanks @Fosters!

5 hours ago, Justin Stellman said:

I have fosters_bookmark_1.6.1.tar and bookmark.tar 

In the past it was possible to have multiple versions of the same item in the Marketplace wich is obsolete with 4.5, I guess one of the files is just for an older IPS-Version. Haven't used this for some time, but I guess the 1.6.1 is the latest version for 4.4.

Just Installed it for testing, have you set usergroup permissions for who can bookmark too? https://prnt.sc/ubwdid

 

[edit] If you are on 4.5.x and still don't see the Booksmarks button in the posts, you have to edit the post template manually. From 4.4 to 4.5 the code of the theme has changed and it looks like the old hook isn't working anymore.

But you can fix that manually until this addon is updated. 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.

Thanks @Vort3x Not sure if this is you that I tagged but I did allt hat you said it it seems to be working now. Thank you!!

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

Edited by Sarah Mackenzie

Not without more details or taking a look by myself. 

@Fosters do you know if this Bookmarks app is compatible with version 4.5.2 that's now available? If not, do you know when it will be compatible? Looking to do the upgrade on Invision Community. Thanks!

  • Author

It’s not working with 4.5, a new version is pending approval. 

On 9/10/2020 at 12:09 PM, Justin Stellman said:

If not, do you know when it will be compatible?

 

Pending approval means it's already uploaded to the Marketplace and waiting for the ok from IPS staff. 

Is there a site using the latest version of 1.7.0 on a 4.5+ install I can check out? I would like to see how this looks on mobile. Many thanks.

Hi,

There is no space before or after the link for Bookmarkbookmark.png.890687db0a5fd53afcb0eb828cd53a3d.png.

 

  • Author
20 minutes ago, Square Wheels said:

Hi,

There is no space before or after the link for Bookmarkbookmark.png.890687db0a5fd53afcb0eb828cd53a3d.png.

 

Is this a custom theme? 

3 hours ago, Fosters said:

Is this a custom theme? 

Yes, by @Ehren.  Is it the theme or Bookmarks?

23 hours ago, Fosters said:

Is this a custom theme? 

I don't think it's the theme.  I just turned on mark as solved, that added another item in the footer of posts and that has proper spacing.

It's a tiny issue, but it would look nicer.

bookmark.png.1b3bf35b49bd9f1291e55f118261ab3d.png

Feel free to send me a login to your site @Square Wheels and I can look into it for you 🙂 

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

Sure, feel free to PM me. 

But with the latest version it should run out of the box. 

I cannot download this. I bought this I thought, but there was no download option, so I bought it again and there is still no download option?

Have you tried to install it from the AdminCP

  • Author
On 9/14/2020 at 2:42 PM, Square Wheels said:

I don't think it's the theme.  I just turned on mark as solved, that added another item in the footer of posts and that has proper spacing.

It's a tiny issue, but it would look nicer.

bookmark.png.1b3bf35b49bd9f1291e55f118261ab3d.png

I've talked with ehren and we've found a solution for this 🙂

17 hours ago, Jaymez said:

I cannot download this. I bought this I thought, but there was no download option, so I bought it again and there is still no download option?

There's no download feature in the new IPS Marketplace anymore. All the applications and plugins need to be installed via the ACP

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.