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)

Shackbase 04-14-2005 11:04 PM

ok - so I did not undertand (yes I DID read it) the manual - you need to copy the files that the script creates in the /gish/ directory.. sorry - that wasn't clear to me.

Wolfyman.. did you get that? it's a real neat way of doing things actually - kudos to The Geek...

Thanks,

--Tone

Shackbase 04-14-2005 11:17 PM

I do have one question though... in your thread... http://www.thenailgeek.com/showthread.php?t=11011

doing a mouse over - there's a 2nd link in there.. how can I do that? let's say I want to add a <more> link instead or with the normal text link (in other words, add a more info link inside of the description like you have it); how would I do that?

--Tone

wolfyman 04-14-2005 11:19 PM

I end up with these files - /forum/gish/gal/3.00/.. I need to copy those into the main directory........ ooooooooooh

wolfyman 04-14-2005 11:22 PM

Geek, I just joined the masses. Thanks buddy :D

j_86 04-15-2005 06:00 AM

When clicking "save ordinal" on "display" in the adminco when there are no links/ordinals entered, you get this error;

Warning: Invalid argument supplied for foreach() in /admincp/GAL_admin.php on line 425

The Geek 04-15-2005 07:53 AM

Ill look into it today (along with the danger and limit bug) most likely later tonight. I just got my own server back up and running.

Shackbase: use the $url variable in your description to get a link to appear. You can also put HTML in the description when using popups - however DO NOT put any text in that could break a line (ie. <br /> or <p> tags). You can do physical line breaks - but all spaces are changed to &nbsp; otherwise your javascript will error.

fly 04-15-2005 10:54 AM

Quote:

Originally Posted by The Geek
ill look into the limit bug when I can get my server back up and running (its currently down due to DNS woes).

You must be on Comcast. Change your DNS server to 4.2.2.2 and your problems will disappear.

The Geek 04-15-2005 11:14 AM

Quote:

Originally Posted by flypaper
You must be on Comcast. Change your DNS server to 4.2.2.2 and your problems will disappear.

the problem was that the namespace server purged my records so everyone trying to resolve my domain name came up with nothing. Now its just a matter of waiting for all TTL's to expire :(

wolfyman 04-15-2005 12:04 PM

can someone explain what the ordinal is and what else I can do with the bottom field in GAL?
(Replacement code
$link = url
$description = link title
$text is the text replacement.)

The Geek 04-15-2005 12:23 PM

Quote:

Originally Posted by wolfyman
can someone explain what the ordinal is and what else I can do with the bottom field in GAL?
(Replacement code
$link = url
$description = link title
$text is the text replacement.)

ordinal is the order for replacment.

the lower the number, the more precedence it has.

So if you have 'my name is bob' and also 'bob' as replacments, you want the first to have a lower ordinal so it gets replaced first. Otherwise only the second will get matched.

$link=url
$description=description
$text=replacement text
$url=a rolled up version of $link and $text. Essentially, $url produces the following html:
<a href='$link' target='_BLANK'>$text</a>

So when using a popup, you can stick $url in the description and it will give you a link (this was mentioned a few posts back). You can also use html - but I would caution not to use anything that would give you a line break as it can break the variable sent to the popup javascript.

Technically, you could also use some posbit variables too.

Hope this isnt to confusing ;)


All times are GMT. The time now is 03:03 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.01799 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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