vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v3.0 Support > Bugs & Issues > Bugs From 3.0.0

Reply
 
Thread Tools Display Modes
  #1  
Old 02-15-2008, 04:28 AM
PosIklan PosIklan is offline
Junior Member
 
Join Date: Feb 2008
Posts: 2
Default [Current Poll] Error display for "&" letter

Hi All,

I've just install CMPS in testing environment, one error I noticed in displaying Current Poll in left column.

It's only error in displaying the title for letter &

Code:
Title  : Which car you like & Why?
Display: Which car you like & Why?
Just wanna inform the developer...

Thanks.
Reply With Quote
  #2  
Old 02-15-2008, 01:54 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: [Current Pool] Error display for "&" letter

Thank you for pointing this out. I've just applied the fix to the modules/currentpoll.php file in the download package here, so if you will download the files again and replace your existing currentpoll.php file with the updated version, that should take care of the issue.
Or, if you'd rather apply the fix manually, just look in the file for this line:
PHP Code:
$pollmod['question'] = $bbcode_parser->parse($pollmod['question'], $pollmod['forumid'], $mod_options['portal_poll_allowsmilies']); 
And replace with this:
PHP Code:
$pollmod['question'] = $bbcode_parser->parse(unhtmlspecialchars($pollmod['question']), $pollmod['forumid'], $mod_options['portal_poll_allowsmilies']); 
Reply With Quote
  #3  
Old 02-18-2008, 08:47 PM
PosIklan PosIklan is offline
Junior Member
 
Join Date: Feb 2008
Posts: 2
Default Re: [Current Pool] Error display for "&" letter

Hi Brian,

Sory for this late reply, have been off for almost a week.

Have applied your code, and it work perfectly.

Thanks...

Last edited by PosIklan; 02-18-2008 at 09:15 PM.
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
Current Poll Location ? wii Troubleshooting & Problems 1 02-13-2008 05:43 AM
Current Poll module dpnow Troubleshooting & Problems 11 10-09-2006 01:56 PM
Current Poll Module pull poll from wrong forum dc35 Troubleshooting & Problems 1 03-07-2006 10:26 PM
Current Poll options sully02 Feedback & Suggestions 2 02-09-2006 02:02 PM
Current Poll RaceJunkies Troubleshooting & Problems 1 12-18-2005 01:29 PM


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