Announcement

Collapse
No announcement yet.

Add Posts to Bookmarks Plugin (with In-Feed Ads)

Collapse
This is a sticky topic.
X
X
Collapse
First Prev Next Last
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    What's the URL of the page? Did you open the Manage Products in a new tab? You may also check the error logs on the server for detailed error.
    Buy me a coffeePayPal QR Code
    My Amazon Affiliate Link
    Fast vBulletin VPS Host:
    This site is hosted by IONOS

    Comment


      #32
      Is this the same issue as this?

      This is a vB4 feature that's missing in vB5. Well, not anymore as I created it! :cool: Features: Displays the visitors in the last hours you configured. Defaults to last 24 hours. Can display Usergroup Legend using the Username HTML Markup setting for each usergroup. (New in v1.12) Can display avatars only, usernames only,
      Buy me a coffeePayPal QR Code
      My Amazon Affiliate Link
      Fast vBulletin VPS Host:
      This site is hosted by IONOS

      Comment


        #33
        Originally posted by glennrocksvb View Post
        Is this the same issue as this?
        Yes. In that thread, post #158, describes exactly when the forbidden message was displayed.
        The Linux Community has given me much. I do what I can to return the favor!

        Comment


          #34
          Originally posted by Snowhog View Post
          Yes. In that thread, post #158, describes exactly when the forbidden message was displayed.
          You can ignore this error then. It's happening after the mod is installed and while the page is redirecting back to the Manage Product page. The issue is that certain versions of Apache have restriction on passing path to the URL querysting parameters. vB has mitigated this Apache restriction in vB6 by changing the URL structure in AdminCP. Since Apache started this restriction when vB5 has been end-of-life, vB didn't make the same fix to vB5.
          Last edited by glennrocksvb; 01-24-2025, 09:12 AM.
          Buy me a coffeePayPal QR Code
          My Amazon Affiliate Link
          Fast vBulletin VPS Host:
          This site is hosted by IONOS

          Comment


            #35
            Originally posted by glennrocksvb View Post
            You can ignore this error then.
            Thank you.
            The Linux Community has given me much. I do what I can to return the favor!

            Comment


            • glennrocksvb
              commented
              Editing a comment
              You're welcome!

            #36
            If you enable In-Feed Ads between bookmarked posts and if you need help in creating an in-feed ad, I can help you with that.

            If you're using Google AdSense, this short tutorial will help on how to create an in-feed ad.



            Once you created an ad and generated the ad code, you'll just paste the code into the In-Feed Ads HTML Code option in the Add Post to Bookmark setting in AdminCP.
            Buy me a coffeePayPal QR Code
            My Amazon Affiliate Link
            Fast vBulletin VPS Host:
            This site is hosted by IONOS

            Comment


              #37
              Originally posted by glennrocksvb View Post
              It looks like the upcoming vB 6.1.0 version has built-in Bookmarks. But at this time, I think this mod is still better than the built-in one.

              Please see below differences:
              1. This mod has usergroup setting where you can set which usergroups can use bookmark while the built-in one does not. This allows you to use bookmarking as an incentive for Paid Subscription and User Promotion systems.
              2. This mod displays Add to Bookmark and Remove from Bookmark icons everywhere a post is displayed - on Topic pages (both Posts and Latest Activity tabs), Latest Activity, My Subscriptions, Profile Activities tab, and Search Results. The built-in one in vB 6.1.0 only displays the icons on Topic pages > Posts tab only.
              3. This mod displays bookmarks in its own Bookmark Module. This means you can put it on any page - either in an existing page or a new dedicated page for bookmarks.
                • If you put it on a new page, you can add a link to it in the Main Navigation Bar, Footer or Notice. You cannot do this in the built-in one because the link contains the user id.
              4. This mod has Default and Compact views while the official Bookmarks feature only has one view. The Compact view uses a simple layout that doesn't take up much space and provides Admins with an alternative layout.
              5. In vb 6.1.0, after clicking Add Bookmark icon, the tooltip when you hover the icon still says "Add Bookmark". You have to reload the page to see "Remove Bookmark". This has been fixed in RC2.
              6. This mod now supports In-Feed Ads integration. This is new in v1.2. See next post for more details.
              ​​
              If you are on vB6 and you prefer to use this Bookmarks mod over the official Bookmarks feature due to the above-mentioned advantages, then you need to make these changes to hide the official feature.

              Add this custom CSS in css_additional.css template to hide the Bookmark icons on each post, the Bookmark link in the Username dropdown menu, and the Bookmark link on the Profile page.
              Code:
              .b-post__bookmark-icon,
              .b-comp-menu-dropdown__content-item:has(a[href*="/bookmarks"]),
              .profile-menulist-item:has(a[href*="/bookmarks"]) {
                  display: none;
              }
              Add this rule in .htaccess file on the server to redirect the Bookmarks page itself to the user's Profile page in case users bookmarked the Bookmarks page on their browser.
              Code:
              RewriteEngine On
              RewriteRule ^member/(\d+)-([^/]+)(?:/bookmarks)?$ /member/$1-$2 [R=301,L]
              Buy me a coffeePayPal QR Code
              My Amazon Affiliate Link
              Fast vBulletin VPS Host:
              This site is hosted by IONOS

              Comment


              • glennrocksvb
                commented
                Editing a comment
                I added these in the first post in the "How to Use Disable Official Bookmarks Feature to Use This Bookmarks Mod" section.

              #38
              Released v1.3 to add support for My Bookmarks module title translations for vB 6.1.2 and later. If you are on vB5, you can ignore this version.​ If you are on vB 6.1.2 and later and want to translate the Bookmarks module title, then you need this version.

              All customers who purchased this product will receive an email confirmation containing the download link.
              Buy me a coffeePayPal QR Code
              My Amazon Affiliate Link
              Fast vBulletin VPS Host:
              This site is hosted by IONOS

              Comment


                #39
                Originally posted by glennrocksvb View Post
                If you are on vB5, you can ignore this version.​
                We are, but I updated anyway (didn't see this post until just now). Does updating to 1.3 on vB5 cause any issues?
                The Linux Community has given me much. I do what I can to return the favor!

                Comment


                • glennrocksvb
                  commented
                  Editing a comment
                  It shouldn't. It won't be able to utilize the new vB 6.1.2+ feature to add translations to module title but it should behave as before.

                #40
                Is it possible to add an option to only show the module, if there are already bookmarks?

                Comment


                  #41
                  flohse


                  If you only want to hide empty Bookmarks module that's on the Homepage and not on the My Bookmarks (/mybookmarks) page itself: (replace widget_123 with the corresponding id of the bookmarks module/widget - right-click and inspect the module HTML to find the id)
                  Code:
                  #widget_123:has(.addtobookmarkthatrocks-nobookmark) {
                      display: none;
                  }


                  If you want to hide both Bookmarks modules on Homepage and My Bookmarks page:
                  Code:
                  .search-widget-addtobookmarkthatrocks:has(.addtobookmarkthatrocks-nobookmark) {
                      display: none;
                  }
                  Buy me a coffeePayPal QR Code
                  My Amazon Affiliate Link
                  Fast vBulletin VPS Host:
                  This site is hosted by IONOS

                  Comment


                  • flohse
                    commented
                    Editing a comment
                    Exactly what I was looking for!

                  #42
                  After update to versione 6.2.1 i see this error on my homepage ;Click image for larger version  Name:	image.png Views:	0 Size:	108.3 KB ID:	34138

                  Comment


                    #43
                    I am also on 6.2.1 and have no problems with the bookmarks plugin.

                    Comment


                      #44
                      I don't know .. before was working now no more.. I also updated php
                      Attached Files

                      Comment


                        #45
                        The same as my setup, except for the PHP memory allocation.

                        Click image for larger version  Name:	image.png Views:	0 Size:	12.3 KB ID:	34144

                        I am quite sure that the PHP version is not the problem.​ Perhaps you should try to increase the memory limits?

                        Comment

                        Latest Posts

                        Collapse

                        Working...
                        X
                        Searching...Please wait.
                        An unexpected error was returned: 'Your submission could not be processed because you have logged in since the previous page was loaded.

                        Please push the back button and reload the previous window.'
                        An unexpected error was returned: 'Your submission could not be processed because the token has expired.

                        Please push the back button and reload the previous window.'
                        An internal error has occurred and the module cannot be displayed.
                        There are no results that meet this criteria.
                        Search Result for "|||"