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

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

Category: Forum Display Enhancements - Version: 3.8.x Rating:
Released: 04-18-2009 Last Update: 07-21-2009 Installs: 640
Uses Plugins Auto-Templates
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
  • Follows forum permissions
  • Can still rate thread, etc.
  • Different postbits for article and replies (comments)
  • Choose what to display in postbit for article and comments
  • Choose what to display on articles in vBulletin Options
* Not compatible with 3.7.x forums *

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
Possible Future Additions:
  • Make article collapsible
  • Allow multiple article forums
Translations:

Download Now

File Type: zip vb_articleforum v1.9.zip (19.4 KB, 2551 views)

Screenshots

File Type: jpg articles.jpg (97.6 KB, 0 views)
File Type: jpg phpm5XJDPAM.jpg (59.9 KB, 0 views)
File Type: jpg articles_altdisplay.jpg (102.2 KB, 0 views)
File Type: jpg phpdNSpFGAM.jpg (98.2 KB, 0 views)

Show Your Support

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

Comments
  #622  
Old 06-28-2009, 05:43 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Omar Al-Ansari View Post
Hi,

I am back again

just a quick question .. is there a way to show the categories list in a dropdown menu rather than how it is showing now?

thanks again
No
Reply With Quote
  #623  
Old 06-28-2009, 05:45 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hIBEES View Post
Hi,

nice mod, any way to change the "article" wording to your own custom one?

thanks
Yes, use the AdminCP phrase manager to change the phrases which contain articles
Reply With Quote
  #624  
Old 06-28-2009, 05:46 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Omar Al-Ansari View Post
Hello,

Ok so I have no experience in coding and I have copied a code that posts threads in to a specific forum and played with it to use it as a forum jump dropdown menu.

Now the only issue I am facing is to get it showing for unregistered users. I would appreciate the help if someone could explain it to me and remove anything that is not needed in it


HTML Code:
<form action="{$vbulletin->options[bburl]}/forumdisplay.php" method="get">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="showforum" />
<div style="width: 100px; height: 1px; padding: 0px; margin: 0px;"></div>
<div align="right" style="padding:$stylevar[cellpadding]px 0px $stylevar[cellpadding]px 0px;"><fieldset class="fieldset">
<legend>$vbphrase[go]</legend>
<div style="padding: 0px 0px $stylevar[cellpadding]px 0px;">				
<div><label for="sel_f">$vbphrase[category]</label></div>
				<select name="f" id="sel_f">
					$f_options
				</select></div>
<div style="text-align:center;"><input type="submit" class="button" value="$vbphrase[go]" /></div>

</fieldset></div>
</form>

Regards,
It will display for those with permission to post. so check their usergroup forum permission to post new threads in article forum.
Reply With Quote
  #625  
Old 06-28-2009, 05:47 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snoopy5 View Post
Hi

could you please post in the description of your mod, what you did change with the latest release in June and why?

Is it necessary to upgrade?
In the first post at the top there is a link to the version history.

If you are happy with your current version then there is no need to upgrade.
Reply With Quote
  #626  
Old 06-28-2009, 05:56 PM
Omar Al-Ansari Omar Al-Ansari is offline
 
Join Date: Jun 2009
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bananalive View Post
It will display for those with permission to post. so check their usergroup forum permission to post new threads in article forum.
Is there a way to have them to use this code to jump from one forum to another?

I wouldn't like to have unregistered users able to post in the Article.

sorry I am just trying to figure something out to sort this thing as I am using the Mod to be the main forum which could have over 50 forums and subforums and it does not look good with the list being that long. I have plans to extend this list to be a lot more than that number of forums.

Reply With Quote
  #627  
Old 06-29-2009, 07:46 AM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Omar Al-Ansari View Post
Is there a way to have them to use this code to jump from one forum to another?

I wouldn't like to have unregistered users able to post in the Article.

sorry I am just trying to figure something out to sort this thing as I am using the Mod to be the main forum which could have over 50 forums and subforums and it does not look good with the list being that long. I have plans to extend this list to be a lot more than that number of forums.

You'll need to edit template: af_catbit making each category an <option> and then use your above code.
Reply With Quote
  #628  
Old 06-29-2009, 09:30 AM
Omar Al-Ansari Omar Al-Ansari is offline
 
Join Date: Jun 2009
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bananalive View Post
You'll need to edit template: af_catbit making each category an <option> and then use your above code.
an example of the <option> would be great

examples for dummies
Reply With Quote
  #629  
Old 06-29-2009, 02:33 PM
skooby skooby is offline
 
Join Date: May 2006
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bananalive View Post
In the same template: af_articlebit
Find
HTML Code:
width: expression(this.width > 100 ? 100: true);
Replace with
HTML Code:
width: expression(this.width > 120 ? 120: true);
I had a quick look into the word limit in cmps but couldn't work out why it wasn't working, i'll have to have another look.
Thank You! I'm still having the CMPS issue but everything else is working wonderfully!
Reply With Quote
  #630  
Old 06-29-2009, 09:05 PM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I too having problems with size of preview.. If I set it to 0 the it will post all of it without attachment. any other numbers (1- / 1 to 100000) will only show around 25 words or so with attachment..

Also, enabling BBCode option makes the page go all over the place

I know you'll have to click the article title to read more.. can you add [Read Mode] to it please?

Thanks
Reply With Quote
  #631  
Old 07-01-2009, 06:41 PM
rabidkevin rabidkevin is offline
 
Join Date: Aug 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting a javascript error when I view an article. This doesn't happen on any other page of my forum or vb advanced or the 5 other major addons I have.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Wed, 1 Jul 2009 19:41:04 UTC

Message: 'this.controlobj' is null or not an object
Line: 11
Char: 1384
Code: 0
URI: http://www.eternalbeats.net/forums/c..._menu.js?v=382
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 03:28 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.05225 seconds
  • Memory Usage 2,362KB
  • 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
  • (3)bbcode_html
  • (8)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
  • (3)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
  • (5)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