Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-11-2013, 12:22 AM
Robertcdl's Avatar
Robertcdl Robertcdl is offline
 
Join Date: Aug 2013
Location: Baltimore
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Why & Why Dosen't Link Work

On my website if I enter http://www.cdlassociation.com/blogs/cpap.htm into a blog link it shortens it to a visable http://www.cdlassociation.com and takes you the .com not the htm file. If it the message is edited it shows the address correctly. How do I fix this?

If I put http://cdlassociation.com/blogs/CPAP.htm into explorer address field it works.

But in VB5 Blog it says it is an invalid link

How do I get to work?

Also why does everything here works different than my site?
1. I have no spell check
2. Links and ... here work ok
Reply With Quote
  #2  
Old 10-11-2013, 01:33 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.cdlassociation.com/forum/blogs" target="_blank">http://www.cdlassociation.com/forum/blogs</a>

you should add the www. to your htaccess file stop members removing it
Reply With Quote
Благодарность от:
Robertcdl
  #3  
Old 10-11-2013, 02:15 AM
Robertcdl's Avatar
Robertcdl Robertcdl is offline
 
Join Date: Aug 2013
Location: Baltimore
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

naaah that just takes them to my forum blogs.
The objective is to let people on my forum read a htm file that I wrote and stored on my website server
Not to take them to the website

NOTE ORIGINAL POST
leaving the www out you can view the post here on this site

Putting the www in directs you to a bad page

why does it work here and not on my site
vb code on
img code on
which does not show in message window as it does here, why is my site so different
why don't I have spell check too
There is no Posting Rules:
Reply With Quote
  #4  
Old 10-11-2013, 02:42 AM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not sure I understand your question, exactly. However, I didn't notice something in the examples you provided. Which may, or may not, be related. Your URL is case sensitive, so the first one you posted is invalid with or without the www.

VALID
http://www.cdlassociation.com/blogs/CPAP.htm
http://cdlassociation.com/blogs/CPAP.htm

INVALID
http://www.cdlassociation.com/blogs/cpap.htm
http://cdlassociation.com/blogs/cpap.htm
Reply With Quote
Благодарность от:
Robertcdl
  #5  
Old 10-11-2013, 03:06 AM
Robertcdl's Avatar
Robertcdl Robertcdl is offline
 
Join Date: Aug 2013
Location: Baltimore
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great catch!

Posted blog and inserted http://www.cdlassociation.com/blogs/CPAP.htm/ as link

Look at Getting ready for a Sleep Apnea Study blog to see the problem and what happen
Reply With Quote
  #6  
Old 10-11-2013, 04:15 AM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

remove the / or it wont work for you need to be
http://www.cdlassociation.com/blogs/CPAP.htm without the / like
http://www.cdlassociation.com/blogs/CPAP.htm/
Reply With Quote
  #7  
Old 10-11-2013, 05:49 AM
Robertcdl's Avatar
Robertcdl Robertcdl is offline
 
Join Date: Aug 2013
Location: Baltimore
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks your right!

It still does not work. If I edit the blog it shows the link as you have above. When I save it. It shows http://www.cdlassociation.com it omits the /blogs/CPAP.htm

Why?
Reply With Quote
  #8  
Old 10-11-2013, 04:21 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you have any kind of a plugins running that alter the content of links in posts?
Reply With Quote
  #9  
Old 10-11-2013, 06:31 PM
Robertcdl's Avatar
Robertcdl Robertcdl is offline
 
Join Date: Aug 2013
Location: Baltimore
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No nothing added to VB5






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

Note: none in the forum

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

I did note in VB5 Control Panel that htm code is not allowed in forum post and ...
VB5 strongly recommends to keep this setting
Reply With Quote
  #10  
Old 10-11-2013, 11:42 PM
Digital Jedi's Avatar
Digital Jedi Digital Jedi is offline
 
Join Date: Oct 2006
Location: PopCulturalReferenceLand
Posts: 5,171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I meant vB plugins. Anything running on your forum that affects postbit URLs?


Quote:
Originally Posted by Robertcdl View Post
Note: none in the forum
Okay, then. You might want to check the bug tracker for vB 5 and see if this already a known issue with blogs.


Quote:
I did note in VB5 Control Panel that htm code is not allowed in forum post and ...
VB5 strongly recommends to keep this setting
Yeah, that's not a good idea for a public board. That's more for private boards with limited access, or boards that don't care if they get XSS'd.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:44 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04970 seconds
  • Memory Usage 2,265KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete