vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Issue with url in the first post of a thread (https://vborg.vbsupport.ru/showthread.php?t=314436)

arrarrgee 09-21-2014 04:34 AM

Issue with url in the first post of a thread
 
Hi all
i noticed that any url thats part of the first post of a thread doesn't show up as a clickable link ..instead shows up as a plain text..it changes to a link once you hit edit button and save it...is there any way i could make vb4 recognize it as a link right from the first post...i see that this is not an issue in subsequent posts of a thread though..help pls

thx
arr

tbworld 09-21-2014 04:51 AM

Tested on version v4.2.2. I cannot reproduce what you are seeing. Links on the first post (thread starter) within URL tags, or auto converted to URL tags were clickable in my tests.

What version of vbulletin?
What version of PHP?

Have you tried disabling the hooks/plugin system and test on vbulletin default style?

:)

Zachery 09-21-2014 12:54 PM

Did you disable bbcode in the forum settings?

Lynne 09-21-2014 03:30 PM

Have you tried disabling your plugins to see if you still have the same issue?

Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 


arrarrgee 10-08-2014 07:30 PM

Thanks all..Its a custom code that was the reason for this issue. In the proces of Fixing it. Thanks once again


All times are GMT. The time now is 11:48 PM.

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.01435 seconds
  • Memory Usage 1,709KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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