vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   Geek AutoLinker 3.00 RC1 (https://vborg.vbsupport.ru/showthread.php?t=79627)

T3MEDIA 04-11-2005 12:24 AM

Hey I upgraded n database stuff works and all that.

BUT I get page errors in the HTML. Now this doesnt stop it from working just not HTML friendly.

Quote:

Error: Expected ";"
Code:0
No pop up. (didnt work) I put it in the Header as well.

The Geek 04-11-2005 05:50 AM

Hey Frzzy. Tough to say since there were so many changes ;)

I would run the installation (except for file changes) and just manually check those (there are only 3). Great to see the popup working.

t3media. Thats most likely a javascript error. which version of the package did you install. I assume you installed the popup code? Which browser and version?

mekro 04-11-2005 07:15 AM

Hi

Sorry if this has been mentioned i did not see it but will there be an option to stop it auto linking in certain forums, for example i have a article forum and would like it not to link anything in there?

Kirk

The Geek 04-11-2005 07:24 AM

Quote:

Originally Posted by mekro
Hi

Sorry if this has been mentioned i did not see it but will there be an option to stop it auto linking in certain forums, for example i have a article forum and would like it not to link anything in there?

Kirk

No there isnt an option for that now.
You can stop certain links in certain threads (thats what the ignorethreadid option is for). That way if a link is for that particular thread, it wont autolink it.

HTHs

mekro 04-11-2005 07:33 AM

Hi

Do you think you might add it as i have aver 1600+ links already installed and i don't fancy changing the ignore thread for that many each tim a article is posted.

Just an idea.
Thanks
Kirk

The Geek 04-11-2005 08:20 AM

Quote:

Originally Posted by mekro
Hi

Do you think you might add it as i have aver 1600+ links already installed and i don't fancy changing the ignore thread for that many each tim a article is posted.

Just an idea.
Thanks
Kirk

illl mull it over ;)

Lizard King 04-11-2005 08:22 AM

Geek my autolink for articles is not working.

The Geek 04-11-2005 08:23 AM

Quote:

Originally Posted by Lizard King
Geek my autolink for articles is not working.

just got your pm. Ill look into it.

BTW - have you installed this version of GAL? It has a newer functions_gal.php that GAS uses. In fact - there is also some debug options with this version that could really help me diagnose the problem.

The Geek 04-11-2005 08:35 AM

Quote:

Originally Posted by The Geek
just got your pm. Ill look into it.

BTW - have you installed this version of GAL? It has a newer functions_gal.php that GAS uses. In fact - there is also some debug options with this version that could really help me diagnose the problem.

Duh. Of course you are using this hack :) (not enough coffee yet this morning).

The problem was that there were no usergroupid's specified in the GAS settings. Normall, none would=all however with this type of option - you must be explicit - otherwise people could overrun your board with autolinks!.

On that note - you are using this hack, but you have a few remenants of earlier versions. Downlaod the latest... replace your files and redo the admincp/index.php step so you can get the category management options. Then you can rename your 'unknown' category to something more useful :)

nJoy

Lizard King 04-11-2005 08:46 AM

I was wondering about categorie option a lot. Yesterday i downloaded the latest version but didn't do the file edits again ;) I think thats the main problem. Just doing it right now.

The Geek 04-12-2005 07:17 AM

So everyone - how we looking?

Do we feel that the system is sorted now? I assume that everyone would like the popup option built into the install?

Lizard King 04-12-2005 07:19 AM

Quote:

Originally Posted by The Geek
So everyone - how we looking?

Do we feel that the system is sorted now? I assume that everyone would like the popup option built into the install?

Everything is working pretty good for me ;)

zachlee 04-12-2005 11:16 AM

Quote:

Originally Posted by The Geek
So everyone - how we looking?

Do we feel that the system is sorted now? I assume that everyone would like the popup option built into the install?


I am still on the last RC before you added the popup. Not really a feature I would use, but everything else is A-OK. I also setup a test forum on a seperate box, and fresh install was smoooooth.

The Geek 04-12-2005 11:41 AM

Quote:

Originally Posted by zachlee
I am still on the last RC before you added the popup. Not really a feature I would use, but everything else is A-OK. I also setup a test forum on a seperate box, and fresh install was smoooooth.

Thanks Zachlee.

Unless someone says otherwise - Ill most liekly release tonight

Tom1234 04-12-2005 02:38 PM

Thank you very much for this hack Geek. It is incredibly useful. :)

I would like to see a "smart mode" in addition to the dangerous and safe mode. I am using safe mode, but there are a lot of potential links that are not getting linked. I think it just needs a little more intelligence with regular expressions to catch more of them without resorting to the dangerous mode where even segments of words get linked.

Also, can we enter regexps in the "text to replace" field when adding entries?

T3MEDIA 04-12-2005 02:46 PM

Pop-up doesnt work and if you do a search that IS the link the link dies.

For example if I made the word sexy a link and do a forum serach for sexy and goto that page.... (http://www.yoursite.com/forums/showt...highlight=sexy)
The link will die.

Just figured that one out.

T3MEDIA 04-12-2005 02:52 PM

Quote:

Originally Posted by The Geek
Hey Frzzy. Tough to say since there were so many changes ;)

I would run the installation (except for file changes) and just manually check those (there are only 3). Great to see the popup working.

t3media. Thats most likely a javascript error. which version of the package did you install. I assume you installed the popup code? Which browser and version?

the version I installed was the version dated to the post I made. I did not look and I am at the office at the moment. I was on IE latest version on XP.

The Geek 04-12-2005 03:04 PM

Tom, you would have to edit the code to edit the regex. If you can supply a better one - I am game to put it in.

In safe mode, it must have a space before the word in order to qualify. when searching, the word gets highlighted with something like <span=highlight>word</span>. It would be very difficult and very slow to try and figure out if the > next to word was the end of a link or not. Same with a full stop . who knows if that is part of an extension of a url? Or an underscore? You get the gist. Without a lot of recursive checking - its very difficult to try to determine if it is safe to link.

But like I said in the begining - if a better regex can be put forward then I think that is a big +

For the popup to work - you have to make file changes to vbulletin_menu.js and you must have the recommended replacement text in the global, category or item replacment where that item lives (if you get me).


All times are GMT. The time now is 03:18 PM.

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.01224 seconds
  • Memory Usage 1,766KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (18)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