How i can block all link and www site so nobody canot write www site name or do anything link
my site is dating site and i dont want anybody canot write www site or anything link.
How i can block all link and www site so nobody canot write www site name or do anything link my site is dating site and i dont want anybody canot write www site or anything link. |
pretty much the only way you can do that, is to take it off the internet. When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
What you mean? |
What you mean? maybe its unclear what you are asking. you state that you dont want anybody to write www site anything which the only way to avoid having your site called in a browser, is to set it to a private network, which means it would be removed from the public network. but maybe i am misunderstanding what you are asking. When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
i mean i have dating site and and there is no can be advertise others site but there profile is that misc info and there desription so there is that can be put link if you have dating site so you not want that your member advertise some anothere web site like some other dating site that why i ask that can block that members not can put www site name or link. |
I think that he don't want anyone posting links in the profile description.... |
I think that he don't want anyone posting links in the profile description.... thank you that i mean sorry my bad english but that i mean i dont want anyone post links that i want block and where that can be block? |
can anybody help me this case? |
don't want anyone posting links in the profile description... Is there someone who can tell me that case please? |
hmmm - could you just use a "Text Area" field type instead of a html field type? or maybe there is some way to strip the link adding ability out of tinymce. |
I mean this
|
Is here someone who can tell me how i can block this please. |
Open file templates/base/scripts/BxBaseConfig.php and find this code(almost at the bottom of the page): $this -> sTinyMceEditorMicroJS = ' and this function: InitTiny() and this line: theme_advanced_buttons1 : "bold,italic,underline,strikethrough,link,unlink", remove link and unlink on this line. new code will be: theme_advanced_buttons1 : "bold,italic,underline,strikethrough",
but be aware that this would remove link and unlink all the places where TinyMCE Micro is used elsewhere also
|
Open file templates/base/scripts/BxBaseConfig.php and find this code(almost at the bottom of the page): $this -> sTinyMceEditorMicroJS = ' and this function: InitTiny() and this line: theme_advanced_buttons1 : "bold,italic,underline,strikethrough,link,unlink", remove link and unlink on this line. new code will be: theme_advanced_buttons1 : "bold,italic,underline,strikethrough",
but be aware that this would remove link and unlink all the places where TinyMCE Micro is used elsewhere also
This may be another solution to your problem
Thanks
|