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)

Hooper 04-05-2005 10:23 AM

I'm having the same database error I'm reading about in here. Anyone know how to resolve it with vb3.07?

Thanks

The Geek 04-05-2005 10:53 AM

Quote:

Originally Posted by Hooper
I'm having the same database error I'm reading about in here. Anyone know how to resolve it with vb3.07?

Thanks

You mean the table creation at installation? here is the command to create the table. Just run this in a sql window:
Code:

'CREATE TABLE geek_autolink (
                      `id` int(11) NOT NULL auto_increment,
                      `text` varchar(25) NOT NULL default '',
                      `link` varchar(250) NOT NULL default '',
                      `ignorethread` int(11) NOT NULL default '0',
                      PRIMARY KEY  (`id`);

HTH's

Hooper 04-05-2005 11:47 AM

Quote:

Originally Posted by The Geek
You mean the table creation at installation? here is the command to create the table. Just run this in a sql window:
Code:

'CREATE TABLE geek_autolink (
                      `id` int(11) NOT NULL auto_increment,
                      `text` varchar(25) NOT NULL default '',
                      `link` varchar(250) NOT NULL default '',
                      `ignorethread` int(11) NOT NULL default '0',
                      PRIMARY KEY  (`id`);

HTH's


I get an error running that as well... :=(
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax near ''CREATE TABLE geek_autolink (
`id` int(11) NOT NULL auto_increme' at line 1

konstance 04-05-2005 04:48 PM

There seems to be a parenthesis missing at the end of the statement:
Code:

CREATE TABLE geek_autolink (
                      `id` int(11) NOT NULL auto_increment,
                      `text` varchar(25) NOT NULL default '',
                      `link` varchar(250) NOT NULL default '',
                      `ignorethread` int(11) NOT NULL default '0',
                      PRIMARY KEY  (`id`));


007 04-06-2005 07:42 PM

What this is missing is an option to enter text for "STATUS BAR DISPLAY!"

Let's put some basic javascript to work and hide those affiliate codes in the links! :)

I have searched the files inside and out with no luck whatsoever on any ideas for doing this.. I can't find where links are made..

The Geek 04-06-2005 07:51 PM

Quote:

Originally Posted by 006
What this is missing is an option to enter text for "STATUS BAR DISPLAY!"

Let's put some basic javascript to work and hide those affiliate codes in the links! :)

I have searched the files inside and out with no luck whatsoever on any ideas for doing this.. I can't find where links are made..

currently, links are made in the admincp.
However that is about to change. I have a new version I am working on the upgrade script for right now.
If you want to slide me the js ill see if I can work it into the next release.

The new version features:
Description field (for the url 'title' attribute). Was in there, just didnt draw up the interface for some dumb reason
Ordinal field. So you can specify the order of replacement instead of the 'first come first served' option.
Installer. This is the thing that is taking so freaking long. I am adapting my GISH installer for this hack. Eventually all of my hacks will feature my installer that auto edits files for you (if you want that is).
Limit option. Someone was asking for the option to limit a match to once per post. Thats in there now.

I think thats about it besides a few other tweaks and fixes.

Beta testers for the installer/upgrader can PM me if they want to give it a whirl. Should be ready by tomorrow if I get time to finish it up.

konstance 04-06-2005 08:43 PM

I have a little problem with the comments under the article. When I set "Show preview of comments only on the last page" to No, the comments do not appear at all. There is a word "Comments" under the article, but no comments themselves. Any Ideas why that would happen?

You can check out the test page here: (currently that option is set to No)

http://www.digital-tutors.com/forums...play.php?f=107

Thanks in advance for any help

The Geek 04-06-2005 08:46 PM

Quote:

Originally Posted by konstance
I have a little problem with the comments under the article. When I set "Show preview of comments only on the last page" to No, the comments do not appear at all. There is a word "Comments" under the article, but no comments themselves. Any Ideas why that would happen?

You can check out the test page here: (currently that option is set to No)

http://www.digital-tutors.com/forums...play.php?f=107

Thanks in advance for any help

check the number of comments to preview (and post the response in the GAS thread as this thread is for the Geek Auto Linker ;) )

konstance 04-06-2005 09:15 PM

ooops, sorry about that. I was wondering why I couldn't find my post in the GAS forum! ha.

zachlee 04-06-2005 09:43 PM

Quote:

Originally Posted by 006
What this is missing is an option to enter text for "STATUS BAR DISPLAY!"

Let's put some basic javascript to work and hide those affiliate codes in the links! :)

I have searched the files inside and out with no luck whatsoever on any ideas for doing this.. I can't find where links are made..


I tried looking at the code as well to implement this, but came up short. I would LOVE to be able to hide affiliate links.


All times are GMT. The time now is 05:40 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.01770 seconds
  • Memory Usage 1,751KB
  • 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_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