vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   I do not like it when members on my site use abbreviations (https://vborg.vbsupport.ru/showthread.php?t=317088)

Dave 02-02-2015 04:13 PM

Quote:

Originally Posted by Simon Lloyd (Post 2535746)
You could always add a plugin with a simple replace for all those that get up your nose :)

You can already do that with the Replacement Variable Manager in vBulletin. :)

CAG CheechDogg 02-02-2015 04:22 PM

Quote:

Originally Posted by Dave (Post 2535747)
You can already do that with the Replacement Variable Manager in vBulletin. :)


So how do you that if say I wanted for the acronym (CAG) always be capitalized if someone posted (cag) but it not affect a word like "cage" or "bird cage" or any other word that might have "cag" in it? ...

I ask because I used the replacement variable manager for this and it changed any word that had "cag" to "CAG" ...so the word cage became "CAGe" ...

--------------- Added [DATE]1422901449[/DATE] at [TIME]1422901449[/TIME] ---------------

Oh one other thing .... it also affects file extensions as well ...most of my images have cag in them so it breaks images as well lol ...

Simon Lloyd 02-02-2015 04:40 PM

Quote:

Originally Posted by CAG CheechDogg (Post 2535748)
So how do you that if say I wanted for the acronym (CAG) always be capitalized if someone posted (cag) but it not affect a word like "cage" or "bird cage" or any other word that might have "cag" in it? ...

I ask because I used the replacement variable manager for this and it changed any word that had "cag" to "CAG" ...so the word cage became "CAGe" ...

--------------- Added [DATE]1422901449[/DATE] at [TIME]1422901449[/TIME] ---------------

Oh one other thing .... it also affects file extensions as well ...most of my images have cag in them so it breaks images as well lol ...

You'd have to use REGEX and get complicated with looking forward and back to check that "cag" is indeed a word on its own then replace it :)

CAG CheechDogg 02-02-2015 04:47 PM

Yeah I know lol ...I used the following two in plugins but it still didn't work as it should:

Code:

$find = array(
'cag',
'Cag', 
);

$replace = array(
'CAG',
'CAG',
);

$this->post['message'] = str_ireplace($find, $replace, $this->post['message']);


and


Code:

$word = array( 
'/\cag\b/', 
'/\Cag\b/' 
); 

$changedword = 'CAG'; 

$post['message'] = preg_replace($word, $changedword, $post['message']);

I used postbit_display_complete on both and it still changed it in words that had "cag" and also in images lol ... So I gave up :)

Replicant 02-02-2015 05:57 PM

Quote:

Originally Posted by CAG CheechDogg (Post 2535755)
[CODE]
'/\cag\b/',
'/\Cag\b/'


try '/cag(?= )/'

kh99 02-02-2015 06:42 PM

Quote:

Originally Posted by Dave (Post 2535747)
You can already do that with the Replacement Variable Manager in vBulletin. :)

You can, but I'd be careful about using that. As CAG mentioned, it does a replacement on the entire html document, so if you replace something that happens to appear in an html tag for example, you can break things.

CAG CheechDogg 02-02-2015 09:43 PM

Quote:

Originally Posted by Replicant (Post 2535765)
try '/cag(?= )/'

Ok I will check this out and see what it does ...ty ...

--------------- Added [DATE]1422921304[/DATE] at [TIME]1422921304[/TIME] ---------------

Quote:

Originally Posted by Replicant (Post 2535765)
try '/cag(?= )/'

Good stuff my my Man this is working perfectly so far ... THANK YOU !!

Replicant 02-03-2015 05:19 PM

Quote:

Originally Posted by CAG CheechDogg (Post 2535792)
Ok I will check this out and see what it does ...ty ...

--------------- Added [DATE]1422921304[/DATE] at [TIME]1422921304[/TIME] ---------------



Good stuff my my Man this is working perfectly so far ... THANK YOU !!

Glad I could help.:up:

TheAdminMarket 02-03-2015 05:43 PM

Quote:

Originally Posted by CarpCharacin (Post 2535615)
For some reason, it makes me mad. I had to edit a few posts today on my site to fix abbreviations. I think it is kind of annoying when forum members use abbreviations.

At least you can understand what that abbreviations means. The real problem is on international sites (just like this), when the native English members (much more if they belong to Staff) are posting with abbreviations or local sayings.

It tooks me months (actually I had to ask someone) to understand the meaning of "My two cents" or similar sayings. I was reading "OP" and thought that it means Operator while latest someone told me that means "Original Poster".

Especially when you reply to someone that you know that English is not his tongue, everyone must tries to use simple words and phrases. Forums (at all, not just here), it's not a place to promote your English level.

Addition: My father who died almost 30 years ago was Professor at Univercity. Still remember some words of him. "Educated is not that one who knows a lot, but that one who can talk to a farmer like a farmer, to a child like a child etc ".

cellarius 02-05-2015 09:49 AM

Not disputing your point at all. Anyway:

Quote:

Originally Posted by NickTheGreek (Post 2535941)
It tooks me months (actually I had to ask someone) to understand the meaning of "My two cents"

Doing a simple google search brings up Wikipedia and the Urban Dictionary as results #1 and #2. Both explain it pretty well. And there's a ton of lists that explain usenet/internet acronyms like OP.

Quote:

Especially when you reply to someone that you know that English is not his tongue, everyone must tries to use simple words and phrases. Forums (at all, not just here), it's not a place to promote your English level.
On the other hand, I always saw sites such as this as a pretty entertaining way to improve my everyday english, pick up idioms and so on.


All times are GMT. The time now is 03:21 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01244 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete