Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Geek Article System 2.0 (lite) Details »»
Geek Article System 2.0 (lite)
Version: 2.0, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 12-12-2004 Last Update: 01-16-2005 Installs: 45
 
No support by the author.

This hack is a simple and effective (but lighter) version of the very popular Geek Article System 3.0 .
This is actually the first Geek Article System which I still support as it offers people who dont need all the whistles and bells of the larger version (multipage, sidebar, bylines) in a far simpler nutshell.

The key reason for me crating GAS was that I wanted my articles (I also use them as tutorials) to be searchable and reside within the Froums. So I made this simple hack. It may not be all singing and dancing, but I think it can moonwalk with the best of them.

Difficulty to install: A cinch
Time to install: ~5 minutes (if that)
Installer: yup

UPDATE v.2c (17/01/2004)
Fixed rouge phrase that didnt install right.

UPDATE v.2 (04/01/2004)
Removed some left over html in geek_postbit_article that was for my style. The extra HTML that was in there may wack out your layout a touch.
Added a missing phrase (geek_articles_rate_this_article)
Installs either English or French phrases (thanks to cclaerhout)

UPDATE V. 2 (03/01/2004)
Added 2 more templates: showthread and forumdisplay variants (though these are much more subtle... mostly phrase changes
Added a couple of buttons (comments and new article)
Grouped phrases into their own lot

UPDATE V. 1.5 (14/12/2004)
Creted a Zip file with installer and ReadMe
Phrased the postbit.
Thats about it.


nJoy

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #192  
Old 02-05-2005, 11:36 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #193  
Old 02-08-2005, 08:41 AM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #194  
Old 02-11-2005, 08:07 AM
trafix's Avatar
trafix trafix is offline
 
Join Date: Dec 2002
Location: Australia
Posts: 1,021
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So This is the lite version of "Geek Article System 3.0"
Reply With Quote
  #195  
Old 02-11-2005, 08:24 AM
tormodg tormodg is offline
 
Join Date: Oct 2004
Location: Oslo, Norway
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #196  
Old 02-11-2005, 08:26 AM
trafix's Avatar
trafix trafix is offline
 
Join Date: Dec 2002
Location: Australia
Posts: 1,021
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

GAS 3 is the same hack ... but only much better
Reply With Quote
  #197  
Old 02-11-2005, 08:30 AM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #198  
Old 03-24-2005, 01:26 PM
mykes mykes is offline
 
Join Date: Feb 2005
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ===
Reply With Quote
  #199  
Old 03-26-2005, 07:03 PM
mholtum's Avatar
mholtum mholtum is offline
 
Join Date: May 2004
Location: Arizona
Posts: 697
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #200  
Old 04-04-2005, 01:11 PM
Howdy Howdy is offline
 
Join Date: Feb 2005
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed. Thanks!

Is there anyway to have the header image included as part of the latest vbarticles?
Reply With Quote
  #201  
Old 04-04-2005, 02:49 PM
The Geek's Avatar
The Geek The Geek is offline
 
Join Date: Sep 2003
Location: Behind you
Posts: 2,779
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:26 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09123 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete