gerben-van-eijk
Forum Replies Created
-
Forum: Plugins
In reply to: [plugin: ProPlayer] calling player through PHPOkay I’ve got it working.
It didn’t work right of the bat so I did some debugging with echo’s in the proplayer.php file to see how far it was getting. But it turns out that for some reason unknown to me at least. it is not actually returning the return from the addPlayerCode function.So what I did to solve it is simply echo what it returns which was the $content.
so just above the
return $content; I wrote echo $content;
The problem it then gave is that if I put a video in a post like you normally would, it would show up twice, but I simply fixed that with an if statement to only use the echo when you are on one of the gallery pages and if you’re not on the gallery page it will simply use the return.Forum: Plugins
In reply to: [plugin: ProPlayer] calling player through PHPThanks for the reply Isa, I will play around with it and see if I can get it to work.
As to you being pretty busy, being busy usually means things are going well, so keep it up!
Forum: Plugins
In reply to: [plugin: ProPlayer] calling player through PHPWell I did, but I′ve not received an answer yet and until then I am quite stuck.. so I just figured I′d broaden the search for an answer a bit and ask it on here aswel.
Forum: Plugins
In reply to: [plugin: ProPlayer] calling player through PHPShameless bump.. anyone?
Forum: Plugins
In reply to: Plugin [NextGEN Gallery] Image IDNevermind, I’ve managed to dig through both plugin php files and found a solution to retrieve data from the combined plugins on a new page.
Forum: Plugins
In reply to: NextGEN Custom Fields – delete fieldsI just tried to delete a field aswel, to see if it would work fine.
But it doesn’t work here either, gives the exact same error.Forum: Plugins
In reply to: Plugin [NextGEN Gallery] Image IDShameless bump.
Anyone please?
I just need the one tiny bit of PHP code which allows me to get information from NextGEN, be it the image url, caption, tags etc.. through an image ID.
Somebody on here’s got to know it.
Forum: Plugins
In reply to: NextGen Gallery – add a class to the image thumbnailsin the nextGEN gallery directory there’s a subdirectory called “View” in there you can find a file named gallery.php
That’s the file that generates all the thumbnails for the galleries, so that’s where you should be able to add the class to the image tag.try adding this to the css file
h2, h2 a { color: black; } .entry a, .entry a:hover{ color: blue; }
that should change something at the very least.
Forum: Themes and Templates
In reply to: Problem centering my footerif the divs are all closed correctly it might be caused by the floats.
you could add an empty div just above the footer with a clear.as in..
<div class=”clear”> </div>
(or any other name for the class)
and then in the css
.clear {
clear: both;
}this clears the floats, this more or less means that beyond that point the floats won’t interfere. which should result in a properly placed footer if the divs are closed properly ofcourse.
Forum: Plugins
In reply to: Plugin [NextGEN Gallery] linking to video/flashAnother shameless bump.. really, the question is fairly simple, so anyone who knows if this is possible or not please enlighten me.
Forum: Plugins
In reply to: Plugin [NextGEN Gallery] changing gallery/album imagesAnother shameless bump.. really, the question is fairly simple, so anyone who knows if this is possible or not please enlighten me.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] NextGen Gallery: Change order of photos in galleryin the wordpress admin area, go to the “manage gallery” part for NextGEN and then select the gallery in which you want the photos to be ordered.
There should be a button at the bottom of the gallery settings which says
“Sort Gallery”
If you click it you can choose to sort the gallery depending on image ID, filename, date/time etc..Forum: Plugins
In reply to: Plugin [NextGEN Gallery] changing gallery/album imagesShameless bump.. posts go so fast on this forum.
Forum: Plugins
In reply to: Plugin [NextGEN Gallery] linking to video/flashShameless bump.. posts go so fast on this forum.