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 Article System 2.0 (lite) (https://vborg.vbsupport.ru/showthread.php?t=72825)

The Geek 02-05-2005 11:36 PM

Quote:

Originally Posted by utw-Mephisto
Your new Beta :

Invalid Attachment specified. If you followed a valid link, please notify the webmaster

Please report this in the thread for the Beta so I can keep track of everything.

Anyhooo.... will you go over there and post the specifics of the problem (and if you have a link that I can follow).

Thanks man

The Geek 02-08-2005 08:41 AM

As an FYI: I have released Geek Article System 3.0

If you only want a layout change that is fast and easy to install - this is your best option. If you want something a bit more robust (multipage support, comment previews, sidebar support, thumbnails instead of avatars, etc...) than head over to Geek Articles 3.0

BTW: The GAS add ons for vBaCMPS still work with 3.0 and 2.0

trafix 02-11-2005 08:07 AM

So This is the lite version of "Geek Article System 3.0"

tormodg 02-11-2005 08:24 AM

Quote:

Originally Posted by trafix
So This is the lite version of "Geek Article System 3.0"

Well...it's the old version, so GAS 3 is very different from GAS Lite.

trafix 02-11-2005 08:26 AM

GAS 3 is the same hack ... but only much better

The Geek 02-11-2005 08:30 AM

Yup ;)

IMO - this is still a beauty of a hack - it doesnt have any of the whistles and bells of GAS3, but it is lightening fast to install and has a teeny weeny footprint.

mykes 03-24-2005 01:26 PM

The hack created an interesting bug that I'm not sure has been reported.

In showthread.php, the old code looks like this (pre-hack):

Code:

if ($threadedmode != 1) // if linear or hybrid
{
  exec_header_redirect("showthread.php?$session[sessionurl_js]p=$getlastpost[postid]$highlightwords#post$getlastpost[postid]");
}

It's been changed to this (Geek Articles Hack version):

Code:

if ($threadedmode != 1) // if linear or hybrid
{
  exec_header_redirect("showthread.php?$session[sessionurl_js]p=$getlastpost[postid]$highlightwords#post$getlastpost[postid]&conly=$commentsonly");
                                }

With the original code commented in, and the Geek Articles hack code commented out, things work proper. Comment in the articles hack code and things don't work right.

So let me define "don't work right."

If you are on forumhome page and click on the graphic next to a thread link "go to first unread/new post" then it takes you to some post in the thread maybe 2 or 3 posts BEFORE where the first unread/new post actually is. Or even in the middle of some post.

Here's an example of the URL that's generated, so you can see what's wrong:

showthread.php?p=2032241#post2032241&conly=

(I think having the &conly after #post confuses the browser)

The fixed code that works on my site looks like this:

Code:

                    // === GEEK ARTICLES step 5.4 ===
                    // WAS:
//                                if ($threadedmode != 1) // if linear or hybrid
//                                {
//                                        exec_header_redirect("showthread.php?$session[sessionurl_js]p=$getlastpost[postid]$highlightwords#post$getlastpost[postid]");
//                                }
                // NOW:
                                if ($threadedmode != 1) // if linear or hybrid
                                {
                                        exec_header_redirect("showthread.php?$session[sessionurl_js]p=$getlastpost[postid]$highlightwords&conly=$commentsonly#post$getlastpost[postid]");
                                }
                                // === /GEEK ARTICLES ===


mholtum 03-26-2005 07:03 PM

maybe I am lost. I installed it without a hitch. But the forums I am using as my articles look exactly the same. It is probably something simple but hey.. Now what?

Howdy 04-04-2005 01:11 PM

Installed. Thanks!

Is there anyway to have the header image included as part of the latest vbarticles?

The Geek 04-04-2005 02:49 PM

the conly= bit doesnt make a difference. It equates to the same as conly=0

Make sure that the forumids are set right

Howdy - The header image is only availible in GAS3


All times are GMT. The time now is 04:44 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.01309 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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