MyBB Community Forums

Full Version: Can anyone help me here
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone knows what this mean , Like what is this user telling me to do


3a. FIND (2 INSTANCES EXIST):
$form_container->output_row($lang->forum_link, $lang->forum_link_desc, $form->generate_text_box('linkto', $forum_data['linkto'], array('id' => 'linkto')), 'linkto');

3a. ADD BELOW (BELOW BOTH INSTANCES):
$form_container->output_row("Forum Icon", "Add a custom forum icon to appear in place of the default forum icons.", $form->generate_text_box('forum_icon', $forum_data['forum_icon'], array('id' => 'forum_icon')), 'forum_icon');

3b. FIND (2 INSTANCES EXIST):
"defaultsortorder" => $db->escape_string($mybb->input['defaultsortorder']),

3b. ADD BELOW (BELOW BOTH INSTANCES):
"forum_icon" => $db->escape_string($mybb->input['forum_icon']),

... its on the FORUM ICON THREAD
Why don't you just ask in that thread?? This isn't MyBB support and if this has been posted in another thread, you can ask this in that thread too... closed.