Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter stijnvth

    (@stijnvth)

    anybody? basically like in this forum that in the message text field there is a pre-written line of tekst basically the above HTML code? Someone who can help me, please?

    Thread Starter stijnvth

    (@stijnvth)

    small corrections the line of text isn’t entirely right
    it should be <br/><br/><p align="right"><strong>Source:</strong> ----</p>

    It got changed cause i forgot the code tags.

    Thread Starter stijnvth

    (@stijnvth)

    Never mind you litterally ment code that whole block…

    IT WORKED !!! YOU SIR ARE THE MAN!!! I CAN’T THANK YOU ENOUGH!!!
    thank you sooo very much!

    Thread Starter stijnvth

    (@stijnvth)

    Hi, Thank you already….

    could you please describe to me what it is exactly i need to comment?
    That deleting part wasn’t a problem…

    if ($meta_box['name'] == 'fs-link') {
    						$attachments = array_merge(
    								get_children(array(
    									'post_type' 	=> 'page',
    									'post_parent'		=> null,
    								)),
    								get_children(array(
    									'post_type' 	=> 'post',
    									'post_parent'		=> null,
    								))
    								);
    						$posts = '';
    						foreach ($attachments as $attachment) {
    							$permalink = get_permalink($attachment->ID);
    							$posts .= '<option value="'.$permalink.'"';
    							if (get_post_meta($post->ID, $meta_box['name'], true) != '' && (get_post_meta($post->ID, $meta_box['name'], true) == $attachment->guid || get_post_meta($post->ID, $meta_box['name'], true) == $permalink)) $posts.= ' selected="selected"';
    							$posts .= '>'.$attachment->post_title.'</option>';
    						}
    						if (get_post_meta($post->ID, $meta_box['name'], true) == '')
    							$posts = '<option value="" disabled="disabled" selected="selected">'.__('Choose a page on this blog').'</option>'.$posts;
    						echo '<select onchange="document.getElementById(\''.$meta_box['name'].'\').value = this.options[this.selectedIndex].value">'.$posts.'</select>';
    					}
    					echo '<input type="text" name="'.$meta_box['name'].'" id="'.$meta_box['name'].'" value="'.str_replace('"','\"',get_post_meta($post->ID, $meta_box['name'], true)).'" style="width: 100%" /><br />';
    					echo '<p><label for="'.$meta_box['name'].'">'.$meta_box['description'].'</label></p>';
    ?>	</td>
    				</tr>

    This is the code as it is right now

    Thread Starter stijnvth

    (@stijnvth)

    Oh and to be clear, i’m talking about http://www.cineme.be.
    The error is on that website.

    Thread Starter stijnvth

    (@stijnvth)

    apljdi,

    That is indeed what i believe is the issue at hand.
    But the problem is I don’t really know what i need and what not.

    My knowledge is good enough to change but it doesn’t reach that far…

Viewing 6 replies - 1 through 6 (of 6 total)