Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Article Forums v4.x Details »»
Article Forums v4.x
Version: 4.1.2, by bananalive bananalive is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 4.0.x Rating:
Released: 02-27-2010 Last Update: 04-26-2011 Installs: 327
Uses Plugins
Additional Files Translations  
No support by the author.

Turn a forum into an article forum. Sub-forums are turned into categories.
  • Posts/Articles show in searches & in new posts
  • Create as many sub-forums/ categories as you need - categories display in navbar
  • Follows forum permissions
  • Can still rate thread, etc.
  • Different postbits for article and replies (comments) - Optional
  • Choose what to display in postbit for article and comments
  • Choose what to display on articles in vBulletin Options
Installation:
  1. Upload articles.php
  2. Import product file
  3. Create a forum in admincp
  4. Go to vBulletin Options->Article forum Options
Remember to click Mark as Installed to receive updates and support

Download Now

File Type: zip vb_articleforum_v4.1.2.zip (24.3 KB, 1440 views)

Screenshots

File Type: jpg 4_main.jpg (112.3 KB, 0 views)
File Type: jpg 4_subcat.jpg (87.1 KB, 0 views)
File Type: jpg 4_thread.jpg (77.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
kylek

Comments
  #42  
Old 03-13-2010, 11:38 PM
Jabong82 Jabong82 is offline
 
Join Date: Feb 2010
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump for support
Reply With Quote
  #43  
Old 03-14-2010, 04:32 AM
mandingo's Avatar
mandingo mandingo is offline
 
Join Date: Jun 2008
Posts: 307
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrEyes View Post
A really nasty hack to resolve another of the quirks:



To do this you need to add an additional option to ACP - Settings - Article Forum Options, where you specify a comma delimited list of all forum ids that are articles forums (i.e. 7,11,15). Call this af_allarticleforums

Then change the Easy Forms - Forms Tab (Process Templates Complete) hook code to read:

Code:
if ($vbulletin->options['af_navbar'])
{
	if (THIS_SCRIPT == 'articles')
	{
		$vbulletin->options['selectednavtab'] = 'articles'; 
	}
	else if (($vbulletin->GPC['forumid']) && (in_array($vbulletin->GPC['forumid'], explode(',', $vbulletin->options['af_allarticleforums']))))
	{
		$vbulletin->options['selectednavtab'] = 'articles'; 
	}
	
	$templater = vB_Template::create('af_navbar');
	$template_hook['navtab_middle'] .= $templater->render();
}
A very nasty hacky way of doing it, but I am trying to avoid rewriting the core of the mod
How to set up that option in the admincp?
Reply With Quote
  #44  
Old 03-14-2010, 05:31 AM
rexxxy rexxxy is offline
 
Join Date: Nov 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

whenever i use attach images it wont resize like if i use a html insert image

http://www.reggaeme.com/articles.php?

how do i fix that to make them all resize to the same image like the 3.x
version
Reply With Quote
  #45  
Old 03-15-2010, 07:59 PM
LordDB LordDB is offline
 
Join Date: Aug 2006
Location: CoffeeFads.Co.Uk
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice one... how can we get this to work with vBa CMPS, please?
Reply With Quote
  #46  
Old 03-15-2010, 08:21 PM
akvaryumforum akvaryumforum is offline
 
Join Date: Mar 2007
Location: T?rkiye
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by akvaryumforum View Post
CMS articles crashes if used with "[CMS] Use original thread for comments" mod by Carnage.

When try to read, add or promote a thread or post to an article there is an error massage show. It's here:

Code:
Fatal error: Cannot use object of type vB_Legacy_Thread as array in /.../.../.../.../public_html/forum/packages/vbcms/content.php(985) : eval()'d code on line 25
Still the error stays. This 2 add-ons are both important for me. I use artcile forumsa as a different way. Is there a way to fix this conflict?
Reply With Quote
  #47  
Old 03-15-2010, 10:07 PM
Jabong82 Jabong82 is offline
 
Join Date: Feb 2010
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by akvaryumforum View Post
Still the error stays. This 2 add-ons are both important for me. I use artcile forumsa as a different way. Is there a way to fix this conflict?
x2 is there any way to fix this error?
Reply With Quote
  #48  
Old 03-16-2010, 07:17 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have problem when create one article....

Cannot use object of type vB_Legacy_Thread as array in /home/xxxxxxx/public_html/packages/vbcms/content.php(985) : eval()'d code on line 25

Can help me anyone for this....?
Reply With Quote
  #49  
Old 03-16-2010, 09:06 AM
mitch84 mitch84 is offline
 
Join Date: Mar 2008
Location: france
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mitch84 View Post
Hi, with the hack I've a error message when I edit a article on the front pack(cms), so when the hack is desactivated or uninstalled my cms work fine, thx
Quote:
Originally Posted by RedHacker View Post
I have problem when create one article....

Cannot use object of type vB_Legacy_Thread as array in /home/xxxxxxx/public_html/packages/vbcms/content.php(985) : eval()'d code on line 25

Can help me anyone for this....?
cms don't work with this hack
Reply With Quote
  #50  
Old 03-16-2010, 09:17 AM
Jabong82 Jabong82 is offline
 
Join Date: Feb 2010
Posts: 304
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mitch84 View Post
cms don't work with this hack
Yah I kinda figured that one out the hard way heh. So is it basically we can either have the forum or the CMS page?
Reply With Quote
  #51  
Old 03-17-2010, 05:46 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mitch84 View Post
cms don't work with this hack
Oh no....


Please update the modification to work with CMS
Reply With Quote
Reply


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 12:46 PM.


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.04817 seconds
  • Memory Usage 2,344KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete