vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Internet Movie Database (IMDb) BB Code (https://vborg.vbsupport.ru/showthread.php?t=132434)

bki 11-25-2006 08:43 PM

Is it possible to change the deafult BB code images size 21x20 so it will fit the imdb picture?

yoyoyoyo 11-25-2006 10:16 PM

Quote:

Originally Posted by bki (Post 1125072)
Is it possible to change the deafult BB code images size 21x20 so it will fit the imdb picture?

the imdb icon? here is a smaller version, though I don't think it is as readable

iran.gs 11-26-2006 02:02 AM

ur code can be done like this also and than all u need is the number.
<a href="http://www.imdb.com/find?s=all&q="{param}</a>

[imdb]tt0120689[/imdb]
this is for the green mile

yoyoyoyo 11-26-2006 02:16 AM

Quote:

Originally Posted by iran.gs (Post 1125221)
ur code can be done like this also and than all u need is the number.
<a href="http://www.imdb.com/find?s=all&q="{param}</a>


[imdb]tt0120689[/imdb]
this is for the green mile

yes indeed, but not as intutive

transitbus 11-26-2006 02:40 AM

To open in a new page, just change the replacemnt code to this:

Quote:

<a href="http://www.imdb.com/find?s=all&q={param}" target="_blank">{param}</a>

Rian 11-26-2006 08:57 AM

Confirmed on 4 forums. This script does not work. It simply takes you to an empty search page at imdb.

Tulsa 11-26-2006 11:32 AM

This script works just fine. Even putting in ridiculous names for movies, the search came up with something close.

I would also include the opening a new page version as transitbus posted in the top section. Whether you agree with it or not, I think most would want it to act this way.

Rian 11-26-2006 07:23 PM

My apologies. The hack itself does work. I found my problem.

I am using VBAnonymizer, which interfered with the outgoing link, cutting it off.

I changed it as follow:

Quote:

<a href="http://www.imdb.com/find?s=all&q={param}">{param}</a>
to

Quote:

<a href="http://www.imdb.com/find?{param}">{param}</a>
Its working perfectly now.

yoyoyoyo 11-26-2006 09:20 PM

Quote:

Originally Posted by Rian (Post 1125788)
My apologies. The hack itself does work. I found my problem.

I am using VBAnonymizer, which interfered with the outgoing link, cutting it off.

I changed it as follow:



to



Its working perfectly now.

Interesting - I will look in to it and change it.

yoyoyoyo 11-26-2006 09:33 PM

I updated the code to include the fix for vBanonymizer, and also fixed the read me to make it more clear, so if you were having a problem with it before please try again.


All times are GMT. The time now is 02:14 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.01007 seconds
  • Memory Usage 1,738KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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