Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • rmhsmusic I found your error…cuz I had the same problem.

    bad part:
    echo 'day_link() . '" title="' . $calendar_days[$day_id]->get_titles() . '"';

    should be:
    echo 'day_link()' . '" title="' . $calendar_days[$day_id]->get_titles() . '"';

    I’ve been looking for something like this…I think I’ll start making some modifications on it as well…if I can get it to work…

    A few Ideas I have:
    1) use “pages” instead of categories…(see this post for why I want to do that…hehe)
    2) make calender integrated with page…not sure if that’s what Micki did…still trying to make it work.
    3) make events on calendar click able.

    I’ll let you know if I get anywhere.

    Forum: Plugins
    In reply to: Image2Post

    I have a lot of space between my post title and post entrybody. I know that Image2Post will insert the image inside the post entry body, so it will wrap the post text.

    But I would like to have it insert the image at the post title level. Does anyone know what I have to modify in order to do that?

    b.t.w – Just in case any one is interested, I wanted to make the image a link to the post so I changed line 130 of the plugin to say:

    $output .= '<div class="leftbox"><img src="' . get_settings('siteurl') . $img_icon_dir . $img_left . '" alt="' . $img_left . '" title="' . $img_left . '" />' . $imglink_dir_left . '</div>';

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