vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > Bugs & Issues > Bugs From 2.0.0

Reply
 
Thread Tools Display Modes
  #1  
Old 12-01-2005, 01:21 AM
Spinball Spinball is offline
Member
 
Join Date: Sep 2004
Posts: 84
Default Reply/Replies displayed wrongly in news bit

Hi folks.
Please look at the attached screen capture. The thread with lots of views shows 'Reply' rather than 'Replies'.
Attached Images
File Type: jpg Image1.jpg (75.2 KB, 15 views)
__________________
Stuart Wright, founder of AVForums.com.
Very grateful user of vBAdvanced.
Reply With Quote
  #2  
Old 12-01-2005, 04:37 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Reply/Replies displayed wrongly in news bit

Looks like the comma in the number is throwing off the count. If you'll look in your modules/news.php file for this code:
PHP Code:
$news process_thread_array($news''$mod_options['portal_news_showicon']); 
Add this right above:
PHP Code:
$news['reply_noformat'] = $news['replycount']; 
Then look in your adv_portal_newsbits template for this code:
PHP Code:
<if condition="$news['replycount'] == 1"
And replace it with this:
PHP Code:
<if condition="$news['reply_noformat'] == 1"
Then that should take care of the problem.
Reply With Quote
  #3  
Old 12-02-2005, 04:15 AM
Spinball Spinball is offline
Member
 
Join Date: Sep 2004
Posts: 84
Default Re: Reply/Replies displayed wrongly in news bit

That did the trick - thanks
__________________
Stuart Wright, founder of AVForums.com.
Very grateful user of vBAdvanced.
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
[HACK] redirect news reply to portal and scroll to original news thread... jfreels Add-On Modules & Modifications 0 02-09-2005 06:50 PM
News Item avatar displayed on right instead of left... theMusicMan Troubleshooting / "How do I..." Questions 2 11-04-2004 01:33 PM
News Item displayed from category with no permissions theMusicMan Troubleshooting / "How do I..." Questions 2 08-27-2004 02:10 PM


All times are GMT -4. The time now is 10:19 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.