Forum Replies Created

Viewing 12 replies - 16 through 27 (of 27 total)
  • Hi jetpacker,

    Unfortunately, i’m not quite sure how this can be achieved. I know what you are trying to do though. Maybe someone can help with this. Anyone?

    The only way i know, would be to insert your 2 pictures using the “Insert into Post” and then use the “Insert into Post” link again for the 3 other pictures. Otherwise I can’t think of another way.

    Forum: Plugins
    In reply to: simple listen button plugin
    Thread Starter miruru

    (@miruru)

    Thank you for your help.

    I’ve tested the plugin and although it is exactly what I wanted, it does not hide the link of the mp3 when you view the source. I have decided to use audioplayer as it hides the link to the mp3 from users.

    Thank you again for your help.

    Thread Starter miruru

    (@miruru)

    ah, didn’t know someone had replied. thank you so much. This has worked perfectly.

    Is this gallery in a separate page/post?

    If it isn’t and it is on the same page/post as the 2 pictures, you’ll have to use the “insert to post” link, to insert the 3 pictures.

    If the gallery is on a separate page, the only way is to upload the 3 images into this gallery page and then click on insert gallery which should display the three images only.

    This is how i’ve always set up my pages as I have different images for different pages. So all I did was insert the images related to this page and click on insert gallery.

    I hope this helps.

    Thread Starter miruru

    (@miruru)

    I’ve tried commenting out the following:

    $postId = $post->ID;
                    $filename = get_attached_file($postId);
    		if(!$filename || !file_exists($filename))
                    return $string;
    
    		list($width, $height) = getimagesize($filename);
                    if($width <= 0 || $height <= 0)
    			return $string;

    but it has made no difference. I get the controls but when i click on the controls, nothing happens. I do get the Division by zero error on line 855. I’ve even commented out line 855 but still the controls does not do anything.

    Is there anything else I need to comment out? I’m not even sure how i should check whether the function pass or fail.
    Thanks again for your help.

    I assume you have clicked on the “Insert Gallery” link instead. You will need to click on the “Show” link and there should be a link called “Insert into Post”.

    I hope that helps.

    Thread Starter miruru

    (@miruru)

    thank you so much, that has now work.

    Thread Starter miruru

    (@miruru)

    i put “siteurl” so that my actual website url is not displayed.
    I’ve pasted what you wrote exactly into a file called “login.php” which I then called it in my header.php file using the php include tag.

    Thread Starter miruru

    (@miruru)

    Thank you, i’ve copied what you’ve put, however I now get this error:
    Parse error: syntax error, unexpected T_ELSE in siteurl on line 13

    Thread Starter miruru

    (@miruru)

    i see. after hours of working on it, i decided to create a php template page to iclude the information i need so that the posts for certain categories would appear at the bottom. This way, i can keep the formating. This seems to have worked well. I just added the php include into my template.

    Thread Starter miruru

    (@miruru)

    i’ve removed the integration but would like to see the oekaki board integrated in someway.

    Thread Starter miruru

    (@miruru)

    energymv, thank you for the heads up, i haven’t got anything on my bbpress site and i’ve managed to integrate with no problems. i did have some problems, when it was installed i just changed the cookie thing.

    atm, i’m now trying to get the integration of WordPress and Wacintaki sorted out.

Viewing 12 replies - 16 through 27 (of 27 total)