Log in

View Full Version : linking problem


GhOsTxX
07-09-2008, 07:47 AM
Ok well, i got the links to not be able to click on them and go directly to the specified link. But now, everytime that i post a link, a regular link, like www.google.com it gives me these things around it. The URL BBcode is off, so why is it doing this? any help please?

https://vborg.vbsupport.ru/external/2008/07/70.jpg

blind-eddie
07-09-2008, 07:51 AM
You need to have bbcodes enabled for it to work

GhOsTxX
07-09-2008, 08:07 AM
..iknow, but i dont want it to work. I want it to be just like that, except without the [url] things. I dont want people to be able to click on links

Opserty
07-09-2008, 08:08 AM
On the New Reply page, try unticking the "Automatically parse links in text" option.

GhOsTxX
07-09-2008, 08:14 AM
this worked, but how can i enable this for everyone? and how can i hide it from users, so they cant un-check the box and so forth?

Opserty
07-09-2008, 08:18 AM
I'm not sure if you can with vBulletin Options, you could edit the "newreply" template to uncheck and remove the option.

GhOsTxX
07-09-2008, 08:21 AM
i will try this, you've been an awesome help. thank you.

--------------- Added 1215595328 at 1215595328 ---------------

only one thing though, would you know where to find the text that allows me to do this editing?

--------------- Added 1215595399 at 1215595399 ---------------

nvmnd, i found it myself, thank you so much for your help. :)

--------------- Added 1215596728 at 1215596728 ---------------

This is for anybody else that may need this to be turned off and is browsing this topic.

when you have this:


<if condition="$show['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $checked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if>


Then all you want to do is just edit the show and the checked lines like this:


<if condition="$hide['parseurl']"><div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" $unchecked[parseurl] />$vbphrase[automatically_parse_links_in_text]</label></div></if>


This will simple hide and disable the automatic link parsing feature. This is also in the newreply template.