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 |
#622
|
|||
|
|||
Looks like your phrases didn't get updated... in the readme/installation it'll mention what to do (basically just opening one of that gas phrases and saving, but it'll explain in more detail).
|
#623
|
|||
|
|||
Geek: Is there any posibility to integrate an editor like FCKeditor? Swaping it for the vbulletin one? Or as an option in a seperate articleedit file?
I need a good way to get my articles properly html-formated with paragraphs and headings. The vbulletin wysiwig only leaves a div with br tags in it. Not pretty code... Propper Html formating would be usefull for SEO, and readers using speachbrowsers. A way to only allow HTML for the article and not the comments would also be very handy. Thanks for a great addition! |
#624
|
||||
|
||||
Quote:
|
#625
|
||||
|
||||
Quote:
THANKS again for sorting out all my other issues, Geek. |
#626
|
||||
|
||||
if there are issues with html causing layout problems with the auto synopsis features - all you have to do is add the tags to the pre_for_broken_tags function in functions_geekarticles.php
I didnt add the extra HTML tags as I didnt think many used html in their threads. Which brings us on to the FCKeditor question. I guess I can look into it - though I wouldnt hold out for it. The purpose of the system is to use as much vB3 as possible. Changing editors could prove to be a lot of work for this mod and possibly out of the scope of the project. If using the FCKeditor is a serious need for you - you may be better off checking out cinqs article hack as that is the editor he uses (if I remember right). The best solution would most liekly be a hack that allowed you to use the FCKeditor instead of the VB editor regardless of if you were using this hack or not. Glad to have helped Carb. |
#627
|
|||
|
|||
Could you PM me trulylowcarb to visit your homesite? I am hoping someone would jump in and help me install the cinqs and journal system. I was not able to do it successfully...
|
#628
|
|||
|
|||
Hey,
Code:
function remove_all_breaks(&$text){ global $GAS_setting; $text=str_replace($GAS_setting['page_break'],"",prep_for_breaks(&$text)); return $text; } |
#629
|
|||
|
|||
Quote:
FCKeditor would be an addition for websiteowners to optimize content. I believe user submitted articles should be HTML free. Whats really needed is to get the first post - the article - to parse HTML, and deny HTML for the comments. Another thought: There is a thread category/prefix hack (here ), it would be nice to integrate that with this one, so when a thread is categorized as 'Article' or 'review' then it will be displayed as an article. Then articles could be spread througout the forums. |
#630
|
||||
|
||||
Thats not really how the system works. It would be a nightmare to check each thread title for diaplay as an article.
The other problem is that it would be a serious incontinuity issue. I think users would be odded out by some threads coming up one way and others another. My personal opinion is to keep articles with articles, reviews with reviews and threads with threads. THe HTML for first post only is easy. The FCKeditor - who knows yet. Ill look into it - I just have plenty more on my plate right now. Thanks for the feedback |
#631
|
||||
|
||||
Hello,
I installed this, and also voted to have this as HOTM. I have one problem that I hope can be corrected. I get an error. This is the error: A runtime error has occured. Do you wish to debug? Line:356 Error 'null' is null or is not an object I get this error after I edit an Article or create a new one. It doesn't happen when I am reading the articles though. It is just when the page needs to refresh after something has been added. Any ideas? (Its not a major issue with me as I am the only one allowed to add articles.I am just curious if anyone else has this problem and knows the fix.At best, its annoying.) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|