SMF Support > Install and Upgrade Help
extra poll fields
(1/1)
Anguz:
I have the attached mod in my yabbse forum, will the upgrader take those new fields too or they'd be lost unless I do something else?
[Unknown]:
Open upgrade.php, and find this:
--- Code: --- option1, option2, option3, option4, option5, option6, option7, option8,
votes1, votes2, votes3, votes4, votes5, votes6, votes7, votes8
--- End code ---
Replace it with:
--- Code: --- option1, option2, option3, option4, option5, option6, option7, option8,
option9, option10, option11, option12, option13, option14, option15, option16,
votes1, votes2, votes3, votes4, votes5, votes6, votes7, votes8,
votes9, votes10, votes11, votes12, votes13, votes14, votes15, votes16
--- End code ---
Then find this:
--- Code: --- for ($j = 0; $j < 8; $j++)
--- End code ---
And make it:
--- Code: --- for ($j = 0; $j < 16; $j++)
--- End code ---
-[Unknown]
Anguz:
thanks a lot! :D
Navigation
[0] Message Index
Go to full version