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

Reply
 
Thread Tools
Article Forums Module for vBa CMPS for vB4 Details »»
Article Forums Module for vBa CMPS for vB4
Version: 1.5, by av8or1 av8or1 is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Category: Portal Software - Version: 4.1.3 Rating:
Released: 06-17-2011 Last Update: Never Installs: 23
Translations  
No support by the author.

Article Forums Module for vBa CMPS

Created by bananalive. Ported to vB4 by av8or1.

Tested on 4.1.3 only. It should work on other vB4 versions, but I make no guarantees. I will try to offer some support for those versions if necessary; also no guarantees.

History

My forum membership chose to purchase the non-CMS vB variant, so in doing some research to find something we could use as "the face" of our forum, I found vBadvanced. We now use vBa as our "splash page." We had plenty of material that could serve as an articles section however, so the articles mod was essential. After discovering that there was a vBa articles module for vB 3.8, I knew that our forum could really use it. Since no version was available for vB4 however this presented a problem. So being a software type I decided to just create one myself by modifying bananalive's 3.8 version (rather extensively). Afterwards I checked in with him regarding the successful port and he blessed the notion of sharing it with everyone else. Thus here it is with his full permission. Hope it helps you just as it has helped the appearance and content of our forum.

What does this modification do?

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

Demo
(I currently have it set to appear in the right column with maxthreads = 2)
Russian Cars Forum

Requires
Installation
  • Import recentarticlesv1.5.xml into vBa CMPS
    vBa CMPS -> Download / Upload Module -> Upload Module
  • Add Module to vBa page
    vBa CMPS -> Edit Pages

Please click Mark as INSTALLED in order to receive whatever support I have time to offer. All donations are greatly appreciated.

Upgrade
  • Uninstall existing product and install this new one

Changelog
v1.5, released 18 Jun 2011
- Ported to vB4

v1.4, released 11 Jun 2009
- Initial release

Download Now

File Type: zip vba_module_recentarticles v1.5.zip (5.9 KB, 130 views)

Screenshots

File Type: jpg Articles Module Right Column.jpg (157.6 KB, 0 views)
File Type: jpg Articles Module Options.jpg (168.1 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 09-17-2012, 08:56 AM
Finger78 Finger78 is offline
 
Join Date: Feb 2007
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know this is an old thread but I have one question that "should" be a simple fix for those of you that are more savvy than I with vB and vBa

The module is working great and is exactly what I need, there is only one small issue. The article title is being highlighted and looks pretty horrible on this dark colored site.

When I look at the source this is the offending item:
Code:
<div class="blockrow" style="padding:10pxpx 0px 10pxpx 0px; border-top-width: 1px; border-top-style: dotted; overflow: hidden; clear: both;">


<div style=""><div class="highlight bigfont" style="padding:0px 0px 0px 0px;"><a href="http://www.example.com/showthread.php?t=7Thread_Title_Example" id="thread_title_7" style="font-weight:bolder">Thread_Title_Example2</a></div>
<div class="smallfont" style="padding:0px 0px 10pxpx 0px;"><span class="shade "><a href="member.php?u=1">Poster</a></span>  1 Day Ago 03:09 AM</div>
<div style="text-align: center;">
<iframe title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/videoAddY" frameborder="0" allowfullscreen=""></iframe>
 </div><br>
</div>
</div>
I have included a screenshot of the yellow highlight (within the red box), could someone please tell me how to remove the highlight, it's the only thing from keeping this perfect.
Attached Images
File Type: jpg highlighted_textline.jpg (33.8 KB, 0 views)
Reply With Quote
  #13  
Old 09-17-2012, 02:46 PM
MegaManSec MegaManSec is offline
 
Join Date: Aug 2011
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Finger78 View Post
I know this is an old thread but I have one question that "should" be a simple fix for those of you that are more savvy than I with vB and vBa

The module is working great and is exactly what I need, there is only one small issue. The article title is being highlighted and looks pretty horrible on this dark colored site.

When I look at the source this is the offending item:
Code:
<div class="blockrow" style="padding:10pxpx 0px 10pxpx 0px; border-top-width: 1px; border-top-style: dotted; overflow: hidden; clear: both;">


<div style=""><div class="highlight bigfont" style="padding:0px 0px 0px 0px;"><a href="http://www.example.com/showthread.php?t=7Thread_Title_Example" id="thread_title_7" style="font-weight:bolder">Thread_Title_Example2</a></div>
<div class="smallfont" style="padding:0px 0px 10pxpx 0px;"><span class="shade "><a href="member.php?u=1">Poster</a></span>  1 Day Ago 03:09 AM</div>
<div style="text-align: center;">
<iframe title="YouTube video player" width="640" height="390" src="//www.youtube.com/embed/videoAddY" frameborder="0" allowfullscreen=""></iframe>
 </div><br>
</div>
</div>
I have included a screenshot of the yellow highlight (within the red box), could someone please tell me how to remove the highlight, it's the only thing from keeping this perfect.
If you want, edit the stylevar value 'highlight_background' (admincp ->Styles & Templates -> style manager ->your style -> stylevars) to something else. that should fix it. and will avoid any future problems.
Reply With Quote
  #14  
Old 09-17-2012, 03:21 PM
Finger78 Finger78 is offline
 
Join Date: Feb 2007
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I actually fixed the issue by removing the highlight bigfont from the product XML and re-uploaded it and that has seemed to correct the highlighting issue.

Thanks for trying to help me however, I appreciate it.
Reply With Quote
  #15  
Old 03-07-2013, 03:56 AM
dizzynation's Avatar
dizzynation dizzynation is offline
 
Join Date: Jun 2011
Posts: 279
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No go on vbulletin 4.2
Reply With Quote
  #16  
Old 07-26-2014, 07:30 PM
garym garym is offline
 
Join Date: Feb 2011
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this working well on my forum but would like it to have the same look as the article preview on the articles page, any idea where to get started on that?
Reply With Quote
  #17  
Old 08-01-2014, 01:11 PM
cdoyle cdoyle is offline
 
Join Date: Oct 2004
Posts: 462
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is exactly what I was looking for!
I have it working on my site, but for some reason I can't get it to display in the right column like the screenshot. Even though I have it set to display on the right, it displays in the center. Anyone know why?

I also noticed that even though I have it set to display the pageviews, it doesn't.
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 08:56 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.04183 seconds
  • Memory Usage 2,296KB
  • Queries Executed 23 (?)
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
  • (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
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (1)post_thanks_box_bit
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (4)postbit_attachment
  • (7)postbit_onlinestatus
  • (7)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