vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Geek AutoLinker 4.02 (https://vborg.vbsupport.ru/showthread.php?t=76054)

OrangeFlea 02-10-2005 09:03 PM

Sir Flea here again.

One more question: Does this marvelous tool highlight phrases? For example, if I want Catch 22 hyperlinked, will it do so as long as the words are adjacent to one another, or will it hyperlink all instances of "Catch" and "22" individually (I hope not!)?

The Geek 02-10-2005 09:05 PM

Quote:

Originally Posted by OrangeFlea
Sir Flea here again.

One more question: Does this marvelous tool highlight phrases? For example, if I want Catch 22 hyperlinked, will it do so as long as the words are adjacent to one another, or will it hyperlink all instances of "Catch" and "22" individually (I hope not!)?

Hey Flea:

It will link only Catch 22 if that is what it is set to replace.

The Geek 02-10-2005 10:16 PM

As an FYI - I just found a couple of minor typos in 2.0 GAL_admin.php file that may affect safe mode links (in rare situations). I updated the package to 2.01

To upgrade from 2.0, just replace your GAL_admin.php file with the new one.

DrkFusion 02-10-2005 10:26 PM

I just installed this, seem to have a little problem, I will get back to you with what is going on after a little digging around.

The Geek 02-10-2005 10:35 PM

Quote:

Originally Posted by DrkFusion
I just installed this, seem to have a little problem, I will get back to you with what is going on after a little digging around.

O. Let me know. Im a little overbaked from all the recent hacking. hope I havent missed anything.

xmitchx 02-10-2005 11:48 PM

Another nice mod. Thank you :)

rlamego 02-11-2005 03:26 AM

Didn't know that you were the brains behind tang ;)
No, seriously, you hurt my feelings! You were keeping this beauty away from me =)

So, Sam, if this thing rocks as much as the comments show, why don't you make this one of the ultimate hacks several times requested but never delivered: vB Glossary?
Seems simple, just replace the link text field for a text area (or add instead of replace) and link the word to a popup window (or a neat mouseover effect) to display the text!

The Geek 02-11-2005 06:25 AM

Quote:

Originally Posted by rlamego
Didn't know that you were the brains behind tang ;)
No, seriously, you hurt my feelings! You were keeping this beauty away from me =)

So, Sam, if this thing rocks as much as the comments show, why don't you make this one of the ultimate hacks several times requested but never delivered: vB Glossary?
Seems simple, just replace the link text field for a text area (or add instead of replace) and link the word to a popup window (or a neat mouseover effect) to display the text!

ooo. Is that a challenge? Sounds groovin to me.

Any links to any examples would be super.

Thanks guys.

webrats 02-11-2005 07:00 AM

im trying to make the links another color without changing the links everywhere

i see the class defined as DEF but can we add a <span> before the code on the showthread?

The Geek 02-11-2005 07:59 AM

Quote:

Originally Posted by webrats
im trying to make the links another color without changing the links everywhere

i see the class defined as DEF but can we add a <span> before the code on the showthread?

Sure webrats - but make the change in the GAL_admin.php file (in the rebuild function)as that is where all the Geek AutoLinker 2.0 changes are made. Then rebuild a viola.

I may look toward adding a setting to define the exact replacement.

Also - please click the install. Its the only charge for using the hack ;)

[edit]
BTW: the links are formed on line 66 of your admincp and looks like this:
PHP Code:

  $links[]= "$leadingchar<a href='$result[link]' target='_blank' class='DEF' title='$result[description]'>$leadingstripper$1</a> 

if you wanted to add a span, try this:
PHP Code:

  $links[]= "$leadingchar<SPAN><a href='$result[link]' target='_blank' class='DEF' title='$result[description]'>$leadingstripper$1</a></SPAN> 

[/edit]
Thanks.


All times are GMT. The time now is 09:16 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.01794 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
  • (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
  • (2)pagenav_pagelinkrel
  • (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