View Full Version : [IMG] Code Not Showing Up In Current Poll
c@rtm@n
12-13-2006, 08:03 PM
vbandvanced CMPS has been working great, but one problem. When I post images in my polls in the forums, they show up fine, but in the current poll module, they show up as only a hyperlink to the image, any ideas?
ErikaD
01-21-2007, 05:25 AM
I am having the same problem :(
Brian
01-21-2007, 11:02 AM
If you'll look in your modules/currentpoll.php file for this code:
$pollmod['question'] = $bbcode_parser->parse($pollmod['question'], 'nonforum', $mod_options['portal_poll_allowsmilies']);
And replace it with this:
$pollmod['question'] = $bbcode_parser->parse($pollmod['question'], $pollmod['forumid'], $mod_options['portal_poll_allowsmilies']);
Then that should take care of the problem.
Draygonia
03-21-2007, 04:27 PM
This does not work, It still displays a link (Check at: www(dot)chasm-online(dot)com)
Brian
03-22-2007, 02:40 PM
As long as you applied the change correctly and uploaded the file to the correct place on your server, you shouldn't have any problems.
Draygonia
03-23-2007, 12:45 AM
What file? I just made the change to the file and thats it.
bridges
03-23-2007, 01:08 AM
What file? I just made the change to the file and thats it.
modules/currentpoll.php
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.