YouTube via Juha
Category: Uncategorized
-
the_category Reloaded
This tiny WordPress plugin is a wrapper for the_category(). It provides a new function, ju_the_category(), which gives the_category() some comments_number() -like qualities: by submitting different prefixes for cases where the current post belongs to 0, 1 or >1 categories, the user can have more control over the output of the_category().
After installation (just unzip it and drop it in the plugins directory), the usage of ju_the_category() is
, where
- zero
- (string) is the text to display when the post does not belong to any categories. The default is an empty string.
- one
- (string) is the text to prefix the category with, when the post belongs to exactly one category. The default is an empty string.
- more
- (string) is the text to prefix the list of categories with, when the post belongs to more than one category. The default is an empty string.
- separator
- (string) Text or character to display between each category link. The default is to place the links in an unordered list.
- parents
- (string) How to display links that reside in child (sub) categories. Options are:
- 'multiple' – Display separate links to parent and child categories, exhibiting “parent/child” relationship.
- 'single' – Display link to child category only, with link text exhibiting “parent/child” relationship.
Note: Default is a link to the child category, with no relationship exhibited.
The last two parameters should function identically to the parameters of the original the_category().
-
PHP: strip path from filename
Since Google doesn’t seem to know at the moment: there’s basename.
-
HTML forms: select option not submitted (solved)
The <select> element needs to have a
name="whateva"
attribute specified, because form data from elements without names is not submitted. -
Automaattinen sisäänkirjautuminen Telkku.com:iin (ratkaistu)
Poistin äskettäin Firefoxistani evästeet, ja siinä samalla meni sitten Telkku.com:n evästekin, jonka ansiosta olin tähän saakka pysynyt sinne sisäänkirjattuna.
Nyt en löydä Telkku.com:sta enää mistään sitä näpsytintä, jolla sen evästeen saisi takaisin. Muistelen että viimeksikin oli tämän kanssa sama homma, ne ovat kätkeneet sen liian hyvin. Niiden foorumikin on ihan onneton kun ei siellä ole edes hakua. Google löysi yhden aiheeseen liittyvän viestiketjun josta siitäkään ei kuitenkaan ratkaisua ongelmaani heru.
Omien tunnuksien luontisivulla on näköjään valittavana tuo tallennus.
Ah, no niin.
Loin raa’asti uuden tunnuksen nähdäkseni että mitkä evästeet se asettaa. Näköjään automaattista kirjautumista varten Telkku.com lukee www.leffaan.com-domainille kuuluvat evästeet “u” ja “pw” (nimet ilman lainausmerkkejä), joista ensinmainitun sisältö on käyttäjätunnus sellaisenaan, ja jälkimmäisen sisältö salasana MD5-kryptattuna. Kirjauduttuani ensin ulos uudelta tunnukselta lisäsin nämä evästeet Firefoxin cookies.txt-tiedostoon käsin (tai no, tekstieditorilla) vanhan tunnuksen ja salasanan kanssa, ja nyt olen taas pysyvästi sisällä.
Salasanan voi kryptata esimerkiksi webissä, mutta salasanojen syöttäminen muualle kuin niitä vaativalle sivustolle ei tietenkään ole kovin turvallista eikä siksi suositeltavaakaan.