Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

Reply
 
Thread Tools
v3 Articles 1.0.1 - [vB 3.0.1] Details »»
v3 Articles 1.0.1 - [vB 3.0.1]
Version: 1.0.2, by John John is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.1 Rating:
Released: 06-06-2004 Last Update: 12-26-2004 Installs: 307
 
No support by the author.

v3 Articles 1.0.1

By John Warwick, Web Development Freelancer (john@eovieinteractive.com)
Fully tested and working on vBulletin 3.0.1.
Part of www.v3arcade.com

Important Security Fix - Please download v3 Articles 1.0.2.zip
---
If you are upgrading, please read Security Fix Upgrade.txt
If you are installing for the first time, read Instructions.txt


INTRODUCTION
v3 Articles was originally written for the fine people at www.DodgeTalk.com, for use with their vBulletin forum. The purpose of this add-on is to provide a place in vBulletin for articles (e.g. news, reviews, editorials) similar to that of the thread interface - but with a more content-oriented approach.

Features:
- Usergroup based permissions
- Full editing/deletion/moderation system
- Article attachments
- Article ratings
- Comments system
- "Featured Article" system, give great articles top exposure
- Introduction and category description text
- Smilies and icons
- Full BBCODE/WYSIWYG support
- Attachment captions
- Full page navigation for articles and comments
- Comment dupe checking
- Status icons
- View users' ratings in their comments

Alternatively, check the screenshots!

I've tried to make the installation as quick and painless as possible. Enjoy!


WORKING DEMO
You can see a working demo of v3 Articles at www.v3articles.com. (Part of the v3 Arcade website.)


MANY THANKS
- Ron Wilson, of DodgeTalk.com
- Everyone on v3Arcade.com who donated to keep the server running


SUPPORT
Support can be found in the v3 Articles thread on vBulletin.org, and shortly on v3arcade.com. (I'll set up a priority support system.) As always, I'll happily give support for real problems. However, a lot of the time people ask questions about things which have already been answered hundreds of times. If you have a problem caused by not reading through the instructions or checking through the support thread, I can't guarantee a response.


DONATIONS
v3 Articles is free, but my server isn't! Any donations are hugely appreciated in order to help me keep my v3 sites running. (PayPal: john@eovie.com). Many thanks to those who donate!
If you're looking for someone to install v3 Articles for you, email me at john@eovieinteractive.com.


PLEASE CLICK INSTALL
Needless to say, if you install this please click the "Install" button. Thanks.

Show Your Support

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

Comments
  #132  
Old 06-09-2004, 07:44 PM
DWard's Avatar
DWard DWard is offline
 
Join Date: Mar 2004
Location: Peterborough, UK
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Managed to skin it moderately, works very well
Reply With Quote
  #133  
Old 06-09-2004, 07:53 PM
DWard's Avatar
DWard DWard is offline
 
Join Date: Mar 2004
Location: Peterborough, UK
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, managed to separate the article categories, like I have done with my forums
Reply With Quote
  #134  
Old 06-09-2004, 08:53 PM
Pitman's Avatar
Pitman Pitman is offline
 
Join Date: Dec 2001
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When editing an article, if you preview the changes and then save it, it saves the original. When you click preview, it enters the original text in the textbox.
Reply With Quote
  #135  
Old 06-09-2004, 08:58 PM
John's Avatar
John John is offline
 
Join Date: Mar 2002
Location: Norwich, UK
Posts: 1,543
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xQuEeNzNaZcHox
HTL compatible?
Nope.
Reply With Quote
  #136  
Old 06-10-2004, 12:49 AM
ap0c's Avatar
ap0c ap0c is offline
 
Join Date: Mar 2003
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed, nice job on the install.php adding the templates to all themes!
Reply With Quote
  #137  
Old 06-10-2004, 02:30 AM
Reeve of shinra's Avatar
Reeve of shinra Reeve of shinra is offline
 
Join Date: Oct 2001
Location: NYC
Posts: 1,896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on RC4 without no real problems... I had to actually change a vboption and then save to get it to work though.


Quote:
How does this look if legacy postbit is used?
You can take a look here -- I have to edit the templates a bit but I think thats more to do with my style than the hack or anything.

http://www.shinraonline.com/board/article.php?a=1
Reply With Quote
  #138  
Old 06-10-2004, 02:39 AM
designstylez designstylez is offline
 
Join Date: May 2004
Location: San Jose
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really nice...

Can someone please tell me how to integrate this hack with vbIndex?

Thanks =0)
Reply With Quote
  #139  
Old 06-10-2004, 06:47 AM
+d-cipher +d-cipher is offline
 
Join Date: Dec 2002
Location: NY
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Small modifications (working for me)

Whos Online:

Find in /includes/functions_online.php:
PHP Code:
case 'showgroups':
                        
$userinfo['action'] = $vbphrase['viewing_forum_leaders'];
                        break; 
