vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v3.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 05-23-2011, 07:21 PM
sfnet sfnet is offline
Senior Member
 
Join Date: Jan 2008
Posts: 156
Default News.php Modification: How do I modify this code related to attachments?

Currently, there are three options listed under 'Enable Attachments'

Quote:
Turn this option on to display the attachments associated with each news post.

* - No
* - Yes, First Attachment Only
* - Yes, All Attachments
Is there a slight modification or tweak I could make to the News Module so that when I select "Yes, First Attachment Only", it actually displays the First Three Attachments only??

I appreciate any feedback/advice anybody can give. I am a totally novice when it comes to reading/interpreting PHP.
Reply With Quote
  #2  
Old 05-24-2011, 02:38 AM
sfnet sfnet is offline
Senior Member
 
Join Date: Jan 2008
Posts: 156
Default

Answer:

After the following code in news.php:
Quote:
SELECT attachmentid, filename, filesize, dateline, postid, IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail, counter, attachment.thumbnail, attachment.thumbnail_dateline, LENGTH(attachment.thumbnail) AS thumbnailsize, newwindow, visible
* *FROM " . TABLE_PREFIX . "attachment AS attachment
* *LEFT JOIN " . TABLE_PREFIX . "attachmenttype AS attachmenttype ON (attachment.extension = attachmenttype.extension)
* *WHERE postid IN(" . implode(',', $newspids) . ")
* * AND visible = 1
* *" . iif($mod_options['portal_news_showattachments'] != 2, 'GROUP BY attachment.postid') . "
* *ORDER BY attachmentid
Add

Limit 0,3

Save and Enjoy!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
adding related news on link pages Gurilla "How Do I..." Questions 1 03-22-2010 11:48 AM
vB referral code:Can you modify the URL to send traffic to the home page/vbadvanced sfnet Troubleshooting & Problems 1 07-18-2009 09:40 AM
News / Announcements Modification !! kartik786 Modifications (version 3.x & 2.x) 18 05-29-2008 07:43 PM
Need to modify the code to remove top navigation one_sad_episode "How Do I..." Questions 2 10-24-2007 01:58 PM
News Module Modification adnan Modifications (version 3.x & 2.x) 3 08-14-2007 02:54 AM


All times are GMT -4. The time now is 01:51 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.