Articolo precedente

Articolo precedente

163 commenti

  1. niko84
    Pubblicato 27/09 alle 19:51 | Permalink

    io ho 22 anni e mi diletto a creare siti internet e animazioni in flash… pero’ c’è anche da dire che ho speso un sacco di soldi in libri “professionali” per imparare l’as di flash…php,asp e quant’altro…detto questo l’anno prossimo mi iscrivero a un universita perche voglio diventare un professionista ed è giusto che sia cosi, purtroppo è un “lavoro” alla portata di tutti…ma i veri professionisti si riconoscono da un miglio di distanza

  2. cindy
    Pubblicato 10/10 alle 0:04 | Permalink

    Hi! Just wanted to thank you for the link to the Anatomy article I wrote.
    If you would like, I would be happy to host an italian translation of that article at my site for the benefit of anyone looking at it? If you think that would be useful.

    In anycase, keep up the good work.

    –CIndy

  3. pixline
    Pubblicato 23/10 alle 12:41 | Permalink

    The italian translation of the Anatomy article has been posted on this site at http://pixline.net/2006/10/anatomia-di-un-plugin-wordpress/
    We suppose it will be available as well at the bottom of the original page.
    Thanks Cindy for your kind offer!

  4. ovidiu
    Pubblicato 04/03 alle 22:35 | Permalink

    hello, nice plugin,

    how would I change its options to be checked by default? I would like the option to sanitize filenames to be checked by default when the plugin is activated, can you help me do this?

  5. pixline
    Pubblicato 05/03 alle 1:21 | Permalink

    Hi Ovidiu,
    we missed a function – and some more – in that alpha release. This option will be active by default in the next release, alongside some more option to tweak. Please be patient and wait a few days :-)

  6. ovidiu
    Pubblicato 06/03 alle 22:49 | Permalink

    very nice :-)

    I needed this as I am using it on wpmu not wp and that means anyone can subscribe and get a free blog, and this plugin helps firsttime bloggers avoid problems – because if they make upload problems, they come running to the admin (=me) crying for help :-)

  7. simone
    Pubblicato 06/04 alle 14:16 | Permalink

    Ciao, nel caso in cui volessi gestire un menu a tendina:

    ….

    Come mi devo comportare??

  8. pixline
    Pubblicato 09/04 alle 9:42 | Permalink

    se ho capito bene cerchi una cosa simile a http://www.onlinetools.org/tools/yadm/ , che è uno dei nostri preferiti, oltre ad essere creato dall’autore del corso che stai commentando.

    il mio consiglio comunque è quello di imparare a cercare le cose su google, prima di fare domande in questo modo… se provi http://www.google.com/search?q=javascript+drop+down+menu noterai qualcosa come 85 *milioni* di risposte, molte più di quelle che possiamo dare noi o altri blog.

  9. Martin
    Pubblicato 22/05 alle 10:06 | Permalink

    Il plugin funziona ma all’attivazione mi da questo errore:

    Warning: call_user_func_array() [function.call-user-func-array]: First argumented is expected to be a valid callback, ‘install_amis_powernews’ was given in /home/mhd-01/www.martinmusic.it/htdocs/wp-includes/plugin.php on line 123

    Warning: Cannot modify header information – headers already sent by (output started at /home/mhd-01/www.martinmusic.it/htdocs/wp-includes/plugin.php:123) in /home/mhd-01/www.martinmusic.it/htdocs/wp-includes/pluggable.php on line 275

  10. Pubblicato 22/05 alle 10:42 | Permalink

    si, è un nostro refuso nel codice, che verrà corretto con la prossima release (prevista a giorni). nel frattempo puoi modificare il plugin in questo modo:

    la riga 36:
    register_activation_hook(__FILE__, ‘install_amis_powernews’);

    deve diventare:

    register_activation_hook(__FILE__, ‘gmz_install_uploadplus’);

    dopodichè, è necessario rimuovere e riattivare il plugin per effettuare l’inizializzazione del database. facci sapere se ci sono altri problemi.

  11. pixline
    Pubblicato 25/05 alle 17:11 | Permalink

    Una piccola aggiunta: la stessa offerta vale anche per i coders interessati a collaborare allo sviluppo di uno o più plugin per questo contest. In tal caso, è garantita una equa ripartizione del premio (qualunque esso sia), e la nostra più ampia collaborazione.

  12. rikivik
    Pubblicato 05/06 alle 15:24 | Permalink

    Ciao grazie delle spiegazioni ma io non riesco a far apparire la mia favicons! Potresti contattarmi o ti contatto io per aiutarmi un secondo? Non sò dove sbaglio perfavore ci sto combattendo da ore!

  13. pixline
    Pubblicato 05/06 alle 16:34 | Permalink

    I tuoi complimenti saranno diretti a Cindy / DigitalRamble, visto che è lei l’autrice sia del plugin che dell’articolo… Noi ci siamo limitati a tradurlo in italiano :-) Comunque sia, felici di poterti essere d’aiuto.

    Per noi il plugin funziona senza problemi, forse avrai saltato qualche passaggio, visto che questo tutorial è orientato più a neo-programmatori di plugin che a utenti finali del plugin in questione. Riassumendo, questi sono i passi necessari all’uso:

    1) Scaricare il plugin dalla pagina http://www.digitalramble.com/favicon-manager-wordpress-plugin/
    2) Attivare il plugin nella propria interfaccia WordPress
    3) Posizionare una immagine adatta ad essere una favicon (Favicon Generator) in un punto raggiungibile del proprio webserver
    4) Sotto Opzioni->Favicon inserire l’URL completa dell’immagine (basta raggiungerla con un browser e copiare quella URL) e salvare le opzioni.

    Forse è un problema dell’immagine, o forse è l’URL che non è corretta.. Prova a controllare, altrimenti dacci qualche altro dettaglio.

  14. rikivik
    Pubblicato 05/06 alle 19:00 | Permalink

    io ho fatto tutto come hai detto tu ma non funziona lo stesso! non sò se tu hai msn cosi mi puoi aiutare in “diretta”…veramente non capisco…la favicon è 16×16 non capisco….boh…chiedo aiuto….

  15. pixline
    Pubblicato 05/06 alle 23:24 | Permalink

    probabilmente non hai inviato l’immagine correttamente via ftp. ho provato a scaricarla sia con un browser che con wget, e risulta a 0 bytes, quindi forse è l’upload non è andato a buon fine. riprova a inviarla, probabilmente è solo quello.. :-)

    poi controlla che il tema del tuo wordpress preveda nell’header una chiamata a wp_head(); nel suo codice, altrimenti il codice per la favicon non sarà inserito!

  16. rikivik
    Pubblicato 06/06 alle 16:58 | Permalink

    — messaggio originale —
    - apri header.php
    - cerca il tag </head>
    - *sopra* aggiungi una chiamata a <?php wp_head(); ?>
    - salva e sovrascrivi header.php sul webserver
    - controlla (anche osservando il sorgente del sito) che a questo punto dovrebbe vedersi la favicon :-)
    ——————————

    Grazie Grazie!!! In poco tempo grazie all’efficentissimo Paolo in pochissimo tempo ho risolto! Grazie!

  17. pixline
    Pubblicato 06/06 alle 17:08 | Permalink

    L’autore del tema del tuo sito internet aveva rimosso dalla header la chiamata a wp_head(); , che serve a far includere dinamicamente elementi nella sezione head, ed è sfruttata da questo plugin tramite il primo aggancio agli header.

    Questo e un ftp non andato a buon fine hanno creato qualche complicazione, ma nulla che non si possa risolvere con un po’ di pazienza. :-) Felici di esserti stati d’aiuto.

  18. Adam
    Pubblicato 08/06 alle 17:27 | Permalink

    Looks good. It may be a bit inaccurate to list the author (in the file) as “pixline,” since it looks like you guys wrote less than 1% of the code…

    And it’s worth pointing out that Chris Heilmann says on his site that his ticker is hideous and should never be used…

    But hey, if you’ve got people who want it, they can do whatever they want, I guess.

  19. Pubblicato 08/06 alle 18:01 | Permalink

    Sorry, my bad. I’ve used our standard plugin preamble, forgetting that wasn’t really our work. I’ve just changed the zip file with the correct readme and proper credits in the plugin file. I’m really sorry about that.

    I can’t find anything about Chris Heilmann complains about its ticker, can you point me to an address please?

    Just a comment: I’ve done this implementation just because some people asked a lot for it, reading comments on your plugin page as well as on our ticker tutorial page. It was just a late morning code play, and it don’t want to be anymore than this, but if it’s what some people are looking for, I’m just happy to have that play. Nothing less, nothing more. :-)

  20. tricky
    Pubblicato 11/06 alle 1:49 | Permalink

    it-d be nice if you could add a unique time stamp to files, since WP 2.2 doesnt rename files with th same file name, it over writes them

  21. Pubblicato 11/06 alle 2:17 | Permalink

    Nice idea, we’re just thinking about custom prefix… a timestamp option will be added in the next release. Thank you!

  22. Pubblicato 18/06 alle 2:00 | Permalink

    abbiamo fissato il link al codice sorgente, che con l’upgrade del sito si era perso. scusateci.

  23. Miriam
    Pubblicato 21/06 alle 15:49 | Permalink

    Hi guys,

    I’m glad that you thought my description of your plugin was so good that you’re using it on your site! Great job again on the plugin.

  24. ANtO
    Pubblicato 24/06 alle 17:47 | Permalink

    Bel post… molto chiaro e utile.

  25. ovidiu
    Pubblicato 11/07 alle 13:52 | Permalink

    I am still missing something – wp can sort my uploads into year and months folders, so I would like to append a prefix of “dd_” => just the day of the month. I tried selecting: manually defined prefix and entered dd_ in the corresponding field, but the preview above the plugins options just show dd_ as prefix.

    is this syntax right or how can I achieve what I am looking for?

  26. Pubblicato 11/07 alle 16:06 | Permalink

    uh… you can’t achieve this actually, sorry :-) the custom prefix is intended to be a string prefix, not to use php date format like the ones in the selection box… To be honest, I did not plan that feature because I didn’t realize this kind of use.

    Anyway, I have just fixed this. You can either check out svn or wait 15 minutes for the 0.3.1 release on WordPress Extend.

    If you have some other fixes or improvements you’d like to see in the next release, please let me know. The only new feature planned for 0.4 – until now – is localization :-)

  27. Pubblicato 11/07 alle 16:12 | Permalink

    Bugfix release: pubblicata oggi la versione 0.3.1 con alcuni prefissi in più.

  28. ovidiu
    Pubblicato 11/07 alle 23:24 | Permalink

    thx for including my idea.

    now I have another problem: I deactivated the plugin, upgraded, aka overwrote my version with the newest and when I click on activate plugin now, nothing happens.
    does anyone experience this too?

  29. ovidiu
    Pubblicato 11/07 alle 23:25 | Permalink

    oh, sorry I just noticed this error: Plugin could not be activated because it triggered a fatal error.

  30. Pubblicato 12/07 alle 10:22 | Permalink

    sorry Ovidiu, my bad. the classic missing punctuation… 0.3.2 is going online at this time. fixed. :-)

  31. ovidiu
    Pubblicato 12/07 alle 11:25 | Permalink

    thx,

    btw. you forgot to change the version number here on the site and inside the plugin.

    I just noticed I coudl have found the problem myself, I use: [edited link] – this is a nice plugin to have a php validator when editing plugins :-)

  32. Pubblicato 12/07 alle 11:34 | Permalink

    You are right, these days are too hot to think right, I’m gonna fix everything today.

    Thank for the link, but it is broken and pointing to a spam site, I have edited it. But all I really need is some more attention when I write or fix our plugins ;-)

  33. ovidiu
    Pubblicato 12/07 alle 12:13 | Permalink

    are you interested in making this nice little widget also available for use with sidebar modules instead of widgets?

    I get this error: Warning: Missing argument 1 for widget_ant_control() in /…/wp-content/plugins/ant/ant.php on line 203

    when using sidebar modules instead of widgets.

    sbm plugin: http://nybblelabs.org.uk/projects/sidebar-modules/

  34. Pubblicato 12/07 alle 12:39 | Permalink

    I did not try sidebar modules until now, and I’m willing to make ANT compatibile with them. If you have suggestions or some hint to share, please let us know.

    The first release was a rapid implementation as requested by some clients, and actually seems to be broken, but we hadn’t the time to really fix it.

    By the way: this plugin is going to be rewritten from scratch, using magpie RSS as backend library, and making the widget take either RSS, recent posts or recent comments. It will not be developed against KB plugin anymore.

    @ANTusers: Please consider ANT 0.1 as a “unsupported” version, and wait for the next release, at the same time it will be accepted on WordPress Extend. Sorry for that.

  35. ovidiu
    Pubblicato 13/07 alle 7:29 | Permalink

    thx for looking into sidebar modules compatibility. I cannot share much knowledge, I only know that most widgets work out of the box but some give errors and still work.

    I am very happy that you are working to get it to work with recent posts / comments too, as that is what I intended to use it with, I was going to try to let it parse one of my own RSS feeds :-)

  36. ovidiu
    Pubblicato 13/07 alle 8:45 | Permalink

    oh and on the site I am currently working on, I need to be able to show only posts of a certain category…
    basically I want a newsticker showing the latest entries from a certain category, formerly I used sideblog plugin to show posts from a certain category… but I’d love the newsticker functionality

  37. Tezzer
    Pubblicato 16/07 alle 6:16 | Permalink

    How do you install this ticker? I have downloaded and unzipped it, but there are no installation instructions.

    Tezzer

  38. ovidiu
    Pubblicato 16/07 alle 9:59 | Permalink

    the exact problem with sidebar modules is that when I select the widget I get this:

    Warning: Missing argument 1 for widget_ant_control() in /…/wp-content/plugins/ant/ant.php on line 203

    but I can still configure the widget, and try and deploy it in the sidebar. BUT the widget does not appear in the sidebar.

  39. Pubblicato 16/07 alle 11:26 | Permalink

    @ovidiu: yes, it have lots of bugs. :-)

    @tezzer: just place it in /plugins/ folder and activate it. but actually it may or may not work.

    @anyone: I’m coding the new version, and I think I’ll release a beta in a few days, the previous is really unsupported (and unsupportable ;-), so please don’t ask for it.

  40. ovidiu
    Pubblicato 16/07 alle 14:28 | Permalink

    ok, I would like to beta test, no problem. I am working on a new site so there is no problem trying out betas.

  41. Pubblicato 16/07 alle 14:38 | Permalink

    thanks Ovidiu. I’ll put myself this afternoon on that plugin, hoping to have a new beta in SVN tomorrow or just a bit later.

  42. Reezo
    Pubblicato 17/07 alle 0:40 | Permalink

    I’ve download the plugin but it seems that the code is not complete. Can you reupload it please?

  43. Pubblicato 17/07 alle 8:20 | Permalink

    We stated that it *is* incomplete everywhere, and It’s clearly a preview version, just to have feedback and reactions. We are going to release new version quite each day until August, so watch SVN :-)

  44. ovidiu
    Pubblicato 17/07 alle 9:36 | Permalink

    I am really eager to test your plugin :-) there is nothing comparable available anywhere else…
    besides that sideblog plugin seems to have problems with wp 2.2.1 so I have no other solution than waiting for your beta :-)

  45. Pubblicato 17/07 alle 9:47 | Permalink

    Thank you Ovidiu, you’ll be the first to know, as you can see by the comments volume, you’re our best-known online tester :-)

  46. Pubblicato 17/07 alle 11:52 | Permalink

    By the way, out now version 0.1a2, first ‘almost working’ release. The first really stable release wiill be tagged 1.0, so you’ll know it. In the mean time, I’ll upgrade SVN only.

    Thank you all for downloading and bugs reporting, I really appreciate it.

  47. Martin
    Pubblicato 17/07 alle 14:54 | Permalink

    I do not think it responsible to offer such an early development version – which on my standard WP v 2.1 does not even activate properly! As they say, come back later!
    Regards

  48. Pubblicato 17/07 alle 16:06 | Permalink

    I think that a couple of typos in a commit may happen to every one, but you’re surely right. It wouldn’t activate in *any* wordpress, not just 2.1 :-)

    It has been fixed now. I have just tagged 0.1 stable for release, so in the next 15 min time users will not have again direct svn version.

    /me sorry for that.

  49. ovidiu
    Pubblicato 17/07 alle 19:35 | Permalink

    btw. I found a great tool but it costs: http://www.news-scroller.com/download.html maybe you can get some inspiration from it :-)

  50. Pubblicato 17/07 alle 21:08 | Permalink

    Argh.. no, it’s an Iframe! No More Frames :-P

    I’m looking to make something really accessible by unobtrusive javascript, that will degrade to a simple unordered list – and styled properly by CSS.

    By the way, we think our new draft will be based on jquery, the same used in wordpress.

  51. Linda
    Pubblicato 18/07 alle 15:43 | Permalink

    hi
    i made a template named “blog” from the file archive.php
    (that’s the template of a page where i want to show a certain category content)

    then i inserted the code like this:

     < ?php page2cat_output(10); ?>  //10 is the category id i want to show
    

    but the page does not show any post.. it seems to show all uncategorized posts

    where did i go wrong?
    THANKS

  52. Pubblicato 18/07 alle 16:13 | Permalink

    This plugin provides a template function that will display a Page content into a Category template, but you are trying to use the template function into a Page template… Probably this is the issue.

    Let’s clarify: You have a category named “News” (with category id 10), and a page called “About my news” (with page/post id 4).

    You’ll copy archive.php into category.php or category-10.php, and add our function just under the main div (in the default theme: under “content”).

    You need to preserve the $cat as a variable, if you make a default category template (category.php), but you can force that if you plan to use a single category template (category-10.php).

  53. Linda
    Pubblicato 19/07 alle 7:02 | Permalink

    i’ve tried the new one but it seems to collapse all

    Fatal error: Call to undefined function: register_sidebar_widget() in /…/htdocs/wp-content/plugins/page2cat/page2cat.php on line 529

  54. Iwan Awaludin
    Pubblicato 19/07 alle 7:46 | Permalink

    Hi, I installed the plugin but it follows the setting of reading option. If reading option only want to show 1 post per page, so this plugin shows only one title. Can you make it able to choose how many title to show. Thank you.

  55. Pubblicato 19/07 alle 9:26 | Permalink

    @linda: it fail because you haven’t installed widget (and so you’re using a not really recent version of wordpress). I’ll fix for compatibility later.

    @iwan: I’m sorry but I can’t understand you. I think it’s not fault of my plugin, because it display a page, and nothing else, it has nothing to do with posts and reading options.. Can you explain me better?

    @anyone: version 0.2 seems to broke backward compatibility with WP 2.1, I didn’t notice it, sorry.

    UPDATE 19/07: Version 0.2.1 is now compatible again with WP 2.1, either with or without widgets.

  56. Monika
    Pubblicato 22/07 alle 13:57 | Permalink

    Hi
    wp version 2.2.1
    I activate your new version and saw this
    Administration Paneel==>Manage==>Category Pages

    Catchable fatal error: Object of class stdClass could not be converted to string in /var/…/………./blog/wp-content/plugins/page2cat.php on line 225

    there is no option page or something else

    can you help me ?
    thanks a lot

    Monika

  57. Monika
    Pubblicato 22/07 alle 14:01 | Permalink

    OH!

    now I see if I would like to write a page, I see only:

    thas page is bind to category *default* remove binding

    nothing else

    sorry for double comment ;)

    kindly regards
    Monika

  58. Pubblicato 22/07 alle 16:57 | Permalink

    @monika: we are addressing bugs within different versions of WP, because of the new category/terms structure in wp22 and svn. apart from that, the sidebox return some errors that we had not seen while debugging. We hope that next release will be more error-proof, sorry.

    @anyone: if you have successfully implemented Category Pages, please let us know and we’ll place a link to your implementations in this page. Due to this plugin nature, we are willing to show how it can be used.

  59. Pubblicato 22/07 alle 17:00 | Permalink

    We are quite ready for 0.2 beta, but we have learned from Category Page plugin experience that we need some more testing before releasing.. So we are going to release the new version next week, sorry for this delay.

  60. ovidiu
    Pubblicato 23/07 alle 9:01 | Permalink

    still waiting patiently :-)

  61. Vernal
    Pubblicato 24/07 alle 19:28 | Permalink

    Mmmm yes i’d love to try the beta that works with 2.2.1 as well…

  62. Pubblicato 26/07 alle 14:56 | Permalink

    We are at mid-beta stage, looking for some more testing (if you like to betatest please comment ;-) ; next week version 0.3 will be released; sorry for the delay.

  63. ovidiu
    Pubblicato 26/07 alle 16:59 | Permalink

    mail it over to me please :-)

  64. Jonah
    Pubblicato 28/07 alle 16:28 | Permalink

    Hello, thank you very much for this plugin, it works very nicely when it does work! For some reason after a period of time or maybe when I visit certain pages my selected category I bind to a page gets wiped out. So I select a category for a page and I’ve included in my category template and it displays fine at first but after some time the binding will dissolve…. I’m using WP 2.2 on a windows host and have a lot of other plugins that may be conflicting… Any other ideas?

  65. Pubblicato 28/07 alle 17:28 | Permalink

    @Jonah: I’m sorry we don’t have any windows host to try, but I’ll investigate 2.2 deeply.

    By the way, OUT NOW version 0.3, hopefully more fixed than before. Still working for a first feature-complete release. Thank you for your patience.

    We invite again anyone succesfully implementing Category Page to let us know, and show to the internet if this plugin worked for you. Thanks in advance! :-)

  66. Jonah
    Pubblicato 29/07 alle 18:21 | Permalink

    Hi there! I installed 0.3 and it seems to work a little better but here is my problem now… Any time I go to my page that is bound to a category and modify something on the page and then save it removes the binding! Also, for some reason my Home page gets bound to my category even though I didn’t set it so and I don’t think the Home page was in that category before…. Any idea why my binding is being removed? I did some testing to see if editing other pages or posts would do it and none of them did except for the Home page (the only other one bound to my category).

    Thanks for your help!

    - Jonah

  67. Pubblicato 30/07 alle 16:37 | Permalink

    Any time I go to my page that is bound to a category and modify something on the page and then save it removes the binding!

    Uhm.. This is a bug I fixed after 0.2, but seems that 0.3 shipped with the older code. Let me re-test the plugin and I’ll fix it.

    Also, for some reason my Home page gets bound to my category even though I didn’t set it so and I don’t think the Home page was in that category before….

    Are you using a page as your home page? Can you please point me (in private) to an example? I’m not really sure to understand what you mean..

  68. Jonah
    Pubblicato 30/07 alle 19:02 | Permalink

    Don’t worry about the Home page thing… Plus I’d rather not mess around with my clients dev site. If you want me to test this further I can get an example set up on another server. Let me know.

    If you can solve the unbinding problem that is what I really need help with.

    Thanks,
    Jonah

  69. ovidiu
    Pubblicato 30/07 alle 19:32 | Permalink

    any further progress? anything else I could test meanwhile?

  70. Pubblicato 31/07 alle 7:39 | Permalink

    Today I’m moving back home, so I can’t have web and power during the whole day. Tomorrow I’ll put myself on this plugin and hopefully I’ll release my local version. Thank you for your patience.

  71. Pubblicato 31/07 alle 7:44 | Permalink

    The unbinding is fixed in actual SVN trunk version, but this exposed another issue I’m trying to fix in the management panel.

  72. Jonah
    Pubblicato 31/07 alle 18:31 | Permalink

    Thank you for your help. I hope everything works out. Would you consider this new issue a “show stopper”? What happens?

  73. Pubblicato 01/08 alle 9:11 | Permalink

    It is not really a problem, just I couldn’t fix those bugs before leaving Rome.. But the next days I’ll have the time to deal with them :-)

  74. Pubblicato 05/08 alle 17:51 | Permalink

    Ok, I was a bit optimistic. It wasn’t a little bug. I’ve released development version 0.4b that moved from options to db table, and shipped with almost-totally rewritten interfaces.

    Please use *ONLY* if willing to help with testing, I’m looking to release stable in a few days.

  75. Pubblicato 06/08 alle 3:33 | Permalink

    Sorry, but Category Page required most part of my days to rewrite it, and I could not work on the news ticker. I’ve set up a 0.3 release candidate 1, that works locally on 2.1x, 2.2x and svn, but just for posts for BOTH posts and RSS. If someone wants to test and report bugs drop us a line, otherwise please wait a little more.

  76. Reezo
    Pubblicato 06/08 alle 21:21 | Permalink

    Testing version0.4b with WordPress v2.2.2

    Got an error says:
    WordPress database error: [Table 'wp.wp_page2cat' doesn't exist]
    SELECT * FROM wp_page2cat;

    This mean that this plugin doesn’t create db entries that required by this plugin.

  77. Pubblicato 06/08 alle 21:37 | Permalink

    Probably it’s fault of line #38 and #59, our check for db version. If you try to change:

    #38: if ($version != 3)
    #59: 	update_option('pixline_page2cat_version', 3);
    

    into:

    #38: if ($version != 4)
    #59: 	update_option('pixline_page2cat_version', 4);
    

    it would work.
    Otherwise, try to delete from table wp_options the option with name = pixline_page2cat_version.

    Just committed 0.4b2 on wordpress extend plugin page with the db version fix, by the way.

  78. Jonah
    Pubblicato 07/08 alle 2:41 | Permalink

    Everything looks good to me! I’ve got it installed no problem on WP2.2 and tested making a connection, editing the connection, and deleting the connection. No errors and everything worked as planned. The only thing that I could find needing work is the back end grammar… Let me know if you want help with that. Thank you and good work :)

  79. Pubblicato 07/08 alle 4:23 | Permalink

    Thank you Jonah, and… yes, backend grammar is quite obscene :-) Your suggestions are welcome!

    By the way: if someone like this plugin, please rate it on WordPress Plugin Competition! :-)

  80. florian
    Pubblicato 08/08 alle 15:42 | Permalink

    Hi, I installed your plugin. I love the idea of your plugin, because I want to show category-dependend informations and links on top of every category’s post list.

    I put into my archive.php as you show it hier on your site.
    Nothing happened. The Plugin delivers only this line: which leads to mistakes in the html-syntax. My Webhoster runs PHP 5.2.3 and I have installed Wordpress 2.2.1. Any idea? Wrong PHP-Version? Bad day. Please give me a hint.

  81. Pubblicato 09/08 alle 11:50 | Permalink

    @florian: I can’t reproduce this bug, sorry.. I think it’s fault of the archive.php file, that maybe don’t match your theme. You can try to use only the relevant part of the example file (lines #11 to #15) in your own theme file, something like this:

    if( function_exists(page2cat_output)):
        page2cat_output($cat);
      else:
        // your usual page title
      endif;
    
  82. Thea
    Pubblicato 12/08 alle 12:58 | Permalink

    Help i keep getting this error when i am trying to post

    Error:
    Warning: Invalid argument supplied for foreach() in /…/wp-content/plugins/page2cat/page2cat.php on line 436

    How can i fix this?

  83. Barry
    Pubblicato 12/08 alle 23:40 | Permalink

    Hi:

    How can I mod this widget so that the post date is formatted so that it shows the month/day, instead of the European day/month? Nice widget.

  84. BazKid
    Pubblicato 13/08 alle 13:08 | Permalink

    Is it possible to upload the pictures to an FTP instead of leaving them on the site???

  85. ovidiu
    Pubblicato 14/08 alle 2:01 | Permalink

    ok I got the beta 3 running her: http://www.rondul.eu/ any chance you could build in an option to show only posts fro ma certai ncategory and maybe even customize the output like other plugins do, i.e. similar posts?

  86. Pubblicato 14/08 alle 11:23 | Permalink

    @barry: nice idea, I’ll make it an option.. in the mean time, you can edit line #118 from:

    $data = $datasplit[2]."/".$datasplit[1];
    

    to:

    $data = $datasplit[1]."/".$datasplit[2];
    

    @ovidiu: I’m working on this for the next release: this plugin will have more options if used within other plugins (like ’similar posts’ or something else.. if you are using some of them, please let me know what plugins you’re using)

  87. Pubblicato 14/08 alle 11:25 | Permalink

    @BazKid: the upload phase is managed internally from wordpress, this plugin works only on the filename, not on the upload. I’ll see if there’s a plugin able to upload via ftp, but actually I don’t know any, sorry.

  88. Pubblicato 14/08 alle 11:27 | Permalink

    @Thea: this happens when you’re trying to save a *post* or a *page*? Anyway I’ll look into this.

  89. violin kid
    Pubblicato 14/08 alle 13:54 | Permalink

    I’m getting the following error everytime i save or post a post. However it doesnt seem to affect the post in anyway as it posts successfully.

    Warning: Invalid argument supplied for foreach() in /…/wp-content/plugins/page2cat/page2cat.php on line 436

    Warning: Cannot modify header information – headers already sent by (output started at /…/wp-content/plugins/page2cat/page2cat.php:436) in /…/wp-includes/pluggable.php on line 331

  90. ovidiu
    Pubblicato 14/08 alle 14:26 | Permalink

    I am unsure what exactly you mean by: using this plugin within other plugins? I use it on its own but I also use other plugins like similar posts, which has a very nice template system integrated.

    I also modified the plugin to only show the time of a post instead of a date, as I need this news ticker on a local newspaper site, and I need it to only show last minute news from a certain category, especially showing the last 10 news, which will be from the same day, as all other news (bigger, more important ones, will be published in other categories like politics, economy, etc) while this kind of last minute news is posted in a special category.

  91. Pubblicato 14/08 alle 23:43 | Permalink

    @Ovidiu: I mean that the ticker will support integration with other plugins in the next releases, so if you are comfortable with ’similar posts’ it will use its template function. This is an example, but if you have better ideas please let me know.

    @readers: I’d like to know all your needs about this ticker and collect them in a feature request list. Would you please write them down and comment or email me? As now, next big release will have:

    • latest posts in a specific category
    • date/time display options
    • integration with ’similar posts’ (maybe other plugins if you tell me what you’re using ;)
  92. Pubblicato 14/08 alle 23:58 | Permalink

    Thea and Violin Kid: version 0.4.1 (svn revision 16942) is supposed to fix the ‘foreach’ issue. can you please confirm?

    (Violin Kid: I have moved your comment to this page just to track every comment about page2cat here.. I hope it won’t disappoint you).

  93. violin kid
    Pubblicato 15/08 alle 3:56 | Permalink

    Yep its all working good now. Thanks

  94. Pubblicato 15/08 alle 11:34 | Permalink

    If you like this plugin, please rate it on WordPress Plugin Competition, and leave a comment there to spread the word. Thank you!!!

  95. Reno
    Pubblicato 15/08 alle 13:18 | Permalink

    Hi,

    I hava same problem of Reezo.

    Version0.4.1 with WordPress v2.2.2.

    WordPress database error: [Table ‘wp.wp_page2cat’ doesn’t exist]
    SELECT * FROM wp_page2cat;

    My lines are:

    #38: if ($version != 4)
    #59: update_option(’pixline_page2cat_version’, 3);

    I change it to

    #38: if ($version != 4)
    #59: update_option(’pixline_page2cat_version’, 4);

    and to

    #38: if ($version != 3)
    #59: update_option(’pixline_page2cat_version’, 3);

    No right.

    Table wp_options haven´t option with name = pixline_page2cat_version. What´s the matter?

  96. andrew
    Pubblicato 16/08 alle 1:57 | Permalink

    Hi There

    I have just installed your plug in (am using Wordpress 2.2.2). When i go to "Write Page" I have the following error where i assume your Page2cat sidebox should be:
    WordPress database error: [Table 'wordpress.wp_page2cat' doesn't exist]
    SELECT * FROM wp_page2cat WHERE page_ID = ”;

    Not sure if there is something i have missed but all help appreciated.

    Also (this may be a stupid question but i would like to clarify) in regard to the template files that you refer to does this mean the archive.php file located in the Examples folder of the download. Do i just copy this into my theme folder to get started?

    Thanks for your help. Would love to get this plug in working as it sounds like just the thing i am looking for. Cheers.

  97. Jonah
    Pubblicato 16/08 alle 5:37 | Permalink

    Hello again,

    I’ve installed this and am getting some wierd things happening…

    First, if I go to the Category Pages screen I see a long list of bound pages to catogories but there is no id in the page or category id field (next to the # symbol). There are about 20 of those. Then, when I try to assign a page to a category I get the following error:

    WordPress database error: [Unknown column 'cat_ID' in 'field list']
    INSERT INTO wp_page2cat (rel_ID, page_ID, cat_ID) VALUES (”, ‘62′, ‘5′);

    This is using WP 2.2 and your latest page2cat of 0.4.1

    Any ideas what could be wrong?

  98. Jonah
    Pubblicato 16/08 alle 6:01 | Permalink

    Me again, it looks like I just had to drop and recreate the page2cat table and now everything works fine! It must have been conflicting with the previous table I had setup with a previous version of page2cat.

    Thanks so much for all your hard work! Are you taking donations? I’ll shoot $10 your way to support the cause.

  99. ovidiu
    Pubblicato 17/08 alle 9:23 | Permalink

    I have a validation issue:

    Latest News

    this is how the output on my testpage looks like, and the html validator says:

    document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag .

    …s="widgettitle">Latest News

    that is because you output a div tag inside a h2 tag.

  100. Nadim
    Pubblicato 17/08 alle 21:27 | Permalink

    Hello!

    on my blog when i click on the page "News" I would like it show the News category page but with title "News" in Large. Can this plugin help me achieve this? If so, how?

    I’v tried but I just can’t seem to work it out!

    Thanks Anyway.

  101. Nadim
    Pubblicato 17/08 alle 21:27 | Permalink

    Hello!

    on my blog when i click on the page "News" I would like it show the News category page but with title "News" in Large. Can this plugin help me achieve this? If so, how?

    I’v tried but I just can’t seem to work it out!

    Thanks Anyway.

  102. Nadim
    Pubblicato 18/08 alle 12:49 | Permalink

    HELP!
    How I do I make the "Cache" folder writable on my mac?

    Thanks!!

  103. DarioDN
    Pubblicato 19/08 alle 10:09 | Permalink

    Ho installato la versione 0.4.1 su wordpress 2.2.2. Nella "creazione pagine" mi appare questo errore:

    WordPress database error: [Table 'sito07.wp_page2cat' doesn't exist]
    SELECT * FROM wp_page2cat WHERE page_ID = ”;

    come risolverlo?

  104. Jacks
    Pubblicato 19/08 alle 16:07 | Permalink

    Hi,

    I installed your plugin but can’t seem to get it working. On the admin side, everything seems to be perfect: my cats are linked to pages and i get no error. On the other side, on the website, no changes. When i click a category, i end on my archive page for this category and not the static page i chose to link to that category.

    Any idea why this is happening? Btw, I use the Hemingway theme, maybe it has smtg to do with it.

    Hope you can help

  105. Pubblicato 22/08 alle 10:45 | Permalink

    sorry for my delay, I had no internet connection for a week..

    @Reno, Andrew, DarioDN, everyones who have table issues: my test on 0.4.1 runs well on 222, 221 and 213, and I’m not able to reproduce this bug. I think that deactivating and reactivate plugin would fix the issue, but I can’t understand why it don’t work for you…

    @Nadim: I’m sorry, but the plugin actually can’t display custom text, but only a Page with it’s own page title. I’ll try to make it work in a next release.

    @Andrew: for the table issue, see above. about template file: the provided archive.php is the default theme one, slightly modified to display Category Page. You can try to drop it into your theme folder and see if it works, but maybe copy our code block into your themes’ archive.php will be better. Let me know if you need help.

    @Jacks: I suppose you need to modify your archive.php theme. By the way, I’m working to release some ready-to-use template file for the most used themes, so I’ll look into Hemingway soon.

    @Jonah: yes, we can now take donation thanks to ChipIn/paypal, you can find a widget in this page, thank you for your support! :)

  106. DarioDN
    Pubblicato 22/08 alle 19:29 | Permalink

    ho provato a riattivare/deattivare ma niente (wp 222). Potresti scrivere la query che dovrebbe fare sul database così da farla io manualmente? tnx

  107. DarioDN
    Pubblicato 22/08 alle 19:42 | Permalink

    ma come si installa? dopo aver messo tutti i file in plugin, dove imposto l’indirizzo del rss?

  108. Pubblicato 22/08 alle 20:01 | Permalink

    DarioDN: le query sono tutte nel plugin, puoi leggerle direttamente. più che altro, prova a verificare se è stata creata la tabella wp_page2cat, o se il tuo php riporta qualche errore nei logs… mi spiace, ma non riesco a riprodurre questo problema in alcun modo…

    	CREATE TABLE  `wp_page2cat` (
    	 `rel_ID` BIGINT NOT NULL AUTO_INCREMENT ,
    	 `page_ID` BIGINT NOT NULL ,
    	 `cat_ID` BIGINT NOT NULL ,
    	PRIMARY KEY (  `rel_ID` ) ,
    	INDEX (  `page_ID` ,  `cat_ID` )
    	);
    
  109. Pubblicato 22/08 alle 20:05 | Permalink

    DarioDN: una volta installato il plugin, troverai un widget chiamato “ANT News Ticker” sotto “presentazione -> widgets”, ovviamente se il tuo tema supporta questo sistema. Dopodichè, basta trascinare il widget in una sidebar a tua scelta, e aprire il pannello delle opzioni con il link che apparirà a lato del nome del widget.
    Fammi sapere se hai ulteriori problemi!

  110. DarioDN
    Pubblicato 22/08 alle 22:05 | Permalink

    allora… nel db è presente solo la tabella wp_post2cat.
    Ho eseguito la tua query e poi riattivato il plugin. Ora non mi mostra errori. :)

  111. DarioDN
    Pubblicato 22/08 alle 22:09 | Permalink

    mmm… credo sia un problema mio.
    mi sono appena reso conto che la pagina widgets non mi funziona bene. Da quel che ho trovato su internet avendo io la 2.2.2 non dovrei installare nulla di più eppure, pur potendo spostare i blocchi (i widgets appunto) e visualizzarli correttamente nel sito, se clicco sul pulsante "configura" dei singoli blocchi, non mi appare nulla…

    so che va al di là del tuo supporto, però se hai rumors di soluzione a questo problema :p

  112. DarioDN
    Pubblicato 22/08 alle 22:24 | Permalink

    scusa un’altra domanda: ma come mostro le categorie delle pagine?
    mi spiego: nella sidebar vedo elencate solo le categorie dei post (e peraltro, se non ho post, non le visualizza); pur avendo abilitato in opzioni il "mostra anche categorie vuote", nell’elenco "categorie" le pagine non appaiono (ma appaiono sempre sotto "pagine").

    Quindi, in conclusione :p, installato questo plugin c’è la possibilità di listare le "sue" categorie?

  113. Pubblicato 22/08 alle 23:47 | Permalink

    Non ci sono categorie per i post e categorie per le pagine, perchè il plugin non permette di organizzare le pagine in categorie; semplicemente permette di sostituire “Archivio per la categoria x” con il contenuto di una pagina a tua scelta, modificando il template degli archivi.

    Dopodichè, le categorie elencate nella sidebar sono sempre le stesse, il plugin non ha alcun impatto sugli altri aspetti di wordpress. :-)

  114. Pubblicato 22/08 alle 23:52 | Permalink

    @DarioDN: Prova a vedere se il tuo browser riporta errori di javascript…

  115. DarioDN
    Pubblicato 23/08 alle 13:10 | Permalink

    no, no riporta nulla. ho provato a disattivare anche firewall e antivirus ma nulla. Cercando su internet pare sia capitato anche ad altri ma non c’è scritto come risolvere.

  116. robipolli
    Pubblicato 23/08 alle 15:21 | Permalink

    ciao ragazzi,
    anche grazie al vostro sito ho creato un piccolo plugin per wordpress.
    permette di visualizzare le statistiche delle petizioni presenti su petitiononline (ex. Petizione…numero di firme)

    link: http://www.robertopolli.it/download/get_petition_php

    Pace, R.

  117. Pubblicato 23/08 alle 16:14 | Permalink

    Ciao roberto, felici di esserti stati d’aiuto!

  118. ovidiu
    Pubblicato 06/09 alle 13:57 | Permalink

    hello,thx for your mail, unfortunately I had no time to answer until now. I was in a hurry so I had no time to wait for your script. A friend of mine helped me “convert” it into a vertical version, wthich you can see here: http://www.rondul.eu/ its right below the top menu, news will fade in and out. Thx for your plugin, I will continue to test it as it might prove useful for another project. Sorry for this short answer, but right now I have not a single free minute, I can’t wait to finish the projects I have started and take a break from the Internet :-)

  119. Pubblicato 08/09 alle 17:53 | Permalink

    Thank you Ovidiu, and sorry for the process. Have a pleasant break!

    Actually that site is under maintenance, but I’m willing to see the conversion, and maybe include it as an option in the widget itself :-)

  120. gestroud
    Pubblicato 01/10 alle 13:46 | Permalink

    Hello,

    I”m wondering if there are any other online examples of this plugin in action. The first site, http://medinforadio.net/, doesn’t seem to be using the plugin at all. And the second one is down for maintenance.

    Thanks! :-)

  121. Joel
    Pubblicato 03/10 alle 19:07 | Permalink

    If I read this correctly, i CAN NOT use this plugin to create a page that displays the contents of only one category. For instance, if I want a page called news that only displayed items categorized as “news.”

    Anyone know of a plugin that does this? I want to show the full contents of the posts, not just the archive view of the particular category.

    Thanks!

  122. Pubblicato 03/10 alle 22:09 | Permalink

    You’re right, this plugin works the opposite way: let you use a page as a introduction for your archives. This is the #1 FAQ actually :)

    I think you’d better work on WordPress category template, instead of looking for a plugin. I’m sure this is the easier and more powerwul way to achieve what you need.

  123. Hamster
    Pubblicato 15/10 alle 10:55 | Permalink

    I have the widget configured to display 1 post from a certain category. How do I adjust the interval in which the post appears? Now the one post appears, and then 14 secs nothing. I’d like for it to repeat sooner :)

    Great plugin though, thanks!

  124. Hamster
    Pubblicato 15/10 alle 10:57 | Permalink

    I have the ticker configured to display 1 post from a certain category. Is it possible to adjust the interval in which this one post appears? Currently, this post shows, then for 14 secs nothing happens, then it reappears again. I’d like this to be sooner…
    Thanks for a great plugin though!

  125. CGabelli
    Pubblicato 17/10 alle 9:10 | Permalink

    Ho installato il plugin e mi chiedevo se e come fosse possibile avere più widget box nella sidebar in modo da gestire piu rss

  126. tricky
    Pubblicato 17/10 alle 23:32 | Permalink

    mr pixline,

    i’ve been using your plugin and it’s the best thing for non experienced users.
    i’ve recomended it to my blog friends.

    today, i found a filename that got a weird conversion, thus failed to display the picture that had it:

    CRISTALERIAS DE CHILE 8 (Claudio P+¬rez).jpg

    not a big issue, i just need to rename the file, but i’d like to point this out to enhace this plugin.

    thanks for your work!

  127. Daniel
    Pubblicato 08/11 alle 13:15 | Permalink

    Works perfect on my site. Thanks a lot!

  128. Manne
    Pubblicato 13/11 alle 18:31 | Permalink

    Hello!

    I´ve been unsing this nice little plugin since version 1.1. One feature that would be great is to be able to use the post title, post author, post publish date and post modified date as prefixes.

    Thanks

  129. Pubblicato 20/11 alle 19:54 | Permalink

    (forums are broken, and I’m not able to fix them actually :| )

    @tricky: seems that the plugin can’t play nice with some charsets. I’m working on a rewrite function that would care to convert any non ASCII char into its plain form (say, both “é” and “è” will be rendered as a plain “e”). Sorry for that.

    @manne: I’m working on that too! Nice that someone would have it work like that! :)

    @ppl: just to let you know, I’m working not only on the filename rewriting, but also on the file’s metadata (for example, an mp3 will gain the ability to save post title, post summary and post url into the id3v2 tag). I’m just overfilled of work, and my search for coders wasn’t succesful…

  130. Pubblicato 20/11 alle 20:00 | Permalink

    @gestroud: I’m going to setup a demo site for the plugin in the next days, but I’m really full of (paid) work, sorry.

    @hamster: the javascript requires an height to the scroller div, and I couldn’t be able to define it in relation to the content. You’ll have to tweak ant.php, line #86:


    var dn_endpos=-600; // end of the 'cart'. more items = higher number

    Reduce that value from -600 to -60, watch it, and keep on tweaking until you get the right height.. I know this is really a mess, but I hope to find a solution sooner or later.

  131. daniel
    Pubblicato 24/11 alle 18:45 | Permalink

    hi, after I install the plugin and create pages for each category I dont see any posts from the category show up on the category page. What am I doing wrong, did I leave out a step?

  132. Pubblicato 26/11 alle 21:12 | Permalink

    Maybe knowing the WordPress version would help.. :) Any error in your error_log?

  133. Matthew
    Pubblicato 30/11 alle 13:52 | Permalink

    Hi,
    great plugin–am using on a site with k2 rc3 and am not sure where to put the code snippet to make it work.

    thanks,
    Matt

  134. sotto
    Pubblicato 30/11 alle 17:49 | Permalink

    Great plug in!

    I love it! One quick question:
    I’m using it as an introduction for my podcast which works great except it takes my most recent episode (post), and splits it in half. I’m using WP 2.3.1

    Below is a link so you can see. Any help would be greatly appreciated.

    http://ignitesystems.com/communicate/category/podcasts/drivin-hosted-by-sotto/

  135. Pubblicato 30/11 alle 21:25 | Permalink

    @ALL: please, *PLEASE*, ask your questions in the support forums, at http://talks.pixline.net; let me have one place only to browse for support, or I’ll need to shotdown comments sooner or later. I’ll try to help you, if you people will help me :-)

    @Matthew: http://talks.pixline.net/topic.php?id=13#post-32 will probably solve your dilemma.

    @sotto: there’s something about podpress that I can’t understand, and yours is one of its side effects, but I’m not able to understand why it behaves like that. The only thing I understand is that it is something related to podpress’ way to place custom javascript for every post. Please open a discussion in the support forum, and I’ll try to debug this issue.

  136. Samuel K.
    Pubblicato 02/12 alle 11:28 | Permalink

    The RSS feed or the “Last posts” are scrolled until last item and then it stops. Can i define it to restart automatically scrolling from 1st item again after displaying all news? I want to make a revolving scroll of news.

  137. sotto
    Pubblicato 02/12 alle 11:45 | Permalink

    I will. Thanks for your help. Sorry about posting it on the wrong place.

  138. Samuel K.
    Pubblicato 02/12 alle 18:18 | Permalink

    Hey, it just started to work. Please cancel my previous post. Can i have more than one feed? Like the previous RSS widget?

  139. Pubblicato 02/12 alle 21:37 | Permalink

    I’m happy it’s working for you. If you still need/want to adjust loop duration, please have a look at comment #41 :-)

  140. Pubblicato 02/12 alle 21:39 | Permalink

    Don’t mind, you’re welcome! :)

  141. matthew patulski
    Pubblicato 03/12 alle 23:17 | Permalink

    Hi,
    I tried to join the forums first, but it does not seem to be sneding out login info when i register. tried it again and the same results.

    I looked for something similar to the code snippet you mention within k2 but I can’t find anything that matches

  142. gforce
    Pubblicato 04/12 alle 11:42 | Permalink

    thay are a problem with the CPU usage when news scrolling. See this with Ctrl-ALt-Del. all my computer become slow. And i have anoter problem, sometimes the news are scrolling, sometimes not, what’s the problem ?

    thanks

  143. Pubblicato 04/12 alle 16:47 | Permalink

    @gforce: What version of the plugin you’re using? what browser you use? is those issues still present with another browser? if you don’t report at least those things, will be quite impossible to try and reproduce the bug.

  144. dgawebdesign
    Pubblicato 09/12 alle 12:37 | Permalink

    Complimenti ottimo articolo.

  145. ego2012
    Pubblicato 14/12 alle 16:52 | Permalink

    ciao,
    non so se era dovuto a qualche mio pasticcio ma quando cliccavo sull’archivio mensile ottenevo la scritta “Archive of the ” Category” senza alcun nome all’interno degli apici.

    quella scritta usciva inoltre anche per la mia index del blog…

    cmq ho risolto così, spero ti sia utile

    page2cat.php alla riga 696 o giù di lì…

    elseif (single_cat_title('',false)):

    echo '<h2 class="pagetitle">Archivio della Categoria ‘'.single_cat_title('',false).'’</h2>';

    endif;

    if (single_month_title('', false)):
    echo '<h2 class="pagetitle">Archivio del Periodo ‘'.single_month_title('',false).'’</h2>';
    endif;

  146. DavidTan
    Pubblicato 19/12 alle 2:50 | Permalink

    Nice plugin, thanks!

  147. Daniel Creatin
    Pubblicato 20/12 alle 7:33 | Permalink

    thx for the great plugin. saved it!

  148. meszi
    Pubblicato 26/12 alle 18:29 | Permalink

    i am just about to test this wordpress plugin. and i think i found something which appears like a “bug”: since the category page plugin is active i do not get any of my excerpts shown anymore. :-/

    ciao,
    mészi.

  149. Gwyneth Llewelyn
    Pubblicato 05/01 alle 15:14 | Permalink

    Oops… the CODE tag totally breaks the HTML… let me repost it…

    Hi! Thanks for this plugin widget, I was trying to do something similar using some direct template hacking (I’m not faniliar enough with how widgets really work in WP) using some free JS code — but it seems that ANT does basically everything I needed :)

    I wanted ANT to look a bit more like the “default” RSS widget on WP (at least the one on 2.3.2) which shows a nice icon for a RSS feed subscription.

    It seems that all I needed to do is to change line 110 (on version 0.3.1 of ANT):

    echo $before_title . "" . $title ."". $after_title;

    to something like this:

    echo $before_title . “”
    . “
    . “
     ”
    . $title .”". $after_title;

    Please note that this is not really heavily debugged, but at least it works on this test blog of mine. This might not be “template safe” for all cases, and I’m not sure if there are more options for $kind beyond “rss” and “posts”…

    A feature request: allowing multiple ANT widgets, configurable from WP’s Widget config page. Yes, I know, this might completely break the Javascript, and I’m not good enough with JS to be able to understand how bad it would behave with multiple scrolling widgets…

  150. Pubblicato 07/01 alle 13:43 | Permalink

    Thank you Gwyneth for your debug/request. I’m still rewriting the whole set of my plugin to make them 2.5 compatible (the 2.4 version skipping leaves me with some broken code, and I’m willing to fix them as soon as WordPress development version has the new interface working).

  151. jens
    Pubblicato 13/01 alle 20:03 | Permalink

    Yep its all working good now.

  152. oren
    Pubblicato 04/02 alle 15:13 | Permalink

    hi there pixline.
    first – thanks for sharing your great plugin. it is much appreciated and works just fine.
    I was wondering how i can use this plugin in php in-line code? meaning – is there a function i can use to put a php code in the (i.e.) header.php?
    thanks.

  153. Jim
    Pubblicato 16/02 alle 20:47 | Permalink

    Hi,

    I think your plugin is exactly what I’m looking for, let me explain.

    I want certian categorized posts to only show up on certain pages.

    example: page 1 = cat1 page 2 = cat2 and cat3

    post 1 & post 2 = cat1 and should only show up on page 1

    post 3, post 4 & post 5 = cat2 and should only show up on page 2

    Does your plugin accomplish this?

    Thanks,

    Jim

  154. Pubblicato 17/02 alle 15:20 | Permalink

    No. It works the opposite way. Please read the FAQ: http://talks.pixline.net/topic.php?id=6

  155. Pubblicato 26/02 alle 22:53 | Permalink

    BTW, there’s a new release in the wild.

  156. Gio
    Pubblicato 14/03 alle 12:19 | Permalink

    Ciao,
    complimenti per l’articolo…molto interessante…
    ti volevo chiedere come è possibile modificare un colore della scritta..

    ho questo codice


    //controlla se ci sono elementi nella pagina
    if (Elements.length > 0){
    var element = null;
    var styleElem = null;
    var textNode = null;
    var styleText= "#FF00FF" ;
    for (Counter=0; Counter //rimuove elemento
    while(element = Elements[Counter].getElementById(id)) {
    element.parentNode.removeChild(element);
    }
    styleElem = Elements[Counter].createElement("style");
    styleElem.setAttribute("id", id);
    styleElem.setAttribute("type", "text/css");
    textNode = Elements[Counter].createTextNode( styleText );
    styleElem.appendChild(textNode);
    Elements[Counter].documentElement.childNodes[0].appendChild(styleElem);
    }
    }

    ho provato in questo modo, ma nulla da fare...
    riusciresti a darmi qualche dritta?..
    grazie!

  157. Floroskop
    Pubblicato 18/03 alle 10:57 | Permalink

    Hello!
    I think this try.

  158. Sergej
    Pubblicato 03/04 alle 16:42 | Permalink

    Frank Bueltge Sergej Müller has made Compress for WordPress 2.5 plugin…

    :)

  159. Pubblicato 03/04 alle 17:01 | Permalink

    Ops… my bad, now fixed both english and italian, sorry! :-)

  160. Jesse
    Pubblicato 30/04 alle 0:33 | Permalink

    I use a category page in my theme to display my categories.

    I got this plugin to work by adding your code:
    if( function_exists(page2cat_output)): page2cat_output($cat);

    to the location I wanted the page to display.

    I also removed the else for the if within the plugin which determined wether there was a page to display on for that category.

    Thanks Great Plugin,
    Jesse

  161. David Sasaki
    Pubblicato 21/05 alle 23:14 | Permalink

    I am unable to subscribe to the feeds to this site. When checking Feed Validator, it shows no content. Any suggestions?

  162. andea serravezza
    Pubblicato 31/07 alle 22:49 | Permalink

    ma siete sicuri che funzionino i feed tradotti?

    a me no…

  163. GC
    Pubblicato 15/08 alle 19:08 | Permalink

    Ciao, grazie per il lavoro formidabile, ma una domanda: sono io che sono totalmente rimbambito, oppure è normale che non trovi da nessuna parte la specifica completa delle funzioni tipo gengo_list_languages() eccetera? :-)

    Grazie della risposta!

