How block all link and web site

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.

Quote · 20 May 2011

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
Quote · 20 May 2011

What you mean?

Quote · 20 May 2011

 

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
Quote · 20 May 2011

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.

Quote · 20 May 2011

I think that he don't want anyone posting links in the profile description....

Quote · 21 May 2011

 

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?

Quote · 21 May 2011

can anybody help me this case?

Quote · 21 May 2011

don't want anyone posting links in the profile description...

Is there someone who can tell me that case please?

Quote · 30 May 2011

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.

Quote · 30 May 2011

I mean this

This i mean

Quote · 31 May 2011

Is here someone who can tell me how i can block this please.

Quote · 3 Jun 2011

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

Quote · 3 Jun 2011

 

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

 

Quote · 4 Jun 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.