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)

italks 09-17-2005 07:20 PM

Quote:

Originally Posted by gembels
Hi, I juts got error, the box not display .. why ? the gray or yellow not display.. sumtin wrong ? please check mine :
http://www.gembels.com/portal/forums...?p=620#post620

thanks..

Same Problems With Me.

http://www.italks.net/showthread.php?p=506#post506

Everything i checked is fine.I am using DB cache and i have created everything according to README.html included along with installer.Please help.

The Geek 09-17-2005 07:50 PM

Quote:

Originally Posted by italks
Same Problems With Me.

http://www.italks.net/showthread.php?p=506#post506

Everything i checked is fine.I am using DB cache and i have created everything according to README.html included along with installer.Please help.

Make sure that the box and style are set to a valid selection and click debug->rebuild

HTH's

italks 09-17-2005 08:50 PM

I used the option of debug->rebuild and checked the box and style selection.

The Geek 09-17-2005 09:03 PM

Quote:

Originally Posted by italks
I used the option of debug->rebuild and checked the box and style selection.

pm me an admin account and ill check it out

BTW: Just checked the page and it looks fine to me?

MiskaTorn 09-22-2005 06:02 PM

Not sure this is the best solution for doing this, but it works for me.

This will add autolinker function to the news content on your vbadvanced CMPS

in modules/news.php

Find:
PHP Code:

                if ($mod_options['portal_news_maxchars'] AND strlen($news['message']) > $mod_options['portal_news_maxchars'])
                {
                    
$news['message'] = substr($news['message'], 0strrpos(substr($news['message'], 0$mod_options['portal_news_maxchars']), ' ')) . '...' construct_phrase($vbphrase['read_more'], $vboptions['bburl'], $news['threadid'], $session['sessionurl']);
                } 

After Add:
PHP Code:

                $news['message'] = process_gal_text($news['message']); 

Make sure you add this after or else it will count the replaced text including the hyperlinking HTML as the text length and you will end up with very small news posts.

Hope this helps

Jonny Vegas 10-03-2005 03:47 PM

Hi Geek,

I have your autolinker on my version 3.0.3, but if I upgrade to VB 3.5.0, do you have a stable autolinker for that yet?

If so, would it be 4.5 LITE or 4.5 PRO?

Thanks

The Geek 10-03-2005 05:21 PM

Quote:

Originally Posted by Jonny Vegas
Hi Geek,

I have your autolinker on my version 3.0.3, but if I upgrade to VB 3.5.0, do you have a stable autolinker for that yet?

If so, would it be 4.5 LITE or 4.5 PRO?

Thanks

Either/or will be fine.

Lionel 10-04-2005 05:58 PM

I am still at 3.07. I just added a link and all over sudden I get all these in showthread.php
PHP Code:

WarningCompilation failedmissing at offset 35 in /includes/functions_gal.php on line 107 


Bubble #5 10-04-2005 06:51 PM

Are there any plans for a 3.5 gold version of this?

The Geek 10-04-2005 07:44 PM

Quote:

Originally Posted by Bubble #5
Are there any plans for a 3.5 gold version of this?

There is a lite version released for vb3.5 and a commercial PRO version on www.thevbgeek.com

Lionel. Thats Really odd. Never seen that one before. Have you tried a debug? Have you changed any of your replacments?


All times are GMT. The time now is 07:54 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.02007 seconds
  • Memory Usage 1,753KB
  • 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_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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