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.
Great hack! I don't suppose there's a way to copy existing articles from vb3 articles or do the authors have to re-post them in the new forum? Also, can this hack be applied to an existing forum instead of creating a new forum?
Great hack! I don't suppose there's a way to copy existing articles from vb3 articles or do the authors have to re-post them in the new forum? Also, can this hack be applied to an existing forum instead of creating a new forum?
Thanks Snow!
Sadly, there is no import facility from vB3 Articles.
And yes, you can apply this to any existing forum. You do not have to create a new forum
Did you use the cPanel editor to edit the files? It sometimes adds extra spaces at the end of the file which can cause that "unable to add cookies" error.
Thanks Snow!
Sadly, there is no import facility from vB3 Articles.
And yes, you can apply this to any existing forum. You do not have to create a new forum
nJoy
Thanks I've got it working fine. I've just got a very minor problem which hopefully you could help me with. Because the background of the article title is dark and the usernames are using the colours defined for the usergroups, the usernames aren't showing up very well (see first screenshot). I tried adding color: #FFFFFF; to the span tag but a second span tag is being added with the username e.g.
HTML Code:
Written by <a href="member.php?u=5"><span style="color:#9900FF">SatCam</span></a>
. Is there a way to get the username in white text as in the vb3 articles hack (2nd screenshot)?
Mycates: Just as much as any other forum can be (all it is is just a standard show thread with a substitute postbit to change the layout).
Snow: Huh, that table inherits the thead class from an encapulating <td> a few lines above. It looks like your thead css is that purple colour. You can either wrap your <span> in a new or different class, or the TD that the table resides in.