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
  #632  
Old 10-19-2004, 11:24 AM
BarHopper BarHopper is offline
 
Join Date: Mar 2003
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And my question, ujusta simple error, witht ehr ebeing no Add button displayed, thats all.
Reply With Quote
  #633  
Old 10-22-2004, 01:18 PM
zerinS4 zerinS4 is offline
 
Join Date: Jun 2002
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay I upgraded to vB 3.0.3 today and now the articles page just displays a plain white page. What did I break?
Reply With Quote
  #634  
Old 10-22-2004, 01:23 PM
SVTOA SVTOA is offline
 
Join Date: Oct 2002
Location: In a fishbowl
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Blank white pages usually means missing templates.
Reply With Quote
  #635  
Old 10-23-2004, 12:32 AM
lakers6473 lakers6473 is offline
 
Join Date: Sep 2004
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I try installing the article:

Quote:
Log into the Admin Control Panel.
Expand "vBulletin Options", and click on the "vBulletin Options" link.
Scroll to the bottom, click v3 Articles - click "Edit Settings".
Click on "Save".
When i get to this part. and view the v3 Articles. its blank ( meaning i get no selections) when i click on save it says "NOTHING TO DO"

When i go to the article section and click on an article i get this

Quote:
Database error in vBulletin 3.0.3:

Invalid SQL: SELECT * FROM article
WHERE categoryid=1 AND (articleuserid=1 OR open IN (0,1)) ORDER BY dateline DESC LIMIT 0,
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 2

mysql error number: 1064

Date: Friday 22nd of October 2004 09:54:45 PM
Script: http://www.stiffedagain.net/forums/article.php?c=1
Referer: http://www.stiffedagain.net/forums/article.php
Username: Lakers6473

what did i do wrong here and how would i go about fixing it?
Reply With Quote
  #636  
Old 10-23-2004, 05:37 AM
Kwak Kwak is offline
 
Join Date: Sep 2003
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wassup guys,

I've edited the admincp files and that worked out.
I've created a new Bot and assigned the User ID in the settings. But I have no idea what to fill out for:

Regex Search & Replace for Titles

and

Regex Search & Replace for Descriptions

search & replace boxes.
Reply With Quote
  #637  
Old 10-24-2004, 06:51 AM
fiber1's Avatar
fiber1 fiber1 is offline
 
Join Date: Jun 2004
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I finally found my last issue conflicting between this hack and the VB Journal hack.

In includes/init.php

Journal has this for UserGroup permmisions:

PHP Code:
'canviewcomments'    => 4
and

Articles has this for UserGroup permmisions:

PHP Code:
'canviewcomments'    => 2
So, If you go into AdminCp/Usergroup Manager/Edit Usergroup and look for these 2 permissions:

Articles/ Can View Comments

Journal Permissions/ Can View Comments

If you select YES on either one of these it automatically kicks the YES and/or NO radial selection out of the other selection.

Thought I would give a heads up on this for those that may incounter this issue.

I don't have a fix for it, nor do I know why its and issue, (I can assume why) for I am not qualified to know what to do.

If anyone else know how to fix the issue it would be greatly appreciated.
Reply With Quote
  #638  
Old 10-24-2004, 11:56 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fiber1
Well, I finally found my last issue conflicting between this hack and the VB Journal hack.

In includes/init.php

Journal has this for UserGroup permmisions:

PHP Code:
'canviewcomments'    => 4
and

Articles has this for UserGroup permmisions:

PHP Code:
'canviewcomments'    => 2
So, If you go into AdminCp/Usergroup Manager/Edit Usergroup and look for these 2 permissions:

Articles/ Can View Comments

Journal Permissions/ Can View Comments

If you select YES on either one of these it automatically kicks the YES and/or NO radial selection out of the other selection.

Thought I would give a heads up on this for those that may incounter this issue.

I don't have a fix for it, nor do I know why its and issue, (I can assume why) for I am not qualified to know what to do.

If anyone else know how to fix the issue it would be greatly appreciated.
The fix is already in the vB Journal thread, and has been for a while.

https://vborg.vbsupport.ru/showpost....&postcount=114
Reply With Quote
  #639  
Old 10-24-2004, 01:28 PM
lovevn lovevn is offline
 
Join Date: May 2004
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have tried my best to install this hack but I still have some problem with the mysql . The install script can not insert setting group and phrase in to my database. I want to insert the mysql of article in to my database manually . Can any one write (convert the install.php) a mysql file for this hack ?

Thanks in advance!
Reply With Quote
  #640  
Old 10-24-2004, 04:11 PM
fiber1's Avatar
fiber1 fiber1 is offline
 
Join Date: Jun 2004
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M
The fix is already in the vB Journal thread, and has been for a while.

https://vborg.vbsupport.ru/showpost....&postcount=114
Thanks Paul.

Just one of those moments I guess.
Reply With Quote
  #641  
Old 10-25-2004, 04:20 AM
Kwak Kwak is offline
 
Join Date: Sep 2003
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by iKwak
Wassup guys,

I've edited the admincp files and that worked out.
I've created a new Bot and assigned the User ID in the settings. But I have no idea what to fill out for:


Regex Search & Replace for Titles
&
Regex Search & Replace for Descriptions

search & replace boxes.
Bump.


I am getting e-mails of my cronjob:
Status: 404
Content-type: text/html
X-Powered-By: PHP/4.3.9
No input file specified.


Did I type in the wrong URL for cronjob?
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 06:36 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04973 seconds
  • Memory Usage 2,318KB
  • 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_php
  • (5)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