Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases

Closed Thread
 
Thread Tools
Geek Article System 3 - RC1 Details »»
Geek Article System 3 - RC1
Version: b2.08, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Version: 3.0.6 Rating:
Released: 02-04-2005 Last Update: Never Installs: 15
DB Changes
Is in Beta Stage  
No support by the author.

HowdA All.

The GAS3 system is a comprehensive article system that completely integrates into vB3.

History

Originally, I looked into other article systems to integrate with my forums but just got irritated over and over again as I found the other offering out there very limiting for my needs. I wanted to use my members usergroup permissions, the search facility (so when someone did a search for bob both articles AND threads appeared on one page), I also wanted wysiwyg editing and vBs attachment system. Well, I accomplished 99% of my needs with the Geek Article System 2.0
Why 3.0? While the 2.0 was fine for my needs, many users began asking for a far more complex system that took the beauty of 2.0 and added popular features in the other article systems.

Here are the features in a nutshell:
  • Integrates 100% into vB. No importing forums or creating special groups. Simply mark forum as an 'Article' forum and instantly all threads become articles. Dont like it anymore? Simply remove the ID and the therads and forums go back to normal.
  • Whatever you can do in a thread or post, you can do with the GAS3 system (uploading attachments, smiles, BBcode, various editors, yadayadayada)
  • Create multiple pages in your post by simply putting [BREAK] anywhere in your post.
  • The first thumbnail in an article substitutes the posters avatar (switchable via admincp)
  • Integrated article byline.
  • Article sidebar that shows the article rating, your rating, the rating form, article tools, and article attachments (all toggable via admincp)
Special thanks goes to rlamego and to peterska2 for private Beta testing this for me. Couldnt of happened without them!

Planned work:
  • I have integrated an attachment description modification, but so far I dont have an interface for the newattachment.php yet. I will do this as an add on (though the backend work is already in place)
Known issues:
  • none that I am currently aware of.
Demos: (note that I have a custom skin, so your results will be ever so slightly different)
http://www.thenailgeek.com/showthread.php?t=11287
http://www.thenailgeek.com/showthread.php?t=8801 - pages of comments


Difficulty - Medium
Time - about 15 minutes
File modifications? a few

Instructions

Click install. Especially as a beta, the package could get important updates that you need to be aware of. Also, as soon as it goes live, I may do the gold release outside of this thread as I dont want to bog down the gold release thread with any beta issues (if there are any). You will need to be aware of when that happens (so click install darnit!)
Download the package and unzip.
Follow the GAS3_README file to the letter!
There is an install script that does most of the work for you. There are several file edits that you will have to do yourself though.
When done, go into your admncp, open vBulletin settings, open Geek Articles 3 settings (in the big list where you turn your VB on and off).

Troubleshooting:
  • No phrases after install? This happens a lot with many installers for some bizzare reason. All you have to do is do a phrase search for GAS_ , edit the phrase (dont change it), then save it. Bingo - all your phrases appear.
  • Settings not taking? Your settings need to be saved in your adminco in order to take effect.
Also:

For the love of Pete - this is a BETA hack. I would therefore backup your DB, your styles, and any of the files the README asks you to change.

nJoy

Supporters / CoAuthors

Show Your Support

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

Comments
  #42  
Old 02-06-2005, 09:29 PM
xmitchx xmitchx is offline
 
Join Date: Apr 2004
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by winky6
The directions for the printhread edits are off a bit

I already stated this in reply #36:

https://vborg.vbsupport.ru/showpost....8&postcount=36
  #43  
Old 02-06-2005, 09:35 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

Thanks guys.

Just released b2-07

Fixes typos in step 8.7 and 8.8 of the readme
Addresses article valigning to middle when text is less than the height of the sidebar.

The editpost thing should be fine (I have not made any changes there). The functions_geekarticles retrieves the article byline (round about line 127) and the changes in 3.6 will save it.

Thanks guys!
  #44  
Old 02-06-2005, 10:22 PM
winky6 winky6 is offline
 
Join Date: Nov 2001
Location: Boston
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, you stated -
Quote:
Find should either include the "}" in the end, or step 8.8 should get rid of the "}" in the end so it should look like this:
My note had to do with the actual line that needed to be found -

In the directions, it says to find -

eval('$postbits .= "' . fetch_template($template) . '";');

fetch_template($template) is the part that is wrong.....

it should be -
Find : eval('$postbits .= "' . fetch_template('printthreadbit') . '";');

Notice the bold
  #45  
Old 02-06-2005, 11:12 PM
xmitchx xmitchx is offline
 
Join Date: Apr 2004
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh right, im sorry.
  #46  
Old 02-07-2005, 10:15 AM
Nick0r Nick0r is offline
 
Join Date: Nov 2003
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice thenailgeek,

any support for cscgals(daniwebs) mod_rewrite hack planned?
  #47  
Old 02-07-2005, 10:50 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 Nick0r
nice thenailgeek,

any support for cscgals(daniwebs) mod_rewrite hack planned?
Thanks Nick0r, honestly - no. I really dont know anything about that hack other than it rewrites the output as html files?!?

Anyway... not sure what support I would have to add. Doesnt applying that hack suffice?
  #48  
Old 02-07-2005, 11:00 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

HowdA all,

I have just updated the package to sort out the following:
  • Fixed the negative post# on comments appearing on article with only 1 page
  • Fixed bug where editing a comment showed byline edit
  • Fixed $GAS_comments_only_lastpage so that it works. Setting option to no gives you preview comments on all pages. Setting to yes gives you the comments only on last page.
To upgrade:
  • download package
  • replace functions_geekarticles.php with new one
  • Reinstall templates
  • Redo step 5.16 and 5.22 from the README as there were a couple of amends there
This squashes all known issues (unless someone comes up with any more).

What else needs to be done for a full release?
  #49  
Old 02-07-2005, 12:27 PM
hockyfan hockyfan is offline
 
Join Date: Mar 2003
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by the nail geek
  • Fixed $GAS_comments_only_lastpage so thatit works. Setting option to no gives you preview comments on all pages.Setting to yes gives you the comments only on last page.
Cheers - thanks!


h
  #50  
Old 02-07-2005, 01:38 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 hockyfan
[/list]Cheers - thanks!


h
No problem

BTW guys - where would this go?
Major Additions? (Thats my bet)

Can anyone verify the latest install? It should be the final unless anyone can come up with any bugs.
  #51  
Old 02-07-2005, 05:56 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

Shes alive.

over at https://vborg.vbsupport.ru/showthread.php?t=75916

So I am closing this thread. Everyone who has installed this as Beta... Big thanks. Make sure you go and install the new version as it fixes a couple of minor issues.
Closed Thread

Thread Tools

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:14 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.04568 seconds
  • Memory Usage 2,301KB
  • Queries Executed 26 (?)
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
  • (5)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
  • (2)pagenav_pagelink
  • (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