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

 
 
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
  #152  
Old 01-17-2005, 07:55 AM
TCB's Avatar
TCB TCB is offline
 
Join Date: Jun 2004
Location: the Netherlands
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by the nail geek
Ill try to address each point-
1- Next (major) release has this ability
2- Sounds kind of cool. I wont promise it for next release but I will promise to look into it as I dig it.
3- Are you saying that instead of how attachments are displayed now... you would like them displayed like the Media Boxes in vB articles?
Yes, the way the thumbs are shown in v3article makes the article-style forums stand out more. Combined with the a more visual ratingstyle (see request 2) it would give your mod a much more professional look

Quote:
Originally Posted by the nail geek
4- Wouldnt think that would be too hard... Ill look into that
Sweet

Quote:
Originally Posted by the nail geek
5- Does the Featured Geek Article hack take care of this?
Yes, it does. My mistake. This request should have been combined with the next:
Quote:
Originally Posted by the nail geek
6- I cant guarantee that there will be a 'summary' or 'intro' section for each article as this has proven to be a little challanging. And as Matt pointed out, the featured/random articles comes almost there with snipping text at a particular point.
This feature would be fantastic. Many of my articles start with a bold title and then a contentlist. This is nice when you read the article, but complete pointless for the 'feature this article' option. Filling in a summary which can be displayed for the 'random article' and 'featured article' option is the sollution.

I've waited a long time before v3articles became stable for 3.0.3. Finally a few weeks back hacks were posted that fixed the thumbnails issue and the administration of the catagories. But at the same time your mod was posted. I just love the way it works. Because it's completely visually integrated to the messageboard (contrary to all others that are a sort of a sub-messageboard) this will be my article mod. Fantastic!

Another request: a page break option. I saw that Cinq's mod had this. This would be a great addition also to your mod.
Reply With Quote
  #153  
Old 01-17-2005, 04:13 PM
agiacosa agiacosa is offline
 
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Getting this error:

Warning: in_array(): Wrong datatype for second argument in /forumdisplay.php on line 816
Reply With Quote
  #154  
Old 01-17-2005, 04:26 PM
agiacosa agiacosa is offline
 
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Removed this and it now works.

if (in_array($forumid,$geek_article_forums)){
eval('print_output("' . fetch_template('GEEK_FORUMDISPLAY_ARTICLE') . '");');
}else{
eval('print_output("' . fetch_template('FORUMDISPLAY') . '");');
}

What is the consequence of removing that code?
Reply With Quote
  #155  
Old 01-17-2005, 04:36 PM
agiacosa agiacosa is offline
 
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I was wrong. I'm getting a bunch of errors on posting messages now. Time to uninstall. :-(
Reply With Quote
  #156  
Old 01-17-2005, 04:38 PM
rlamego rlamego is offline
 
Join Date: Nov 2004
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

NG, I was translating your phrases and found one phrase where it seems that you missed closing a quote in the installer.
Varname is: geek_articles_no_articles_last_x_days -There have been no articles posted in the last {1} days here.
and downloading the language file, it appears without/outside a phrase group, like this:
Code:
	<phrasetype name="" fieldname="">
		<phrase name="geek_articles_no_articles_last_x_days -There have been no articles posted in the last {1} days here."><![CDATA[]]></phrase>
	</phrasetype>
Sorry if I'm posting a already reported issue but I can't read 11 pages of posts right now =(
Reply With Quote
  #157  
Old 01-17-2005, 04:55 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 agiacosa
Well, I was wrong. I'm getting a bunch of errors on posting messages now. Time to uninstall. :-(
What is in your phpinclude_start tempate?
Reply With Quote
  #158  
Old 01-17-2005, 05:01 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 rlamego
NG, I was translating your phrases and found one phrase where it seems that you missed closing a quote in the installer.
Varname is: geek_articles_no_articles_last_x_days -There have been no articles posted in the last {1} days here.
and downloading the language file, it appears without/outside a phrase group, like this:
Code:
	<phrasetype name="" fieldname="">
		<phrase name="geek_articles_no_articles_last_x_days -There have been no articles posted in the last {1} days here."><![CDATA[]]></phrase>
	</phrasetype>
Sorry if I'm posting a already reported issue but I can't read 11 pages of posts right now =(
Cheers rlamego - I thought I had fixed that!

I updated the package... shouldnt cause a problem for anyone. The only time it would have been seen is if there were no articles to display for a specified period of time.
Reply With Quote
  #159  
Old 01-18-2005, 08:04 AM
agiacosa agiacosa is offline
 
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by the nail geek
What is in your phpinclude_start tempate?
$geek_article_forums = array(61);
Reply With Quote
  #160  
Old 01-18-2005, 09:10 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

Quote:
Originally Posted by agiacosa
$geek_article_forums = array(61);
Huh. Agiacosa, do you know what version of php you are running?

It sounds to me like your phpinclude_start template isnt running. Do you have more than 1 style? If so, check that the $geek_article_forums array is appearing in the phpinclude_start of each of those styles.
The other thing I am confused about (though it still wouldnt casue the error) is that I went to the site in your profile and there is no forum 61. Can you provide a link to let me see the problem?

Thanks
Reply With Quote
  #161  
Old 01-18-2005, 10:11 AM
agiacosa agiacosa is offline
 
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by the nail geek
Huh. Agiacosa, do you know what version of php you are running?

It sounds to me like your phpinclude_start template isnt running. Do you have more than 1 style? If so, check that the $geek_article_forums array is appearing in the phpinclude_start of each of those styles.
The other thing I am confused about (though it still wouldnt casue the error) is that I went to the site in your profile and there is no forum 61. Can you provide a link to let me see the problem?

Thanks
Hi,

Php version is 4.3.10.

I have three styles and I've included the same phpinclude_start in each.

I had to delete forum 61 because it was causing template problems for some reason. I just created a new forum in an existing category and its ID was 61.

To avoid the errors, I've returned forumdisplay and showthreads back to their originals.
Reply With Quote
 


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 02:59 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.04787 seconds
  • Memory Usage 2,310KB
  • 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
  • (2)bbcode_code
  • (9)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
  • (4)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