How to find hidden links to visitors
Announcement
Collapse
No announcement yet.
VBulletin5 unregistered member hiding link how ?
Collapse
X
-
What did you exactly mean?
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
-
Did you mean you want to hide links in the posts from guests including search bots?
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
-
I see 2 possible "hacky" solutions to this and each has its own advantages and disadvantages.- Client-side
- Removes links in posts dynamically using Javascript.
- Survives upgrades. No need to re-apply mod after upgrading vB.
- Guests can't see the links.
- Search engines can still see the links. Might be good for external links and bad for internal links?
- Web savvy users might still figure out the links. But for average users, they might not.
- Server-side
- Removes links in posts dynamically using PHP.
- Does not survive upgrades. Need to re-apply mod after upgrading vB.
- Guests and search engines can't see the links.
Which solution do you prefer?
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
- Client-side
-
Well it's not something I currently need, I just thought there might be a solution that did not require an actual modification.Originally posted by glennrocksvb View PostI see 2 possible "hacky" solutions to this and each has its own advantages and disadvantages.- Client-side
- Removes links in posts dynamically using Javascript.
- Survives upgrades. No need to re-apply mod after upgrading vB.
- Guests can't see the links.
- Search engines can still see the links. Might be good for external links and bad for internal links?
- Web savvy users might still figure out the links. But for average users, they might not.
- Server-side
- Removes links in posts dynamically using PHP.
- Does not survive upgrades. Need to re-apply mod after upgrading vB.
- Guests and search engines can't see the links.
The above "hacky" solutions take into consideration that currently vB5 lacks suitable PHP Hook location to be able to create an elegant solution.
Which solution do you prefer?
If you had a solution that didn't, I'm sure it would be valuable to some users. That's why I asked. It's not a big deal or anything though. Thanks for the response.
EDIT: I just noticed for client side you put that there's a way with javascript. Sounds interesting.
- Top
- Translate
- Bottom
Comment
- Client-side
-
There's no BBCode settings to hide a BBCode from guests. So either solution would require some sort of a mod or plugin. Even if there was a suitable PHP Hook location, it would still require a mod.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
-
How about something similar that allows us to hide phone numbers and/or email addresses from unregistered users.
Because users enter their phone numbers in different ways, we'd need to make sure it had the ability to recognize different user formatting, example: 555-555-1234 or (555)555-1234 or 555-1234. Of course, you can this a step further by adding the number 1 in front of the examples.
- Top
- Translate
- Bottom
Comment
-
Users shouldn't post personal information such as phone numbers and email addresses in a public forum. But to answer your question, there is no BBCode for both so it would be harder as you would have to create a script that parses the content to find a phone number and email looking text in a post.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
by ChunkHello!
My name is Chunk (nickname). Im current graduated from my local college for Web Development. Today I will be exploring vBulletin...07-11-2026, 06:08 AM -
Get Affordable and Fast VPS for vBulletin -
by PitmanLol... Like I said, I am Shon.
I am I user and administrator of vBulletin since 2002 (good old days) and I joined here because I recently...07-08-2026, 02:29 PM

Comment