vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - AutoLinker Lite, keyword linker for vBulletin 3.7 and 4.x, and vbcms (https://vborg.vbsupport.ru/showthread.php?t=239167)

kermit2 04-30-2010 06:49 AM

Would you like me to take a quick look at your admin cp? If so, just PM me the details and I'll take a look today. Off the top of my head I can't think what the problem is, but I might get a bit of inspiration from looking around

TimberFloorAu 04-30-2010 08:18 AM

Did you sort the "alt" attributes for "paid version" mate ?

kermit2 04-30-2010 06:04 PM

Sorry yes, that was fixed last week if you want to re-download

TimberFloorAu 04-30-2010 09:46 PM

Cheers.

Have you also fixed the image path in autolink.js for tip_balloon

This is returning multiple 404/410 bad requests.
Seems the path is faulting out to:

forum/tip_balloon/image

This folder doesnt exist, also doesnt exist in d/l package.

Line: config.BalloonImgPath="tip_balloon/"

kermit2 05-01-2010 09:48 PM

You're right. That was fixed a few weeks ago, but hadn't made it into the released version yet (it has now). A quick fix is just to edit the line to read:

config. BalloonImgPath = "autolinker/images/balloons/yellow/"

LoveStream 05-02-2010 06:45 AM

1 Attachment(s)
Thanks man of your good module.

I had a uni_code problem in my MySQL while import from old GAL tables.

Of course I could NOT add a new with Korean Character to a link entry.

I will attach here two capture shot for your update release.

Could you fix that for the non-english users.

Yours.

kawe 05-03-2010 08:33 AM

Parse error: syntax error, unexpected $end in C:\xampp\htdocs\test\admincp\autolinker_admin.php on line 1815

RedPoint 05-03-2010 02:39 PM

Quote:

Originally Posted by kermit2 (Post 2030336)
You're right. That was fixed a few weeks ago, but hadn't made it into the released version yet (it has now). A quick fix is just to edit the line to read:

config. BalloonImgPath = "autolinker/images/balloons/yellow/"

I make your changes but dont help me.

The files dont exist in your download here.

kermit2 05-03-2010 09:32 PM

Quote:

Originally Posted by RedPoint (Post 2031145)

The files dont exist in your download here.

Sorry yes, think my brain was on strike. I've just updated the original post with an updated version (1.0.4) which should correct this. In your case you just need to replace autolinker.js with the new version (no need to reinstall everything)

kermit2 05-03-2010 09:38 PM

Quote:

Originally Posted by LoveStream (Post 2030470)

I had a uni_code problem in my MySQL while import from old GAL tables.

Yours.

In v1.0.4, I've changed the charset on the tables to utf8 (rather than latin1) ... hopefully this will solve the problem.

If you don't want to re-install, you could manually change the charset (through the mysql command line client, or phpmyadmin or similar):

Code:

alter table xxx default charset utf8
, where xxx is the table name (which in turn will depend on any table name prefix you're using).

There are 9 tables to modify, each beginning {PREFIX}_autolinker_

Hope that helps


All times are GMT. The time now is 11:52 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.01433 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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