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)

venomx 04-12-2005 10:19 PM

I am scared to upgrade.. I tried to upgrade the articles hack and it didnt work right. :(

Lionel 04-12-2005 11:12 PM

there is a tiny bug.

Quote:

<a href='$link' target='_blank' class='DEF' title='$description'>$text</a>
should be
Quote:

<a href='$link' target='_blank' class='DEF' title=$description>$text</a>
description without the quote.

because it looks like you had them defined somewhere else also, causing the link to show the title with double single quotes ''....'' instead of '....' like the other tags and therefore not displaying the title. Once I removed it in description, then it displayed the tag '....'

bad example:

<a href='http://www.ap.org/' target='_blank' class='DEF' title=''International News Agency''>Associated Press</a>

TTG 04-13-2005 04:45 AM

Using the code you provided for the popup ability :-

Code:

<div id="GALBox"
        style="position: absolute; width: 200px; z-index: 100;
    border: 1pt black solid; background: #FFFFCC;
    visibility: hidden; padding: 10px;"
    onmouseover="this.style.visibility='visible';"
    onmouseout="this.style.visibility='hidden';">
</div>

how can I move the pop up to be a few pixels down from the link .. it covers the link at the moment.

The Geek 04-13-2005 07:05 AM

Quote:

Originally Posted by TTG
Using the code you provided for the popup ability :-

Code:

<div id="GALBox"
        style="position: absolute; width: 200px; z-index: 100;
    border: 1pt black solid; background: #FFFFCC;
    visibility: hidden; padding: 10px;"
    onmouseover="this.style.visibility='visible';"
    onmouseout="this.style.visibility='hidden';">
</div>

how can I move the pop up to be a few pixels down from the link .. it covers the link at the moment.

Lionel - thanks for the heads up with the $description. Ill change the readme and the default in the hack.

TTG - its in the javascript. Open vbulletin_menu.js and its right at the top (in one of the functions you added).
Look for toppx=toppx-(number) and change number to whatever offset you want. You can use 0 however depending on the style of your link - it could cause intermitten problems. I would use toppx=toppx-1;

nJoy

TTG 04-13-2005 08:23 AM

Great support .. all works well with the upgrade on 3.0.6

Thanks The Geek

T3MEDIA 04-13-2005 01:03 PM

ok. quick question. what version is this if I have the beta version. In other words how would I (if needed) upgrade to 3.

The Geek 04-13-2005 01:15 PM

Quote:

Originally Posted by T3MEDIA
ok. quick question. what version is this if I have the beta version. In other words how would I (if needed) upgrade to 3.

File changes are the same... Depends on which package you were running. If you have categroy options in the admincp then your file changes should be updated (may want to double check the file changes to vbulletin_menu.js

Aside from that - just overwrite your GAL files with the ones in the latest package.

Hope that made sense!

fly 04-13-2005 01:37 PM

Sweet. Gish didn't seem to work for me, other than the js file. Anything I can give/show to you to help improve it?

And I'm anxiously awaiting link timeouts after a certain period of time. THANKS MAN!

The Geek 04-13-2005 01:45 PM

Quote:

Originally Posted by flypaper
Sweet. Gish didn't seem to work for me, other than the js file. Anything I can give/show to you to help improve it?

And I'm anxiously awaiting link timeouts after a certain period of time. THANKS MAN!

Upgradin is seriously difficult with GISH (or any file hacker) as it totally depends on how you put the previous code in. I got it to work in most upgrade situations - but in many it wont. This I dont see as a problem becuase 1- there are only 4 small minor file edits. 2 - Worse case scenario, you will have to manually do them yourself.

The good news is that once they have been auto-hacked... future upgrades are much easier.
Saying that - Im half tempted to do away with the auto hacking for smaller file changes as no one ever seems to read the README. For something like GAS its essential as there are many file edits. For this - its could go either way.

Enough of a rant :)

Just do the js fiel change manually. GISH errs on the side of caution and wont touch the file if it doesnt think its 100% safe to.

As far as timeouts - I am planning on an optional integration between GAB and GAL so that people can place adverts AND key words however this may be a few weeks away.

fly 04-13-2005 01:51 PM

Your coding skills are only matched by your bostaff skills and nunchuck skills.


All times are GMT. The time now is 03:34 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.02234 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (5)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