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)
-   -   Show Thread Enhancements - Title Tag Fetcher (Auto Replace URL with Titletag) (https://vborg.vbsupport.ru/showthread.php?t=189658)

mdawg 04-13-2016 05:30 PM

Will this work in vb 4.2.3 has anyone tried it?

djbaxter 04-13-2016 08:06 PM

Yes it works in 4.2.3

mdawg 04-14-2016 03:04 AM

When I try to import the xml, I get this error:

The following dependencies were not met:
This product is not compatible with version 4.2.3 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 4.0.0 alpha 1 and greater).

By the way I am running PHP 5.5 on that server, does that matter?

MarkFL 04-14-2016 03:30 AM

Open the product .XML file, and near the top you will find a section something like:

HTML Code:

        <dependencies>
                <dependency dependencytype="vbulletin" minversion="4.0.0" maxversion="5.0.0" />
        </dependencies>

Change the maxversion to 5.0.0, and then try importing it again. :)

mdawg 04-14-2016 04:42 PM

Like a charm! it voiks.

One thing I noticed that is that on the old posts, simply editing/saving does not force the mod to convert the URL to external title - must click to edit post, cut out the URL, post it in a web browser, copy it again, and re-post it.

BirdOPrey5 04-15-2016 11:29 AM

Quote:

Originally Posted by mdawg (Post 2568970)
Like a charm! it voiks.

One thing I noticed that is that on the old posts, simply editing/saving does not force the mod to convert the URL to external title - must click to edit post, cut out the URL, post it in a web browser, copy it again, and re-post it.

Might just need to add an extra line or character to the post so the cache is updated.

However if code is already:


[url=http://www.google.com]www.google.com[/url] it will not fetch b/c it already has a title.

Code needs to be [url]http://www.google.com[/url] or just [url]www.google.com[/url] for it to work.


mdawg 04-16-2016 05:59 PM

It has something to do with that if the URL has already become a hyperlink, the mod does not recognize it. So after I click to edit a post, I cut out the URL (hyperlink), post it in a browser, then re-post it back into the post in a form where it is no longer a hyperlink and then save it. Then the mod recognizes it and converts to an external title.

Perhaps this is exactly what you are saying in a less technical manner; I don't know.

webnsn 06-29-2016 09:01 AM

HI

I have added and updated to my Mobile site

Demo - www.wikinewforum.com

cellarius 12-01-2016 05:58 PM

Hope I did not miss it and this has already been noted somewhere: Should you have any issues with non-standard characters and character encoding (as I did in my German language forum with ???? and the like), this may be of use to you:

In the plugin "Title_Replace" at hook "url_to_bbcode"

find:
PHP Code:

return "[url=\"" $text[2] . $text[4] . "\"]" preg_replace("/\&.+\;/"''$title[1]) . "[/url]"

add before:
PHP Code:

$title[1] = utf8_decode($title[1]); 

Simple, but effective ;)

Avimelech 01-01-2017 03:13 PM

I'm not getting this to work on 4.2.3 Patch Level 2. Links included in posts just show up normally with the URL and ellipses. (I have included all the mods in the thread.)

I also tried the ZIP version (with the maxversion change alone) and no dice.

Any advice?


All times are GMT. The time now is 11:42 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.01390 seconds
  • Memory Usage 1,741KB
  • 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_html_printable
  • (2)bbcode_php_printable
  • (1)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