38 trackback

  1. [...] Upload+ allows you to change the filename for uploaded files automagically. [...]

  2. [...] Upload+ kann man die Dateinamen von hochgeladenen Dateien automatisch [...]

  3. [...] Upload+ permite el cambio del nombre a archivos cargados automaticamente. [...]

  4. [...] Upload+>> [...]

  5. [...] Upload+ permite el cambio del nombre a archivos cargados automáticamente. [...]

  6. [...] Upload+ allows you to change the filename for uploaded files automagically. [...]

  7. Di Wordpress World Num 9 | MondoBlog il 03/04 alle 23:05

    [...] Anatomia di un plugin WordPress Pixline ha tradotto un lungo articolo di Digital Ramble in cui viene spiegato passo per passo come creare da zero un plugin [...]

  8. Di Pixline bugfix › Pixline il 29/05 alle 14:39

    [...] scontrare – per la prima volta – con l’incompatibilità di due plugin, che operavano sugli stessi filtri di WordPress creando qualche problema agli esempi di codice sorgente in alcuni articoli. Ci scusiamo per il [...]

  9. [...] nei fogli di stile. Ricordatevi che bisogna sempre separare il contenuto dalla presentazione (Separazione: il Dilemma del Web Designer – [...]

  10. [...] # UPDATE 06/06/07 # Abbiamo realizzato un widget per WordPress che implementa DOMnews e i concetti alla base di questo articolo (senza MagPie): Accessible RSS News Ticker. [...]

  11. [...] Upload+>> Plugin page on WordPress.org>> These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

  12. [...] notato che il nostro primo howto (News Ticker RSS Accessibile) è stato parecchio visitato ultimamente, e allo stesso tempo abbiamo notato la crescente domanda [...]

  13. [...] di recente il plugin WordTube, ma abbiamo notato che non lavora correttamente assieme al nostro Upload+. Per questo motivo abbiamo creato una patch per WordTube per permettere questa integrazione (che [...]

  14. [...] appena pubblicato la versione 0.3 del nostro plugin Upload+, con una importante novità: a partire da questa versione il plugin supporta l’inserimento di [...]

  15. [...] Accessible RSS News Ticker Dieses Plugin baut einen Newsticker in die Sidebar ein. Der Newsticker erhält seine Nachrichten über RSS Feeds. Die einzelnen Nachrichten scrollen von unten nach oben. Fährt man mit der Maus über den Newsticker wird er angehalten. Des Weiteren kann sich der Besucher mit einem einfachen Klick alle Nachrichten auf einen Blick anschauen. [...]

  16. [...] Accessible RSS News Ticker Widget » Pixline [...]

  17. [...] lieti di annunciare la prima release pubblica del plugin Category Page. Questo plugin permette semplicemente di abbinare una pagina WordPress a una categoria, rendendo [...]

  18. [...] First alpha release has a numbers of known bugs and some feature missing; next versions will have full featured option panel, and some more delights. Please report bugs and/or request features on the official plugin page. [...]

  19. Di Scrivere un plugin per Wordpress il 05/09 alle 8:34

    [...] risorsa tradotta in italiano si può trovare sul sito [...]

  20. [...] Anatomia di un plugin per WordPress, un esempio, passo a passo, della creazione di un plugin. [...]

  21. [...] Scrivere un plugin per WordPress Traduzione italiana delle linee guida per la scrittura di un plugin per Wordpress. Technorati Tags:plugin wordpress, WordPress, wordpress in italianoTag Links:plugin wordpress, WordPress, wordpress in italianoRelated Posts:Risolto il problema di Disclose Secret con WordPress 2.2.1 Aggiornamenti sui Plugin per WordPress dal mio feed del.icio.us IT Social Bookmark – plugin WordPress per siti Italiani Come ottimizzare il WordPress 2.3Aggiornamento di Blogslot » » plugin per WordPress         [...]

  22. [...] Visit [...]

  23. [...] Plugin Homepage [...]

  24. Di Upload _Wordpress plugin il 22/01 alle 15:14

    [...] Plugin Homepage [...]

  25. Di Category Page_Wordpress plugin il 22/01 alle 15:20

    [...] Plugin Homepage [...]

  26. [...] RSS/NewsTicker accessibile (WP Widget) von Pixline zeigt RSS-Feeds oder aktuelle Beiträge über ein Widget in der Sidebar in Tickerformat an. Die per Widget angezeigten Links können von Suchmaschinen indiziert werden.  Bookmarks setzen: Diese Icons verlinken auf Bookmark Dienste bei denen Nutzer neue Inhalte finden und mit anderen teilen können. [...]

  27. [...] Upload+ 2.5.1 [...]

  28. [...] Upload+ 2.5.1 [...]

  29. Di CSS:Greyscaper « Sökoptimering il 08/05 alle 19:47

    [...] maj 8, 2008 Vill du byta utseendet på din adminpanel i WordPress 2.5 så kanske du ska ta dig en titt på detta plugin: CSS:Greyscaper (WP Admin color scheme) [...]

  30. [...] 13. Category Page (Pixline) [...]

  31. [...] I installed the Category Page plugin so I could more easily give the two categories their own identities, and edited my .htaccess [...]

  32. [...] http://pixline.net/wordpress-plugins/upload-plus/en/ [...]

  33. [...] fonti terze. Vista l’assenza di plugin che facessero esattamente al caso mio (ho trovato solo questo di cui vi ho accennato ma che non si presta ad essere inserito nella testata), ho deciso di seguire [...]

  34. Di Wordpress 2.5 Uyumlu Eklentiler (Liste) | Wordpress Tema Ve Eklenti il 29/06 alle 21:28

    [...] Upload+ 2.5.1 [...]

  35. Di WordPress Working Plugins | Utricks il 04/07 alle 11:56

    [...] Upload+ 2.5.1 [...]

  36. Di RodeWorks » WordPress as CMS il 17/07 alle 3:14

    [...] the regular page hierarchy. Two plugin’s have been really useful putting this together. The Category Page Plugin lets a page be designated as the landing page for a specific category. So if you click on the [...]

  37. [...] Anatomia di un plugin Wordpress Share and Enjoy: [...]

  38. [...] other issues. This plugin is great for those types of sites, as well as for anyone with a WordPress …..read more Download Plugin! Version 2.5.1 Last Updated: March 10, 2008 Plugin Owner: Pixline Visit [...]

web counter