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.
Announcement
Collapse
No announcement yet.
Add Posts to Bookmarks Plugin (with In-Feed Ads)
Collapse
This is a sticky topic.
X
X
-
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,
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
-
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.Originally posted by Snowhog View PostYes. In that thread, post #158, describes exactly when the forbidden message was displayed.
Last edited by glennrocksvb; 01-24-2025, 09:12 AM.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
Thank you.Originally posted by glennrocksvb View PostYou can ignore this error then.The Linux Community has given me much. I do what I can to return the favor!
- Top
- Translate
- Bottom
Comment
-
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.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
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.Originally posted by glennrocksvb View PostIt 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:- 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.
- 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.
- 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.
- 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.
- 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.
- This mod now supports In-Feed Ads integration. This is new in v1.2. See next post for more details.
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.
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:.b-post__bookmark-icon, .b-comp-menu-dropdown__content-item:has(a[href*="/bookmarks"]), .profile-menulist-item:has(a[href*="/bookmarks"]) { display: none; }
Code:RewriteEngine On RewriteRule ^member/(\d+)-([^/]+)(?:/bookmarks)?$ /member/$1-$2 [R=301,L]

My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
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.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 2
Comment
-
We are, but I updated anyway (didn't see this post until just now). Does updating to 1.3 on vB5 cause any issues?Originally posted by glennrocksvb View PostIf you are on vB5, you can ignore this version.The Linux Community has given me much. I do what I can to return the favor!
- Top
- Translate
- Bottom
Comment
-
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; }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
Latest Posts
Collapse
-
Reply to Welcome to our newest member issueby SnowhogWow! I totally forgot about this.

I just now edited the user.php file. We have a BANNED 'new' user showing in "Welcome to our newest...Yesterday, 08:22 AM -
Reply to Request: Instagram Media Embed or Retrieval Mod for vBulletin Forums Using Snapinstaink Approachby glennrocksvbThank you for the suggestion. I took some time to evaluate the request further and review Instagram's Terms of Use.
I understand the use...06-22-2026, 12:05 PM -
I am running a vBulletin forum for a content creator community and wanted to raise a mod request around Instagram media integration. Currently when members...06-22-2026, 09:14 AM

Comment