miruru
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Picture Gallery problemHi 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 pluginThank 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.
Forum: Themes and Templates
In reply to: Help with 3rd column of layout…ah, didn’t know someone had replied. thank you so much. This has worked perfectly.
Forum: Fixing WordPress
In reply to: Picture Gallery problemIs 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.
Forum: Fixing WordPress
In reply to: [Scissors Plugin] Options not appearing on older imagesI’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.Forum: Fixing WordPress
In reply to: Picture Gallery problemI 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.
Forum: Themes and Templates
In reply to: login form displaythank you so much, that has now work.
Forum: Themes and Templates
In reply to: login form displayi 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.Forum: Themes and Templates
In reply to: login form displayThank 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 13Forum: Plugins
In reply to: [Plugin: Improved Include Page] not display full content and formatting.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.
Forum: Plugins
In reply to: Wacintaki and WordPress/bbpressi’ve removed the integration but would like to see the oekaki board integrated in someway.
Forum: Plugins
In reply to: Wacintaki and WordPress/bbpressenergymv, 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.