I happen to know how I could do that, I think I should do it with 2 plugins, but unfortunately I'm not a programmer. Newthread title and Newreply remove special characters against spaces
Announcement
Collapse
No announcement yet.
Newthread title and newreply remove special characters around spaces
Collapse
X
-
Can you please provide a sample thread title and the expected output?
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
-
I'll have to check how to do it for vB4. I'm more familiar with vB5/6 mods. But if you replaced all the dots with spaces in a reply, then all the periods in the sentences would become spaces and you wouldn't know the end of the sentences.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
-
Thanks for your answer, it's all about the title and not about the content of a postOriginally posted by glennrocksvb View PostI'll have to check how to do it for vB4. I'm more familiar with vB5/6 mods. But if you replaced all the dots with spaces in a reply, then all the periods in the sentences would become spaces and you wouldn't know the end of the sentences.
For New Threads newthread
I found this here but it doesn't work for me, unfortunately it doesn't remove the characters in the title ;(PHP Code:<?php global $post; if ($post) { // Remove characters in the thread title $post['title'] = preg_replace('/[,._]+/', ' ', $post['title']); } ?>
- Top
- Translate
- Bottom
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...Today, 08:22 AM -
Get Affordable and Fast VPS for vBulletin -
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...Yesterday, 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...Yesterday, 09:14 AM

Comment