The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Geek Article System 3.52 Details »» | |||||||||||||||||||||||||
IMPORTANT:
Please note that I can no longer support this project. Primarily as it is designed for vb3.0.x and I no longer use that version (im obviously on vb3.5x ). There is a version for vb3.5 however its a commercial script. This project is left here for the community. ----------------------- HowdA All. The GAS3 system is a comprehensive article system that completely integrates into vB3. News:
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:
Change log 13.05.05 - updated to 3.52 All this does is update GAS for the GAL4.0 integration. To update, simply replace your existing functions_geekarticles.php with the one in the latest package. 18.3.05 - updated to 3.51 This really just fixes a couple of mega minor bugs. Added new default icon per forum functionality (see readme) Wrote a real README. Wrote a seperate 3.5x upgrade script. Users of 3.5x should run admincp/gas3_upgrade.php 16.3.05 - updated to 3.50 Loads of new features and a new installer that makes the file changes for you. New forumdisplay Uploading of images for your header Synopsis box yadayadayda 10.2.05 - updated to 3.02 Fixed typo in readme (step 2.6 referenced $articlebyline instead of $GAS_byline). This bug fixes the disappearing byline when editing an article. To upgrade - edit your editpost template and search for $articlebyline then replace it with $GAS_byline Importers I have made an importer for v3articles. Technically speaking, you dont have to strictly have GAS3 installed to use the importer (though it is ideal). What it does is essentailly import v3articles, comments, ratings, and attachments into existing forums as new threads, replies, threadratings, and post attachments. The idea is that you install GAS3, create the forums to house your articles, and then import your existing v3articles into them (but as I said, you can simply import v3articles into normal forums without having GAS3 installed). There is also a rollback feature in case you change your mind or experience a problem with the import. Your v3articles installation isnt touched. In fact, no v3articles are harmed in the process Known issues:
http://www.thenailgeek.com/showthread.php?t=11287 http://www.thenailgeek.com/showthread.php?t=8801 - pages with comments (click View Comments to see comments only) Difficulty - EASY Time - about 5 minutes File modifications? a few but now all done automatically for you Change log: Updated to 3.01 Feb 7th Fixed a couple template errors and minor readme instructions Instructions Click install. I have busted my butt over the past few weeks to do this and all I ask is that you click install if you use it
I would therefore backup your DB, your styles, and any of the files the README asks you to change. nJoy Show Your Support
|
Comments |
#1302
|
|||
|
|||
Hello.
I cannot get my mod rewrite to work with the article forums. What do i need to do? here is the contents of my .htaccess The forums in question are ID 22 and 23. ErrorDocument 404 http://www.fix-it.org/404.php RewriteEngine on Options +FollowSymLinks RewriteRule ^announcement([0-9]+).html$ announcement.php?t=$1 [L] RewriteRule ^thread([0-9]+).html$ showthread.php?t=$1 [L] RewriteRule ^lastpostinthread([0-9]+).html$ showthread.php?goto=lastpost&t=$1 [L] RewriteRule ^newpostinthread([0-9]+).html$ showthread.php?goto=newpost&t=$1 [L] RewriteRule ^forum([0-9]+).html$ forumdisplay.php?f=$1 [L] RewriteRule ^hardware-related.html$ forumdisplay.php?f=3 [L] RewriteRule ^desktop-hardware.html$ forumdisplay.php?f=7 [L] RewriteRule ^laptops-and-pdas.html$ forumdisplay.php?f=8 [L] RewriteRule ^multimedia---speakers,-sound,-htpc,-etc.html$ forumdisplay.php?f=12 [L] RewriteRule ^visual-output-devices---printers,-scanners,-monitors..html$ forumdisplay.php?f=9 [L] RewriteRule ^storage.html$ forumdisplay.php?f=10 [L] RewriteRule ^overclocking,-cooling,-and-tweaking.html$ forumdisplay.php?f=25 [L] RewriteRule ^software-related.html$ forumdisplay.php?f=4 [L] RewriteRule ^business-&-professional-applications.html$ forumdisplay.php?f=13 [L] RewriteRule ^leisure-&-gaming-software.html$ forumdisplay.php?f=14 [L] RewriteRule ^operating-systems.html$ forumdisplay.php?f=15 [L] RewriteRule ^discussions.html$ forumdisplay.php?f=5 [L] RewriteRule ^security.html$ forumdisplay.php?f=16 [L] RewriteRule ^it-jobsearch.html$ forumdisplay.php?f=17 [L] RewriteRule ^buy,-sell,-trade..html$ forumdisplay.php?f=21 [L] RewriteRule ^off-topic.html$ forumdisplay.php?f=20 [L] RewriteRule ^topic-of-the-week.html$ forumdisplay.php?f=24 [L] RewriteRule ^site-related-questions---comments.html$ forumdisplay.php?f=18 [L] RewriteRule ^site-staff-only.html$ forumdisplay.php?f=19 [L] RewriteRule ^site-news-&-tutorials.html$ forumdisplay.php?f=6 [L] RewriteRule ^news-&-tutorials.html$ forumdisplay.php?f=22 [L] RewriteRule ^reviews.html$ forumdisplay.php?f=23 [L] RewriteRule ^networks-&-networking.html$ forumdisplay.php?f=11 [L] |
#1303
|
|||
|
|||
I am also getting:
Warning: move_uploaded_file(): SAFE MODE Restriction in effect. The script whose uid is 649 is not allowed to access /var/www/html owned by uid 0 in /home/virtual/site138/fst/var/www/html/includes/functions_geekarticles_images.php on line 104 Whenever I try to upload header images. PHP SafeMode is ON. CHMOD is set to 777. Also, if i upload header images to the image directory for gas, they will not show up in the popup box at all. However, the default image displays just fine. I can even change the default image and it will display that image. If I turn off the ability to upload images to gas, then the button for the image goes away. You cannot even select a gallery image. I am so lost right about now. |
#1304
|
||||
|
||||
hi ... i started read the first few pages than i noticed that there are 87 of them umm i have one question(for now :lick: )
can the GAS be limited to only certain usergroups to post articles or is it setup that any member can post an article. |
#1305
|
|||
|
|||
you can limit it.
|
#1306
|
||||
|
||||
ok i just installed thisbut i sont see where the setting is to limit it to a usergroup
|
#1307
|
||||
|
||||
o i get it it uses the forum permissions, so one question than if i have the forum permissions for usergroup x set to not be able to post in said forum, will they still be able to leave coments?
|
#1308
|
|||
|
|||
okay, i fixed my image problem. I needed to edit the path some.
However, I still have an issue. If i turn off 'allow users to upload images', then the entire header image is removed. There is no button or anything. The gallery is not displayed. Is there any way to fix that? |
#1309
|
||||
|
||||
Quote:
I certainly do like it and thankyou very much for it! |
#1310
|
|||
|
|||
i seem to be having trouble uploading attachments when i upload them it just says done but no images appear any ideas?
|
#1311
|
|||
|
|||
Geek another hack from you I find very very nice and usefull .-)
Categories will be the best ad on here in this article system. Can article founder moderate his thread? Delete posts for example? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|