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

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

Category: Portal Software - Version: 3.8.x Rating:
Released: 06-10-2009 Last Update: 06-11-2009 Installs: 151
Translations  
No support by the author.

This allows a module to be placed onto vBa CMPS page with same look (including thread thumbnail) as Article Forums.


Requires:Installation
  • Import .module file into vBa CMPS
    vBa CMPS -> Download / Upload Module -> Upload Module
  • Add Module to vBa page
Don't forget to Mark as Installed

Download Now

File Type: zip vba_module_recentarticles v1.4.zip (5.6 KB, 916 views)

Show Your Support

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

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

Quote:
Originally Posted by Merjawy View Post
you did it bananalive :

great work,, its working great now with different numbers.. Thanks

if you can just add a lil request please,, add [Read More]

I know I posted in your other mod .. sorry for the double post.


Thanks again
Find in template af_threadbit
HTML Code:
$thread[preview]
Add After:
HTML Code:
 [Read More]
Reply With Quote
  #33  
Old 07-17-2009, 04:47 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Martyn1983 View Post
Top notch!

Quick query - on the portal, where the items of news are listed you have 'by (author)' - where about is this text listed for making minor alterations? For example, I'd like it to perhaps say 'Posted by...Author'

Cheers
Find in template :
HTML Code:
<phrase 1="member.php?u=$post[userid]" 2="">$vbphrase[by_x]</phrase>
Replace:
HTML Code:
Posted by... <a href="member.php?u=$post[userid]" rel="nofollow">$post[username]</a>
Reply With Quote
  #34  
Old 07-17-2009, 04:47 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Feanor_87 View Post
Great Mod, works perfect, thanks!

Is there anyway to show the HTML Markup on the usernames?
No.
Reply With Quote
  #35  
Old 07-17-2009, 04:51 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bram H View Post
would it be possible to outline the thumbnails to the right bananalive?
Find in af_articlebit:
HTML Code:
<div style="float: left; padding-right: $stylevar[cellpadding]px; padding-bottom: 4px; $thumbdivstyle">
Replace with:
HTML Code:
<div style="float: right; padding-left: $stylevar[cellpadding]px; padding-bottom: 4px; $thumbdivstyle">
Reply With Quote
  #36  
Old 07-17-2009, 04:51 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vgevolution View Post
Hmm, it would be nice to be able to choose which categories this pulls articles from for the listing. That would make it VERY useful.
I'm not sure what you mean.
Reply With Quote
  #37  
Old 07-18-2009, 04:19 AM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bananalive View Post
Find in template af_threadbit
HTML Code:
$thread[preview]
Add After:
HTML Code:
 [Read More]

Thanks bananalive ... works great now
Reply With Quote
  #38  
Old 07-18-2009, 04:47 AM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bananalive View Post
Find in template :
HTML Code:
<phrase 1="member.php?u=$post[userid]" 2="">$vbphrase[by_x]</phrase>
Replace:
HTML Code:
Posted by... <a href="member.php?u=$post[userid]" rel="nofollow">$post[username]</a>
Thanks for that too,, you could add it to af_articlebit like I did and looks great there too
Reply With Quote
  #39  
Old 07-19-2009, 01:18 AM
rasp187 rasp187 is offline
 
Join Date: Dec 2005
Location: Ohio
Posts: 112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks great but I am having a slight problem. For some reason it's not displaying any of the thread information on the main page. It shows the title, an image, and the author, but no information of what's contained within the thread. I've played around with numerous settings and still can't figure it out. The website is www.thecatacombs.net

Thank you.
Reply With Quote
  #40  
Old 07-19-2009, 10:52 PM
Martyn1983 Martyn1983 is offline
 
Join Date: Nov 2008
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Merjawy View Post
Thanks for that too,, you could add it to af_articlebit like I did and looks great there too
I'm maybe having a thick moment, but I cant find the line to change in any of the template files!
Reply With Quote
  #41  
Old 07-20-2009, 02:21 AM
38modify 38modify is offline
 
Join Date: May 2009
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi all. First of all this mod was excellent!! Works perfect for what I needed. I am wondering however... I need 2 news type deals (For seperate pages)

I can only select 1 forum to be the news in my admin cp. Is there anyway to do more than 1? as in how could I get 2 to 3 other forurm categories on my site to do the same thing?

Thanks in advance.
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:38 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04610 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
  • (10)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
  • (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
  • (1)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