vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Two-Step External Links for Link Weight Retention (https://vborg.vbsupport.ru/showthread.php?t=217708)

AdamJ2 07-08-2009 07:06 PM

1 Attachment(s)
I applied the 1.03 update but it still kills all of my signature images regardless of they are local or external.

See attached for an example.

TWTCommish 07-08-2009 07:10 PM

I've got a fix worked out for some of the signature images which I'll have up shortly, though turning off verification for signatures should certainly stop the problem in the meantime; I've tested both uploaded signature pictures and remotely-hosted IMG tags this way, and both show up fine when the signature setting is set to "No."

TWTCommish 07-08-2009 07:11 PM

Quote:

Originally Posted by Alfa1 (Post 1845093)
Links that have variables in them like this, result in an 'invalid url' error:
PHP Code:

viewresource.asp?resourceID=145 


Re-upload the latest externalredirect.php file; it has modified URL verification. :)

TWTCommish 07-08-2009 07:19 PM

Quote:

Originally Posted by AdamJ2 (Post 1845295)
I applied the 1.03 update but it still kills all of my signature images regardless of they are local or external.

See attached for an example.

Hard to diagnose from afar (though let me know if turning off signature verification fixes the issue).

If you're comfortable with giving me temporary admin/FTP access via PM, I'd be glad to take a look. :)

AdamJ2 07-08-2009 08:06 PM

Quote:

Originally Posted by TWTCommish (Post 1845304)
Hard to diagnose from afar (though let me know if turning off signature verification fixes the issue).

If you're comfortable with giving me temporary admin/FTP access via PM, I'd be glad to take a look. :)

Unfortunately, even with signature verification turned off, the issue persists. I have to disable the product to prevent the error.

I'll send you a PM shortly, thank you.

TWTCommish 07-08-2009 08:08 PM

Not at all! Sorry to hear about the issues; I'll do what I can to pinpoint them, and I'll look forward to the PM. :)

Alfa1 07-08-2009 10:06 PM

This mod conflicts with Links and Download manager.
I am getting this weird error on various pages:
PHP Code:

Warningparse_url(http://javascript:AL_get(this) [function.parse-url]: Unable to parse URL in [path]/global.php(400) : eval()'d code on line 301 

When I turn Two-Step links off, they dissappear.

ade5675 07-09-2009 12:38 AM

Quote:

Originally Posted by ade5675 (Post 1845277)
Thanks, I will look into it and fix it.

Everything works fine now. It was the file edit that was not improperly done.

Thanks aspen0 .... great mod

installed and nominated :up:

TWTCommish 07-11-2009 04:51 PM

Okay, to anyone having issues with images in signatures: it appears there's a conflict only when a user is using an upload signature picture and an externally-linked image at the same time. I'm looking into how best to work around this, but for those of you who allow both of these things and want to keep using the rest of the hack (for posts, comments, blogs, etc.), here's a quick fix:

Just update the "Remove external link on postbit signature" plugin in the "in the "postbit_display_start" hook location. Replace it with this:

Code:

global $vbulletin;
if ($vbulletin->options['external_verify_sigs'] && (strpos($this->cache['sig'][$this->post['userid']], 'http') !== false || strpos($this->post['signature'], 'http') !== false)) {
  $this->cache['sig'][$this->post['userid']] = $this->bbcode_parser->parse($this->post[signature]);
}

Set signature verification to "No" and your signature images should be left alone, and you can use the rest of the hack's functionality for the time being.

Brandon Sheley 07-11-2009 05:50 PM

I've yet to see how this would help at all with SEO
It's no different that adding a nofollow tag to external links IMO
Has anyone installed this and done nothing else and has seen positive results from it?

regards


All times are GMT. The time now is 02:25 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.02891 seconds
  • Memory Usage 1,745KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete