» Extended Author profile page
Tak jsem sbastlil plugin do WordPressu , kterej rozšiřuje stránky o jednotlivých autorech. Je celkem jednoduchej a vypisuje o outorovi jen to co má zadáno v databázi u svého profilu plus jeho Avatar . Ten stačí nahrát do adresáře "/wp-content/Avatars/" a pojmenovat ho podle uživatelského jména (například "duxford.png"). No a nakonec samozřejmě jeho články
Stahovat můžete ZDE . Příklad je vidět například zde: http://blog.openheads.org/author/duxford
Oživeno: Byla vydána verze 1.1, kde byl přidán odkaz na autorovo RSS. Českou verzi stahujte ZDE .
Updated: New version 1.1 was released, with added link to author RSS. Dowload english version HERE .
OldSoldier napsal (2/9/05 17:19) :
dobra prace - libi se mi to….
duxford napsal (2/9/05 22:42) :
Děkuji za uznaní, taky se mi to líb
duxford napsal (14/9/05 17:12) :
REQUIREMENT: Compatible theme (for example Classic theme), where is called function “the_date()”. The HTML output is placed before “the_date()” output.
Jason Pearce napsal (13/10/05 22:09) :
How do we use this plugin? I’ve installed and activated it. I just need to know what I need to place in the archive.php file to echo the author’s information at the top of the page. A readme.txt file might help. Thanks for the effort so far.
duxford napsal (14/10/05 9:42) :
Why in “archive.php”? Just call “the_date()” function in your “index.php” (in your theme directory). Thats all.
Jon napsal (15/10/05 20:06) :
perhaps some instructions would be useful?
spika napsal (30/10/05 23:22) :
hi, i was looking for a plugin to help me have a page with a list of authors on it and then to be able to view extra info for each author, im sure your plug in would do the job really well, but i cannot for the life of me figure out how to make ti work.
sorry if im being a muppet..
Jason Pearce napsal (3/11/05 6:08) :
Ok. Thanks. I felt like such an idiot. Perhaps you could toss in a readme.txt file to clear things up for others. Thanks for the plugin.
abietto napsal (4/11/05 19:12) :
Actually, I uploaded and activated your plugin but in the admin section of wordpress I can’t find any difference. Did I miss something? I cant’ see where to specify additional info for my profile and can’t understand how to add an avatar.
BA napsal (7/11/05 0:29) :
I actually understand how this plugin should work, but it doesn’t
I get no error, but calling the_date() function just gives me the date and no author-output.
’cause whenever you’d actually want to use “the_date()” I reckon that it will always show the profile aswell. But I’m not too sure about it….
For all of you still wondering…what the plugin does is to add a filter to the_date() function which is a default-function in WP. I think this is called hook-up. So if you execute the_date() then the profile will (should) be displayed above what the_date() gives you (which is in fact….the current date).
It is indeed “dirty” coding
Eric napsal (21/11/05 6:10) :
In admin:
Warning: Cannot modify header information - headers already sent by (output started at /home/fyre/public_html/wp-content/plugins/extended-author-profile.php:1) in /home/fyre/public_html/wp-admin/admin.php on line 10
Warning: Cannot modify header information - headers already sent by (output started at /home/fyre/public_html/wp-content/plugins/extended-author-profile.php:1) in /home/fyre/public_html/wp-admin/admin.php on line 11
Warning: Cannot modify header information - headers already sent by (output started at /home/fyre/public_html/wp-content/plugins/extended-author-profile.php:1) in /home/fyre/public_html/wp-admin/admin.php on line 12
Warning: Cannot modify header information - headers already sent by (output started at /home/fyre/public_html/wp-content/plugins/extended-author-profile.php:1) in /home/fyre/public_html/wp-admin/admin.php on line 13
Also, program does not work, at all, even when attempting to implement <?php the_date(); >
Please advise, via e-mail if possible.
jhon napsal (21/11/05 21:53) :
Hello you can send your template to me to see as I install plugin?
Pingback: WP Hack: Link to Author Profile Page | GreatNexus Webmaster Blog napsal (4/12/05 5:48) :
[...] I have been looking for a plugin so that each post has a link to the author profile page. I want to do this because I am thinking about having several authors for my blog. The closest thing I found was Extended Author Profile Page by Openheads. Unfortunately, I simply couldn’t get it to work and I had hard time making out the language that the author uses. [...]
Trackback: GreatNexus Webmaster Blog napsal (4/12/05 5:49) :
WP Hack: Link to Author Profile Page
I have been looking for a plugin so that each post has a link to the author profile page. I want to do this because I am thinking about having several authors for my blog. The closest thing I found was Extended Author Profile Page by Openheads. Unf…
Pingback: blog|openheads :: Jedeme na WordPressu 2.0 napsal (3/1/06 17:44) :
[...] Tak jsem si včera pohrál s novým WordPressem a dneska jsem to na něj překlopil. Chtělo to upravit pár nastavení a přepsat některé vlastí nekompatibilní pluginy (například Extended Author Profile Page). Pokud najdete nějakej problémek související s tímto přechodem, tak prosím o report . Autor: duxford [...]
Pingback: Mamano » Como agregar el Perfil de usuario en wordpress napsal (21/3/06 21:41) :
[...] que es la segunda version de un hack que hizo el mismo autor… El problema es que parece que lo hizo para la version 1.5 de wordpress y nosotros estamos usando la version 2.0Despues encontre este:Extended Author profile page que esta basado en el FOAF output pero lo hizo duxford un cheko. Ninguno documento nada, asi que la idea es empezara documentar (al menos en castellano) un poco….En definitiva termine usando el segundo…Resulta que hay una funcion dando vueltas por ahi que lista los usuarios <?php wp_list_authors(); ?>Genera el listado con un link a cada usuario haciendo esto en el loop de posts <?php if(function_exists(’get_author_profile_page’)) { print get_author_profile_page(); }; ?>consigo generar el perfil del usuario cada vez que se llama al listado de posts para un usuario en particular…Hay mas cosas… tambien esta este otro plugin http://guff.szub.net/2005/01/31/get-author-profile/ pero creo que el del checo va a hacer lo suyo….Quedan mas funciones, porque relaciona usuarios con el FOAF (friend of a friend) y muestra avatars (el plugin del ruso) que seran agregadas dentro de poco al portal…Por ahora lo tengo en pruebas locales… Pero basicamente la idea es tener una pagina con el perfil de todos los miembros mamanicosbueh, me fui [...]
Justin napsal (14/6/06 12:41) :
I’ve installed the plugin but nothing changes above the date on my post pages. What might be wrong?
duxford napsal (14/6/06 12:49) :
If you have compatible theme and your profile page is without any changes, then i dont know what is wrong. Maybe activate plugin in administration.
Tony napsal (16/6/06 11:17) :
Zdravim, porad to nemuzu nejak rozjed, neni tady nekde nejaky navod ? Kam zadam tu funkce get_author_profile_html , do index.php , fakt nevim . PLS pomozte. Diky
Nasraný uživatel napsal (5/8/06 0:40) :
Takhle zfušovanou záležitost jsem teda ještě neviděl!!! a to už jsem instaloval pěknou řádku pluginů…
Ještě k tomu tady všechny přesvědčuješ jak to funguje… NEFUNGUJE TO! a NIKDY NEBUDE!!!! Teda pokud si to nenapíšu sám…
Víš ty vůbec něco o šablonovém systému WordPressu? Co to tady meleš o tom, že se má volat funkce date() ???? Tobě to zřejmě funguje hlavně proto, že máš nainstalovaný pluginy od Mortena Frederiksena, který si na tohle vykrad….
Trochu mi to připomíná Monty Pythony: “What’s wrong with it? I’ll tell you what’s wrong with it. It’s dead, that’s what’s wrong with it! No, no it’s resting…”
Seru se s tim tady půl hodiny, abych zjistil, že je to taková haluz…
Jenom radu pro příště: pokud vytvoříš nějaký plug-in, který se rozhodneš distribuovat, tak to napřed pořádně odzkoušej a přidej k tomu nějaký pořádný info…
Nazdar!
duxford napsal (5/8/06 0:56) :
Hele dělal jsem to pro sebe a dal jsem to k dispozici. Takhle to funguje v open source. Nic jsem vevykrádal. Vzal jsem cizí plugin a upravil k obrazu svému. Navíc v popisu přimo odkazuji na plugin, ze kterého to vzešlo (nainstalovanej ho nemám
).
Nikdo tě nenutí to používat, tak se na to raději vykašli.
Muj blog je jasným důkazem toho, že to funguje. Problém bude zřejmě mezi klávesnicí a židlí ;-).
Taky ti dám radu pro příště: Když neumíš ani nainstalovat plugin do WordPressu, tak jdi prodávat radši rohlíky :-).
Kdybys totiž něco uměl, tak bys místo kecání buď napsal svůj a lepší plugin, nebo mi poslal opravnej patch. A navíc by ses podepsal.
Kevin napsal (5/8/06 14:00) :
I got problems installing and running this plugin.
Then I found out that to present details about author you actually DON’T NEED ANY PLUGIN! All you need is to edit your author template….
It’s discribed here…
Kev
Nasraný uživatel činící pokání napsal (5/8/06 14:22) :
Sorry v noci jsem to FAKT PŘEHNAL! … už mi z toho tekhly nervy…
Snažím se nějak zprovoznit zobrazení údajů o autorech a včera jsem zápasil s tim tvým pluginem… zatim jsem totiž každý plugin do Wordpressu úspěšně nainstaloval i když to občas znamenalo někde něco hacknout, ale tohle jsem doteď nezprovoznil…. ten kód je fakt nějakej podivnej. Ale podle komentářů asi nejsem sám, kdo na to nepřišel.
Docela by mě zajímalo jak je možný že ti to funguje….
Nicméně už to neřešim a upravím si na to šablonku jak už tady někdo napsal.
ještě jednou sorry
duxford napsal (6/8/06 19:24) :
V pohodě, taky neříkám, že je to nějakej skvost. Bylo to dělané ještě v době WP 1.2, kterej neměl tak propracovanej template system. Asi se na to kouknu. Z http://wp-plugins.net jsem dal ten plugin pryč
RSS komentářů k tomuto příspěvku. TrackBack URI
Napsat komentář: