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

Closed Thread
 
Thread Tools
Geek Article System 3.5 RC2 Details »»
Geek Article System 3.5 RC2
Version: 1.00, by The Geek The Geek is offline
Developer Last Online: Jan 2019 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 03-12-2005 Last Update: Never Installs: 16
DB Changes
Is in Beta Stage  
No support by the author.

Woohoo.

This is the RC for the next release of the Geek Article System.
I have decided to take it out of private beta as results from the private beta are taking yonks to come back in. I have fixed all known issues so we should be cooking on gas (hohohahaha).

Special thanks to gltdn for help with beta testing

Install instructions:
Read the readme in the package. Should be straight forward stuff.
It is important to note that THIS IS FOR A CLEAN INSTALL. I will devise an upgrade script when the package is final.

New features:
  • Crap loads.
  • New Article header image functions (global gallery, forum gallery and uploadable images)
  • New forumdisplay/threadbit look and feel
  • Synopsis box
  • Post as user
  • Autolink into the Geek Autolink system
  • Turn on/off synopsis/byline
  • Auto synopsis (if synopsis is off or left blank, it uses first x amount of posts from article)
  • Synopsis uses BB code
  • etc...etc...etc
A word about the installer.
This has taken me ages to do. The installer does everything for you (including all file changes). It will make backup copies of all files changed, make the file changes, and leave them in a folder for you to copy over when you are done. This may not work with PHP in safe mode. If you are using PHP in safe mode, you may have to do the changes manually (which you have the option to do anyway).

Click the install button if you install. Otherwise you may miss very important updates.

Demo: http://www.thenailgeek.com/forumdisplay.php?f=17

Missing phrases after install? Just search for a GAS phrase name... edit it, then click save. This will rebuild your phrases.

nJoy

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 03-13-2005, 04:12 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 gldtn
2) root dir of the forum or the server?
Sorry man - forum root
  #13  
Old 03-13-2005, 04:38 PM
gldtn gldtn is offline
 
Join Date: Apr 2003
Location: US
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, thanks!

Remaining Issues;


// Showthread/Article

.Tweaks needed

>> bottom COMMENT button needs a space from article body(perhaps another <br />?(I use FIREFOX/Have not checked under IE))

To fix this edit GAS_showthread and find:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%">
	<tr valign="top">
	    <if condition="$show['largereplybutton']">
	        <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$LASTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/comment.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[geek_articles_closed_article]" border="0" /></if></a></td>
	    <else />
	        <td class="smallfont">&nbsp;</td>
	    </if>
	</tr>
</table>
Replace with:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:3px">
	<tr valign="top">
	    <if condition="$show['largereplybutton']">
	        <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$LASTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/comment.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[geek_articles_closed_article]" border="0" /></if></a></td>
	    <else />
	        <td class="smallfont">&nbsp;</td>
	    </if>
	</tr>
</table>
// Editing Article


.Article Image

>> is showing to be edited/changed
>> is NOT getting edited/changed
  #14  
Old 03-13-2005, 04:43 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... make sure you installed the latest package and reverted your templates from the private beta test. The comment placement was fixed.

Once again, make sure you have reverted your templates. There was a typo in that was causing the article header image not to display but this was fixed.

Let me know if that sorts it as both issues seem fine on my system.
  #15  
Old 03-13-2005, 04:51 PM
Magic Spark Magic Spark is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Geek
Updated package but....

1) Didnt address this as of yet. The only downside to the article header row not being deleted is that its a spare row floating about. Ill address this eventually but since I dont see it as ever being a problem - Ill make it low priority
2) The file was in the root of the folder... It goes in your root directory.
3) Done... thanks!
4) Done... thanks!
5) Cant reproduce. Maybe it was the missing GAS_image_upload file?

Let me know if that sorts it. Thanks again!
Hi Geek,

1) I think we misunderstood: I talked about the db table geek_articles.
When I delete an article, the article-row stays in the db-table 'geek_articles'.
2) Sorry, i've overlooked it.

One new little bug:
Tested with TABLE_PREFIX: Do a fresh Install - the installer creates the the table 'geek_articles' without the prefix.

Thanks for address the reported bugs so fast.
Testing the new Version asap.
  #16  
Old 03-13-2005, 04:58 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 Magic Spark
Hi Geek,

1) I think we misunderstood: I talked about the db table geek_articles.
When I delete an article, the article-row stays in the db-table 'geek_articles'.
2) Sorry, i've overlooked it.

One new little bug:
Tested with TABLE_PREFIX: Do a fresh Install - the installer creates the the table 'geek_articles' without the prefix.

Thanks for address the reported bugs so fast.
Testing the new Version asap.
Hey Magic - Na, I know what you meant. It doesnt remove the entry from the geek_articles table. But like I said - I cant foresee that as causing any problems.

THanks for the heads up about the table_prefix. However thats a trip as it is in there! I am wondering if the scoping of table_prefix has been changed. I dont use them so ill have to look into that a bit more. Can anyone else verify?

Thanks again Magic - your points are helping me get this thing live
  #17  
Old 03-13-2005, 05:12 PM
gldtn gldtn is offline
 
Join Date: Apr 2003
Location: US
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The Geek
Thanks... make sure you installed the latest package and reverted your templates from the private beta test. The comment placement was fixed.

Once again, make sure you have reverted your templates. There was a typo in that was causing the article header image not to display but this was fixed.

Let me know if that sorts it as both issues seem fine on my system.
If you do an install shouldn't this overwrite your existing templates? Because all templates are shown to be last edited by the install script;

Last edited March 13 2005 at 13:10 by Geek

Also note; The header image is showing, what I tried to say is that it cannot be changed to something else if we wish to.
  #18  
Old 03-13-2005, 05:27 PM
Magic Spark Magic Spark is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Geek,

5) When I edit an article, the article-image disappear.

This happens only when I set in the gas-options 'Use first attachment thumbnail as avatar' to yes.

By the way, in the gas-options, under 'Header images' there is a input row without title and description. The name of the text-input is 'ugs_allow_header_upload'.
Maybe it helps to find it.

I'll try the help to find bugs as fast as possible, to help to get this superb addon live.
  #19  
Old 03-13-2005, 07:03 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

Cool guys.

I have:
  • Sorted out the bugs where regarding 'show first thumbnail as avatar'. Now you can get the same forum home effect as when using header images - but with thumbs! However I STRONGLY advise having users upload or choose from the gallery instead - it is MUCH faster.
  • I found the TABLE_PREFIX bug so that now works.
  • The Image header option in editthread and newpost only appear if you are not using the 'show thumbnail as header image' option. THis was the source of earlier confusion.
  • I found the missing phrase in the admincp
  • I fixed the comment button spacing (sorry gldtn - I hadnt updated the install package with the latest template).
  • Bunch of other minor fixes too.
Package is updated
  #20  
Old 03-13-2005, 07:27 PM
eva01_'s Avatar
eva01_ eva01_ is offline
 
Join Date: Aug 2004
Location: Plymouth
Posts: 255
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

question The_Geek are some of the intros on http://www.thenailgeek.com/forumdisplay.php?f=17 supposed to be blank?
  #21  
Old 03-13-2005, 07:29 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 eva01_
question The_Geek are some of the intros on http://www.thenailgeek.com/forumdisplay.php?f=17 supposed to be blank?
Yea - havent filled in all of the synopsis's yet.
Closed Thread


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 09:33 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.05711 seconds
  • Memory Usage 2,321KB
  • 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
  • (2)bbcode_html
  • (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
  • (3)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