under it add:
PHP Code:
case 'article':
                        
$userinfo['action'] = $vbphrase['viewing_articles'];
                        break; 
Still in includes/functions_online.php find:
PHP Code:
case 'showgroups.php':
                
$userinfo['activity'] = 'showgroups';
                break; 
Under it add:
PHP Code:
case 'article.php':
                
$userinfo['activity'] = 'article';
                break; 
Then add the following phrases:

Code:
Who's Online
Var: viewing_articles
Text: Viewing Articles
Admin Quick Stats Addition:

I plan on moderating all new articles so this is handy for me.

In ..admincp/index.php find:
PHP Code:
$newthreads $DB_site->query_first("SELECT COUNT(*) AS count FROM " TABLE_PREFIX "thread WHERE dateline >= $starttime"); 
Under it add:
PHP Code:
$newarticles $DB_site->query_first("SELECT COUNT(*) AS count FROM " TABLE_PREFIX "article WHERE dateline >= $starttime"); 
Still in ..admincp/index.php find:
PHP Code:
print_cells_row(array(
                
$vbphrase['new_threads_today'], vb_number_format($newthreads['count']),
                
$vbphrase['threads_awaiting_moderation'] . construct_link_code($vbphrase['view'], "../$modcpdir/moderate.php?$session[sessionurl]do=posts"), vb_number_format($threadcount['count']),
        ), 
00, -4'top'1); 
Under it add:
PHP Code:
print_cells_row(array(
                
$vbphrase['new_articles_today'], vb_number_format($newarticles['count']),
                
$vbphrase['articles_awaiting_moderation'] . construct_link_code($vbphrase['view'], "article.php?do=modarticles"), vb_number_format($articlecount['count']),
        ), 
00, -4'top'1); 
Add the following phrases:
Code:
Control Panel Home Pages
var: articles
text: Articles

Control Panel Home Pages
var: new_articles_today
text: New Articles Today

Control Panel Home Pages
var: articles_awaiting_moderation
text: Articles Awaiting Moderation
Reply With Quote
  #140  
Old 06-10-2004, 10:40 AM
Mone' Mone' is offline
 
Join Date: May 2002
Location: Australia
Posts: 246
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by +d-cipher
Small modifications (working for me)

Whos Online:

Find in /includes/functions_online.php:
PHP Code:
case 'showgroups':
                        
$userinfo['action'] = $vbphrase['viewing_forum_leaders'];
                        break; 
under it add:
PHP Code:
case 'article':
                        
$userinfo['action'] = $vbphrase['viewing_articles'];
                        break; 
Still in includes/functions_online.php find:
PHP Code:
case 'showgroups.php':
                
$userinfo['activity'] = 'showgroups';
                break; 
Under it add:
PHP Code:
case 'article.php':
                
$userinfo['activity'] = 'article';
                break; 
Then add the following phrases:

Code:
Who's Online
Var: viewing_articles
Text: Viewing Articles
Admin Quick Stats Addition:

I plan on moderating all new articles so this is handy for me.

In ..admincp/index.php find:
PHP Code:
$newthreads $DB_site->query_first("SELECT COUNT(*) AS count FROM " TABLE_PREFIX "thread WHERE dateline >= $starttime"); 
Under it add:
PHP Code:
$newarticles $DB_site->query_first("SELECT COUNT(*) AS count FROM " TABLE_PREFIX "article WHERE dateline >= $starttime"); 
Still in ..admincp/index.php find:
PHP Code:
print_cells_row(array(
                
$vbphrase['new_threads_today'], vb_number_format($newthreads['count']),
                
$vbphrase['threads_awaiting_moderation'] . construct_link_code($vbphrase['view'], "../$modcpdir/moderate.php?$session[sessionurl]do=posts"), vb_number_format($threadcount['count']),
        ), 
00, -4'top'1); 
Under it add:
PHP Code:
print_cells_row(array(
                
$vbphrase['new_articles_today'], vb_number_format($newarticles['count']),
                
$vbphrase['articles_awaiting_moderation'] . construct_link_code($vbphrase['view'], "article.php?do=modarticles"), vb_number_format($articlecount['count']),
        ), 
00, -4'top'1); 
Add the following phrases:
Code:
Control Panel Home Pages
var: articles
text: Articles

Control Panel Home Pages
var: new_articles_today
text: New Articles Today

Control Panel Home Pages
var: articles_awaiting_moderation
text: Articles Awaiting Moderation

well done very nice add-on
Reply With Quote
  #141  
Old 06-10-2004, 10:42 AM
animate animate is offline
 
Join Date: Apr 2004
Location: Vienna
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great hack John thanks,

does search function work ? in usergroup permission i can se "Can Search for Articles" but when i would like to search result is "not found"

greets seiya
Reply With Quote
Reply

Thread Tools

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 03:44 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05521 seconds
  • Memory Usage 2,370KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_code
  • (16)bbcode_php
  • (3)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
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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