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
  #912  
Old 07-27-2010, 01:34 PM
Robert9 Robert9 is offline
 
Join Date: Oct 2001
Location: super
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BTW: May someone has an idea why i cannot recreate my thumbnails? Maybe this is because i have them in the database and not as files?

Anyway i look now for this part of code:

PHP Code:
<if condition="$thread['attachmentid'] AND $thread['thumbsize']">

test1

<div style="float:left; padding-top:5px; padding-right: $stylevar[cellpadding]px; padding-bottom: 24px; $thumbdivstyle"><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><img src="attachment.php?attachmentid=$thread[attachmentid]&amp;stc=1&amp;thumb=1" alt="" border="0" /></a></div>
</if>

test2

<if condition="$thread['altimage'] && $thread['image']">

test3

<div style="float: left; padding-right: $stylevar[cellpadding]px; padding-bottom: 4px; max-width: 100px; max-height: 100px; overflow: hidden; $thumbdivstyle"><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><img src="$thread[image]alt="" border="0" style="max-width: 100px; max-height: 100px;  width: expression(this.width > 100 ? 100: true);" /></a></div>
</if> 
It looks like that the conditions are not true, so i have no pics at the startpage. I try to find out more.
Reply With Quote
  #913  
Old 07-27-2010, 02:05 PM
Robert9 Robert9 is offline
 
Join Date: Oct 2001
Location: super
Posts: 171
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ich schreibe das in Deutsch, dann kann es jemand ?bersetzen. Mein Englisch scheint mir nicht ausreichend zu sein.

Das plug-in funktioniert einwandfrei, wenn man f?r sein Forum schon immer Thumbnails genutzt hat. Genau dann existiert zu jedem Bild ein Thumb, das in der Artikel-Vorschau genutzt werden kann. Genau dann ?ndert sich in allen Unterforen nichts.

$vbulletin->options['attachthumbs'] = 1; (siehe oben)

Hat man in seinem Forum zeitweise die Einstellung "zeige keine Thumbs" aktiviert, werden Bilder hochgeladen f?r die kein Thumb erstellt wird. Genau jetzt bekommt man durch die globalen Einstellung des plug-ins das Problem, dass ?berall nur Links angezeigt werden, weil ja keine Thumbs da sind.

Eine L?sung habe ich noch nicht parat. Am einfachsten erscheint es mir, beim Upload ?ber den Formularaufruf eine Variable zu ?bergeben, damit dann vor dem Upload tempor?r auf "Nutze Thumbnails" geschaltet wird.

Somit h?tte ich meine Vorschau, aber sonst keine Thumbs im Forum.


BTW: Wie kann man Thumbs erstellen und es dem User ?berlassen, ob er Vollbilder, Thumbs oder nichts sehen will. Immo gibt es wohl nur die Frage "Bilder anzeigen oder nicht".
Reply With Quote
  #914  
Old 07-29-2010, 02:02 AM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I add this to a test board...I love it..Awesome addon, Thank you
Reply With Quote
  #915  
Old 07-29-2010, 05:49 AM
Artes_Marciales Artes_Marciales is offline
 
Join Date: Jun 2007
Posts: 278
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, THANKS!!!! : )
Reply With Quote
  #916  
Old 07-29-2010, 01:59 PM
vBarsiv vBarsiv is offline
 
Join Date: Jul 2010
Location: Turkey / Manisa
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had tried before. The only thing I notice, almost every plug-in conflicts. represents and the great outdoors.
Reply With Quote
  #917  
Old 08-18-2010, 12:42 PM
TitanJeff's Avatar
TitanJeff TitanJeff is offline
 
Join Date: Jul 2002
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Needing some help with some code:

I am wanting images imported from a thread to follow the format of af_articlebit. But, with BBCode on, it doesn't work.

Here's the code:
<if condition="$thread['altimage'] && $thread['image']">
<div style="float: left; padding-right: $stylevar[cellpadding]px; padding-bottom: 4px; max-width: 100px; max-height: 100px; overflow: hidden; $thumbdivstyle"><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]"><img src="$thread[image]" alt="" border="0" style="max-width: 100px; max-height: 100px; width: expression(this.width > 100 ? 100: true);" /></a></div>
</if>

I'm thinking the <if condition="$thread['altimage'] && $thread['image']"> is the issue.

Anyone have any suggestions? Thanks.
Reply With Quote
  #918  
Old 11-04-2010, 11:38 PM
Fifth Dimension Fifth Dimension is offline
 
Join Date: Jan 2010
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a very long thread so I hope no one minds if I ask a question that may have been already been answered.

I like this mod, but when you click on the article forum from the main list of forums, it gives you that "Redirecting........" message, before it takes you to the articles forum. It doesn't do that when you click on the tab "Articles" next to "User CP", but for some reason does so when you click on it from the forum listings.

Is there a way to change this so that this doesn't happen when trying to navigate to the articles forum from forumhome? The slight drag of "Redirecting...." can be a bit off-putting in what is an otherwise fantastic mod.

Any assistance is appreciated. thanks.
Reply With Quote
  #919  
Old 11-05-2010, 10:36 AM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Fifth Dimension View Post
This is a very long thread so I hope no one minds if I ask a question that may have been already been answered.

I like this mod, but when you click on the article forum from the main list of forums, it gives you that "Redirecting........" message, before it takes you to the articles forum. It doesn't do that when you click on the tab "Articles" next to "User CP", but for some reason does so when you click on it from the forum listings.

Is there a way to change this so that this doesn't happen when trying to navigate to the articles forum from forumhome? The slight drag of "Redirecting...." can be a bit off-putting in what is an otherwise fantastic mod.

Any assistance is appreciated. thanks.

https://vborg.vbsupport.ru/showpost....&postcount=758
Reply With Quote
  #920  
Old 11-05-2010, 04:41 PM
Fifth Dimension Fifth Dimension is offline
 
Join Date: Jan 2010
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Blind-Eddie/Mr. McGraw, thank you so much!! I really appreciate it.
Reply With Quote
  #921  
Old 11-07-2010, 06:10 AM
Fifth Dimension Fifth Dimension is offline
 
Join Date: Jan 2010
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another question regarding this mod.

Currently, this mod pulls the text in the article preview section from the non-quoted text in the first post. One can have a very long post, but if it is all in quotes, then it won't show in the preview portion on the article forum homepage.

Is there a simple way to change this so that when it does pull from the article text for preview, it will pull from the quoted text as well?

Thanks.
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 02:25 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.05641 seconds
  • Memory Usage 2,358KB
  • 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_php
  • (1)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
  • (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