Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

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
  #222  
Old 06-19-2011, 10:17 PM
fabrice fabrice is offline
 
Join Date: Nov 2007
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
Thank you for this hack voila just a little concern the substance of the articles and how to put a transparent white background thank you



Reply With Quote
  #223  
Old 06-29-2011, 11:57 PM
radiofranky radiofranky is offline
 
Join Date: Jun 2011
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you pull threads from a specific forum?

thanks
Reply With Quote
  #224  
Old 07-04-2011, 04:01 PM
CLSSY56 CLSSY56 is offline
 
Join Date: May 2009
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not seeing the Article Options in my control pannel ???
Reply With Quote
  #225  
Old 07-28-2011, 02:04 PM
mitch84 mitch84 is offline
 
Join Date: Mar 2008
Location: france
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

with vb4.1.5 this text appear when I want promote a article
Quote:
Fatal error: Cannot use object of type vB_Legacy_Thread as array in /home/XXXX/public_html/packages/vbcms/content.php(994) : eval()'d code on line 2
thx
Reply With Quote
  #226  
Old 07-30-2011, 06:20 PM
Preech Preech is offline
 
Join Date: Aug 2002
Location: Fort Campbell
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I am currently using vb4.1.4

I was having this problem:
PHP Code:
Fatal errorCannot use object of type vB_Legacy_Thread as array in /home/XXXX/public_html/packages/vbcms/content.php(994) : eval()'d code on line 2 
So edit my content.php on line (994) as such:
PHP Code:
    //    ($hook = vBulletinHook::fetch_hook('showthread_query_postids')) ? eval($hook) : false; 
Now I am able to publish articles to the CMS, as well as click on the links to view them, or edit them.

Visit here http://www.streetblaze.net/streetblaze, and click on either Test or Test 2 to verify that it works well.
Reply With Quote
  #227  
Old 07-31-2011, 12:12 PM
GeorgeB85 GeorgeB85 is offline
 
Join Date: Nov 2008
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

One feature suggestion I would like to see is when you are creating categories, that you can have some, that are not clickable.

For instance, one of my main categories is: Real Estate.

Now a subcategory would be Wholesaling. However, I don't want the Real Estate to be clickable. I do have it set to where no one could make a article post, but I know I will get people emailing or PMing me, telling me something is wrong..
Reply With Quote
  #228  
Old 08-03-2011, 12:37 PM
Seahunter's Avatar
Seahunter Seahunter is offline
 
Join Date: Apr 2011
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to stick an article? Not working on my article forum. I can choose it but article doesn't stick.
Reply With Quote
  #229  
Old 09-07-2011, 02:42 PM
ffaat ffaat is offline
 
Join Date: Apr 2010
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any way to display the ratings and allow sorting by ratings in the list view?

-Rob A>
Reply With Quote
  #230  
Old 09-08-2011, 08:50 PM
ffaat ffaat is offline
 
Join Date: Apr 2010
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ffaat View Post
Is there any way to display the ratings and allow sorting by ratings in the list view?

-Rob A>
The code is there to do it, but it doesn't seem to work (vBulletin 4.1.5 Patch Level 1)

When I disable this mod, the default forum views display the rating and sorting by ratings, but when I point this mod at the forum it does not display this... The code is the same between the two - so there is a problem with the check???
Code:
<vb:if condition="$show['threadratings']"><option value="voteavg" {vb:raw sort.voteavg}>{vb:rawphrase article_rating}</option></vb:if>
Any suggestions why this doesn't work?

-Rob A>
Reply With Quote
  #231  
Old 10-20-2011, 02:01 AM
Sforums Sforums is offline
 
Join Date: Dec 2010
Posts: 142
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fantastic mod!
Installed, rated and nominated! (vb 4.1.0. PL2)
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 05:05 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.04804 seconds
  • Memory Usage 2,337KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_php
  • (2)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
  • (2)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