Simple Machines Community Forum

SMF Support => Converting to SMF => vBulletin => Topic started by: Bluedreams on June 09, 2016, 06:41:44 PM

Title: Converting poll options
Post by: Bluedreams on June 09, 2016, 06:41:44 PM
Bump, this still needs changed in the converter itself:

Quote from: cdesseno on January 22, 2012, 06:31:20 PM
Here is the diff with my working version:


< 'label' => substr(addslashes($options[$i]), 1, 255),
< 'votes' => (is_numeric($votes[$i]) ? $votes[$i] : 0),
---
> 'label' => substr(addslashes($options[$i]), 0, 255),
> 'votes' => (int) $votes[$i],

Title: Re: Converting poll options
Post by: Irisado on June 10, 2016, 05:59:25 AM
Topic split.  It's much better to start a new topic, rather than to bump really old topics like that one.
Title: Re: Converting poll options
Post by: Bluedreams on June 13, 2016, 09:15:21 AM
Except without the context of the rest of the topic they will have no idea what I'm talking about!