vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   linking problem (https://vborg.vbsupport.ru/showthread.php?t=184797)

GhOsTxX 07-09-2008 07:47 AM

linking problem
 
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 [DATE]1215595328[/DATE] at [TIME]1215595328[/TIME] ---------------

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

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

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

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

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

when you have this:

Code:

<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:

Code:

<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.


All times are GMT. The time now is 09:18 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.01119 seconds
  • Memory Usage 1,724KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete