kanote
Forum Replies Created
-
Ok, I see.
Thanks then and cheers!Yes, displayed name can be changed (but with help from moderator), but username can’t. And that’s the problem – I’d like to be able to change login, or delete my account.
Why these two options are disabled?Ok thanks. Now it works. This didn’t worked, because i’ve mispelled the file name – instead archive.php i named it archives.php. Now it works fine 🙂
Thanks and cheers.
Few words were helpful, but still no idea how can i hook the archive.php template to tag cloud widget.
Forum: Fixing WordPress
In reply to: Is there a function to get comment's depth levelThanks, but how do i know, which variables i should use, to fetch $comment global variable? I’ve searched in Codex WordPress and found nothing about $comment variable. Does it mean, i have to browse through WordPress source code and find it myself?
Forum: Fixing WordPress
In reply to: Is there a function to get comment's depth levelMy temporary solution:
added this code to style.css.depth-4 .comment-body .comm_reply { visibility: hidden; }because i wanted to set such restriction: for every comment with depth level of 4, Reply button for this post must be hidden, because i want only 4 levels depth for comments under post. By now, it’s the easiest way 😛
Forum: Fixing WordPress
In reply to: Is there a function to get comment's depth levelI use Scylla-Lite theme.
Thanks for this hint about $dept var, now i’ll try find solution myself – when i end i’ll post it here.Cheers
Forum: Fixing WordPress
In reply to: Is there a function to get comment's depth levelNo ideas?
Forum: Themes and Templates
In reply to: Change the big link clickable areaI’ve found info that fonts got their own padding that grows bigger the bigger font is and that can’t edited, so this sh!tty behaviour is normal o0
Solution i’ve made: used image instead of font. Thanks
Forum: Themes and Templates
In reply to: Cut site logo and menu bar from '404' error page templateI’ve already found solution, just used <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” /> instead any function.
But thanks for response, cheers.
So going this way, i can ask for permission the author and then upload the image, so this doesn’t excludes a chance to implement such autoupload feature to WP Library module and don’t break the law.
Hotlinking is STILL a crime (if it’s done without permission) and image theft is too. So don’t do it.
Hotlinking is bad, but copying image that can be freely redistributable isn’t. So i still think that such a feature is not a crime.
But image posted to public automatically gets available to download by everyone. If people don’t want to have their images copied, they shouldn’t post it publicly or should secure this image to make it impossible to copy. The law says that image must not be edited without author’s permissions, but if someone’s posts images without any copyright’s or effort to secure it, it looks that this person didn’t lent significance to this – didin’t gave a sh!t.
And the last point is trivial: not every image on the net is copyrighted – there are many images that are made with copyleft/creative commons license, which allows poeple over internet to freely copy, redistribute and sometimes even modify them.
So, IMO, this feature could be added if developers would want to do it, it’s no a crime and not every human in internet is a software pirate.
Cheers
Not even auto upload after linking the image? Without that blogger is forced to upload manually every image, with that user can save some time. It’s not such a bad idea, so why it wasn’t approved then?
I know that it isn’t, i didn’t said it is. 🙂
Also i want to remind you that i mentioned something few posts above – that Featured Images outside library (that are linked not uploaded into library) are pasted as a normal images into post content, but should be just set as post thumbs to that post. So current mechanism must be edited a bit: when someone selects Featured Image outside library, this image should be else uploaded into library and auto set as a post thumb, or just set as a post thumb while being only hotlinked. Now, user is able to set Featured Image only from images present in media library, and that’s inconvenient.
I can only suggest idea, because still can’t code. Started learning PHP few days ago.