Version: 2.0, by The Geek
Developer Last Online: Jan 2019
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.
Thanks for the quick responses, and yes, that is what I was referring to - any ideas on how it could be done?
h
Try this:
Edit showthread.php and find:
PHP Code:
$postids = "post.postid IN (0" . $ids . ")";
ABOVE ADD:
PHP Code:
if (in_array($forumid,$geek_article_forums)){
$ids.= ',' . $qrfirstpostid;
}
The only problem I can see is that on >1 page, it will pull your perpage count+ your first. Therefore technically your postperpage will be 1 off (if you were being freaking picky as hell that is)
if (in_array($forumid,$geek_article_forums)){
$ids.= ',' . $qrfirstpostid;
}
The only problem I can see is that on >1 page, it will pull your perpage count+ your first. Therefore technically your postperpage will be 1 off (if you were being freaking picky as hell that is)
nJoy
So on page 2 it'll say page 3? A bit weird, but no big deal.
My thread tools dropdown menu is all blank after installing, any ideas why? (screen shot here), all I see are arrows with no text, and no text when you click them.
My thread tools dropdown menu is all blank after installing, any ideas why? (screen shot here), all I see are arrows with no text, and no text when you click them.
h
hockyfan, your phrases didn't "take" and to get them to appear you need to edit one of them. See This post Part 2.
yea, for the next version I am wroking on, there will be something like that for author and source, then an inputbox for # of pages and POSSIBLY a tickbox for the introduction. I say possibly because at this stage the pagnation is giving me a massive nightmare. The pagenav at the top and bottom of each page is a two part navigation: 1 for articles and 1 for comments.
I think I have it just about licked. When I do, then the rest of it is just about data entry.
Thanks!
Hi nail geek, just wondering if this feature mentioned has been included in version 2 ?