vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Links in title thread cause odd link (https://vborg.vbsupport.ru/showthread.php?t=314748)

pjkcards 10-07-2014 02:08 AM

Links in title thread cause odd link
 
Please see the screenshot
Forum >> Subforum >> Title with domain.com

And domain.com becomes domain . com.

What is the best way to resolve this issue?

Thanks.

pjkcards 12-29-2014 10:26 PM

bump

Lynne 12-29-2014 11:27 PM

Do you have any Replacement Variables in that style?

Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 


MarkFL 12-30-2014 07:40 AM

Right-click that element and using your browser's ability to view the source, what does the HTML look like? It may be possible to create a CSS attribute selector to fix that, but first follow Lynne's advice to see if you can fix it without such a "patch." :D

thetechgenius 12-30-2014 09:14 AM

Quote:

Originally Posted by MarkFL (Post 2529527)
Right-click that element and using your browser's ability to view the source, what does the HTML look like? It may be possible to create a CSS attribute selector to fix that, but first follow Lynne's advice to see if you can fix it without such a "patch." :D

Instead of viewing the source of the full page, he should download and install FireBug for FireFox or Google Chrome. Firebug allows you to view the source of single elements on the page. You can even edit the HTML/CSS right in the browser, so see if you can fix the problem, and it will change right there. But to save it on your server, you need to edit the file on your server. Firebug source editor is just for testing the code without editing and saving any files on your server, you still have to edit the code on your server to save the changes.

MarkFL 12-30-2014 09:34 AM

Quote:

Originally Posted by thetechgenius (Post 2529529)
Instead of viewing the source of the full page, he should download and install FireBug for FireFox or Google Chrome. Firebug allows you to view the source of single elements on the page. You can even edit the HTML/CSS right in the browser, so see if you can fix the problem, and it will change right there. But to save it on your server, you need to edit the file on your server. Firebug source editor is just for testing the code without editing and saving any files on your server, you still have to edit the code on your server to save the changes.

Yes, I was assuming the OP has some sort of Add-on that allows for the inspection and editing of HTML elements. If he/she can let us know what it looks like, a CSS attribute/class selector could be written to be added to the additional.css template.


All times are GMT. The time now is 04:55 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.01122 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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