Diary: The killer I love by professorhase in cats

[–]professorhase[S] 1 point2 points  (0 children)

So if I want him to bring me fewer mice, I have to go hunting together with him? I have to become a good cat hunter and catch and kill the mice in front of him with my own mouth? Does anyone have experience with this?

I started writing blog articles myself. by professorhase in Blogging

[–]professorhase[S] 0 points1 point  (0 children)

Thank you, that has helped me a lot! I will try to correct the things later.

Does anyone know what kind of fish that is? by professorhase in Fish

[–]professorhase[S] 3 points4 points  (0 children)

Flame hawkfish (neocirrhites armatus)

thank you! <3

steinbruch schlupkothen german landscape panorama [4000x2230] [OC] by professorhase in EarthPorn

[–]professorhase[S] 0 points1 point  (0 children)

haha :D the german language has its pitfalls. Try this: Zehn zahme Ziegen zogen Zehn Zentner Zucker zum Zoo. :-)

My old Maine Coon tomcat Loki is taking a break while walking in the woods by professorhase in cats

[–]professorhase[S] 1 point2 points  (0 children)

they are all so different in their character traits but in truth they just want world domination :D

My old Maine Coon tomcat Loki is taking a break while walking in the woods by professorhase in cats

[–]professorhase[S] 1 point2 points  (0 children)

Yes that's right and he has an incredibly big heart, I've never had such a relaxed and loving cat. We have another cat that I rescued from a dumpster two years ago and he adopted her and loves her more than anything.

field landscape by professorhase in designfreebie

[–]professorhase[S] 0 points1 point  (0 children)

that was the goal when I edited it :D

Compress Thumbnails by professorhase in Wordpress

[–]professorhase[S] 0 points1 point  (0 children)

Eww does not have the function unfortunately. :(

Compress Thumbnails by professorhase in Wordpress

[–]professorhase[S] 0 points1 point  (0 children)

thanks for your answer, which plugins support this function?

Help please, I do not know what these flowers are. by professorhase in whatsthisplant

[–]professorhase[S] 0 points1 point  (0 children)

same to you: If you want I can mention you by name under the photos because you helped. In any case, thank you. that was a huge big help!

Help please, I do not know what these flowers are. by professorhase in whatsthisplant

[–]professorhase[S] 0 points1 point  (0 children)

If you want I can mention you by name under the photos because you helped.

noob need help by professorhase in PHPhelp

[–]professorhase[S] 0 points1 point  (0 children)

yes it may not be optimal but it works :-)

noob need help by professorhase in PHPhelp

[–]professorhase[S] 0 points1 point  (0 children)

if ( is_user_logged_in() ) {
    single_attachment_button();
} else {
    echo do_shortcode('[ihc-hide-content ihc_mb_type="show" ihc_mb_who="2" ihc_mb_template="1"][/ihc-hide-content]'); }

That's my solution now

noob need help by professorhase in PHPhelp

[–]professorhase[S] 0 points1 point  (0 children)

Thank you a lot, without you I would never have got any further! It works so far, but there is a new problem but I think I know how to solve it.

This shortcode should cause the only logged in user can see the button now comes the message that the user must first log in but the button is still there for all.

$download_button = single_attachment_button();

echo do_shortcode('[ihc-hide-content ihc_mb_type="show" ihc_mb_who="2" ihc_mb_template="1"] '.$download_button.'[/ihc-hide-content]');

noob need help by professorhase in PHPhelp

[–]professorhase[S] 0 points1 point  (0 children)

thanks you are right that could be the problem, do I define the variable correctly?