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)

The Geek 06-21-2005 05:50 AM

Im not sure what you mean by 'invisible' nor what you mean about putting the css in the header template.

You should put the GALbox <div> tag in the header template and add optionally add the css to your additional css definitions box in your admincp.

No stats will display if there are no records to show. If you have links that are being tracked for stats but they are not showing - than most likely your throttle is set pretty low and the cron job is taking care of the stats.

Both of these are discussed in more detail in the readme. If you can - post a link as it is easier to see the problem you are having.

hths

jons5150 06-21-2005 08:57 AM

Hi Geek...

Somehow I have ended up with two, (count 'em), two GeekLink CPs in my one Admin CP. What the heck did I do and how can I fix it?

BTW, in a one week test I had 6 (count 'em) 6 clients ask to "buy" words...the implications have my head spinning-but I don't mind a bit. Thanks for a great, great hack...

The Geek 06-21-2005 10:55 AM

Quote:

Originally Posted by jons5150
Hi Geek...

Somehow I have ended up with two, (count 'em), two GeekLink CPs in my one Admin CP. What the heck did I do and how can I fix it?

BTW, in a one week test I had 6 (count 'em) 6 clients ask to "buy" words...the implications have my head spinning-but I don't mind a bit. Thanks for a great, great hack...

It most likely occured because you had 2 instances of the key that the GISH installer was searching for (almost always a result of previously modifying the file). However its no big deal. Heck - its will be twice as easy to find you GAL settings now ;)

Really - all you have to do is edit your admincp/index.php file... search for GAL and remove one of the blocks.

Superb news on the sponsors beating down your door. In many peoples opinions, this system is significantly better for sponsors than a banner system as it is better targeted and a bit subversive. Me? I think it kicks ass.

Roll on the GUSH system that will allow you to set up an automatic shop to sell keywords and/or GAB banners :)

wirewolf 06-21-2005 02:20 PM

Have vb3.0.7 and just upgraded to autolink v4.02. Upgrade went fine but had a few "Fatal error: Call to undefined function: process_gal_text() in blah/blah/includes/functions_showthread.php on line 651 and Fatal error: Call to undefined function: persist_gal_impressions() in blah/blah/showthread.php on line 1939" after creating the categories, styles, test autolink, etc and saving the settings.
After reading some previous post I assume it has something to do with global.php. The installer did not upgrade global.php nor did it list it as a manual edit. It's not in the gish folders at all. Do you have the code needed for the function definitions in global.php
John

The Geek 06-21-2005 02:25 PM

Quote:

Originally Posted by wirewolf
Have vb3.0.7 and just upgraded to autolink v4.02. Upgrade went fine but had a few "Fatal error: Call to undefined function: process_gal_text() in blah/blah/includes/functions_showthread.php on line 651 and Fatal error: Call to undefined function: persist_gal_impressions() in blah/blah/showthread.php on line 1939" after creating the categories, styles, test autolink, etc and saving the settings.
After reading some previous post I assume it has something to do with global.php. The installer did not upgrade global.php nor did it list it as a manual edit. It's not in the gish folders at all. Do you have the code needed for the function definitions in global.php
John

Browse to the install page, click the install path, then scroll to the bottom of the page and you will see a link for manul install instructions.

There ye shall find what ye need.

Tradjick 06-21-2005 06:54 PM

Quote:

Originally Posted by The Geek
Im not sure what you mean by 'invisible' nor what you mean about putting the css in the header template.

You should put the GALbox <div> tag in the header template and add optionally add the css to your additional css definitions box in your admincp.

No stats will display if there are no records to show. If you have links that are being tracked for stats but they are not showing - than most likely your throttle is set pretty low and the cron job is taking care of the stats.

Both of these are discussed in more detail in the readme. If you can - post a link as it is easier to see the problem you are having.

hths

The links are invisible because they have the same color as the background. But i gave every possible color tag on Yellow.

I placed the DIV code into the header and the CSS into the "additional css defininitions.

Those 3 geeky styles i added show up correctly in the ACP but i can?t see any geek style definitions in the source code, except the ones i added manually.

wirewolf 06-21-2005 07:23 PM

Quote:

Originally Posted by The Geek
Browse to the install page, click the install path, then scroll to the bottom of the page and you will see a link for manul install instructions.
There ye shall find what ye need.

Didn't help! I Did an uninstall, flushed out the database, reverted back to the original php files ect. Then did a fresh install from the ground up and Everything working fine now!!

Did find one little mis-code in the GAL_admin.php, in the 'stats' section:
PHP Code:

error GAL_admin.php line around 2104 (note the "&" before the forumkey variable)
is:
print_gal_stat_row(5,$forumvalue['title'],"../forumdisplay.php?f=&$forumkey",1,$forumvalue['views'],$forumvalue['hits']);
should be:
print_gal_stat_row(5,$forumvalue['title'],"../forumdisplay.php?f=$forumkey",1,$forumvalue['views'],$forumvalue['hits']); 

Also in 'stats' view, are there missing column titles?. Check out screenshots.

The Geek 06-22-2005 06:09 AM

funnily enough wirewolf - I stumbled across these yesterday working on the stats system for GAB. I was quite shocked to see no one had flagged them before. I also noticed a couple other minor issues sith it as well which I will most likely put off until either GUSH is released or I port this to vb3.5.

Tradjick - the problem isnt with the popup styles, its with the link style. I assume you are using the DEFS CSS I provided as an example in the readme. This is what you would have placed in your additional CSS section. In there is the colour that is defining your links as the same colour as the background.

HTH's

Tradjick 06-22-2005 10:04 AM

Quote:

Originally Posted by The Geek
Tradjick - the problem isnt with the popup styles, its with the link style. I assume you are using the DEFS CSS I provided as an example in the readme. This is what you would have placed in your additional CSS section. In there is the colour that is defining your links as the same colour as the background.

HTH's

Thank you, Sir. I got it working now. I somehow got lost with the styles and its CSS section. That?s been a bad coincidence that you have your links in the same color as my background color! Hehe.

gembels 06-23-2005 09:04 AM

duh.. still confused.. where or what wrong..
http://www.gembels.com/portal/forums...?p=513#post513

pls check it 4 me.. nothing show after install and readme.html


All times are GMT. The time now is 11:17 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.01871 seconds
  • Memory Usage 1,758KB
  • 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_php_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