Katze

Mein Parteibuch BlogNo Copyright - Kopieren erlaubt

Ein Internet-Tagebuch mit Katzenbildern

[Mission Statement] [Krieg ist illegal]

[International]   [Headlines]   [Forum]   [Wiki]   [Ticker]   [Mitmachen]

30. März 2009

Parteibuch Aggregator

von @ 18:25. abgelegt unter Über dieses Blog

Deutsch:
Dies ist die Download-Seite für den auf Bryan Palmers großartigem BDPRSS Aggregator basierenden Parteibuch Aggregator.

Parteibuch Aggregator v. 0.5.2 zum Download

Neue Features in Version 0.5:
- Widgets, Templates, integrierte Suchmaschine, einige Features zur Steigerung der Performance, Installer und Uninstaller - also alles, was hier im Parteibuch bisher als Hacks in den Code vom Parteibuch Aggregator 0.2 eingefügt wurde und ein bisschen Benutzeroberfläche obendrauf.

Änderungen in Version 0.5.2 gegenüber 0.5.1:
- Eine Menge überflüssiger Code entfernt, einige Bugfixes sowie einige Verbesserungen zur Feedverwaltung in der Admin-Oberfläche, Details siehe im englischen Teil

Sprachunterstützung:
Die Administrationsoberfläche ist in englisch. Die Sprachausgaben im Frontend lassen sich konfigurieren oder über Sprachdateien pba-defaultparameter_xx.php (xx steht für das Kürzel der Sprache) anpassen. Deutsche und englische Sprachdateien sind im Download mit dabei.

Installationsvoraussetzungen:
- Wordpress - getestet auf den Versionen 2.21 und 2.71. Version 2.1 wird sicher auch laufen. Vermutlich tut es eine ältere Version auch, wobei dann vermutlich aber das eine oder andere Feature nicht geht.
- php Version 5.0 oder höher mit Multibyte String Unterstützung (Multibyte ist meist bei php sowieso mit drin)
- MySQL Version 5.0 oder höher

Wer Lust hat, den Aggregator auf php 4.x oder MySQL 4.x auszuprobieren, mag das gern tun, muss dann aber den Versions-Check am Anfang des Scriptes bdp-rss-aggregator.php auskommentieren. Wir haben das nicht getestet. Bitte Rückmeldungen dazu in den Kommentaren posten.

Installation:
1. Parteibuch Aggregator unzippen und mitsamt des Verzeichnisses parteibuchaggregator ins Verzeichnis /wp-content/plugins/ hochladen
2. Das Parteibuchaggregator Plugin im ‘Plugins’-Menu von Wordpress aktivieren
3. Dem Link `start configuration here` folgen, den das Parteibuchaggregator Plugin in der Plugin-Beschreibung anbietet und den Parteibuch-Aggregator konfigurieren

English:
This is the Download Page for the Parteibuch Aggregator, which is based on Bryan Palmers great BDPRSS Aggregator.

Download Parteibuch Aggregator v. 0.5.2

Main features v. 0.5:
* users can search in aggregated feeds
* allows to display diffrent groups of feeds on different pages
* templates make the display of aggregated feeds almost completely customizable
* provides a widget for displaying aggregated feeds and searchform in the sidebar
* provides RSS feeds from aggregated feeds and search results

= Changelog of version 0.5.2 against version 0.5.1 =
1. Bugfix: of page rewrite rules to repair broken blog/yyyy/mm/ and xyz/comments/feed/, made cache and search rule tighter in bdp-rss-aggregator.php
2. Bugfix: Set page2hookin to 0 when creating new output as copy from existing in createpbaoutput() in bdp-rssaggregator-db.php
3. New features: added some form fields to change db values of feeds in bdp-rssadmin-sno.php,
added processing these form fields to bdp-rssadmin in if( isset($_POST[’bdprss_edit_site_button’]) ) part
for feed url change added function update_feedurl to bdp-rssaggregator-db.php
4. New features: made search class config variables to be read as definition from wp-config.php in pba-rsssearch.php
5. Code cleanup: made touch silent when writing to cache in pba_cache() in pba_output_library.php
6. Code cleanup: Cleaned up some comments, made notice from createlist() go away in bdp-rssaggregator-db.php
7. Code cleanup: replaced obsolete functions with placeholders in bdp-rss-aggregator.php, pba_output_function.php
print_item_set, putsiteheader, output, archiveDate, archiveList, viewCache, rss_print_item_set, feeds_in_ticker, feedlist, process_url_parameter
8. Code cleanup: removed obsolete outputtable variables
and its functions get_all_outputs, get_output, deleteoutput in bdp-rssaggregator-db.php, pba_output_library.php
9. Code cleanup: removed obsolete file bdp-rssadmin-output.php and removed it’s inclusion from bdp-rssadmin.php
10. Code cleanup: removed obsolete listtable vars in bdp-rssaggregator-db.php
11. Code cleanup: removed old output function calling possibilities in pba_output_function.php
12. Code cleanup: Added one parameter caller style to gettheage() in pba_outputlibrary
switched all function calls of BDPRSS2::getage() to it in
bdp-rss-aggregator.php, bdp-rssadmin-error.php, bdp-rssadmin-edit.php, bdp-rssadmin-general.php
and removed BDPRSS2::getage() from bdp-rss-aggregator.php
13. Code cleanup: switched constant names BDPRSS2_PRODUCT and BDPRSS2_VERSION to PBA_PRODUCT and PBA_VERSION
in bdp-rss-aggregator.php, bdp-rssadmin.php, bdp-rssfeed.php, pba_output_library.php
14. Code cleanup: switched constant name BDPRSS2_DIRECTORY to PBA_DIRECTORY
in bdp-rss-aggregator.php, bdp-rssadmin-general.php, bdp-rssadmin.php, pba_output_library.php
15. Code cleanup: deleted unused sql from getmonthlyarchivedates() in bdp-rssaggregator-db.php
16. Code cleanup: checked pfeed[’title’] definition to suppress php notice from line 343 in bdp-rss-aggregator.php
17. Code cleanup: deleted obsolete functions getArchiveList, getItems in bdp-rssaggregator-db.php
18. Code cleanup: renamed pba_widgets.php to pba-widgets.php and made appropriate change in bdp-rss-aggregator.php
19. Code cleanup: renamed pba-output.php, pba-options.php, pba-status.php to pba-admin-xxx.php and made appropriate change in bdp-rssadmin.php

Multi-language support:
The backend is in english. The language strings in the frontend can be configured or adapted with a language definition file pba-defaultparameter_xx.php (xx is a two char shortcut for the language) anpassen. German and english language files for the frontend are included in the download.

Installation prerequisites:
- Wordpress - tested on versions 2.71 and 2.21. Wordpress 2.1 shall definitely work, too. Lower version may work as well, but was not tested
- php 5.0 or higher with support of multibyte strings (most php installations support multibyte strings)
- MySQL 5.0 or higher

Installation:
1. Unzip and upload `parteibuchaggregator` to the `/wp-content/plugins/` directory
2. Activate the plugin through the ‘Plugins’ menu in your blog
3. Follow the link `start configuration here`provided by `parteibuchaggregator` in plugin description in your blog’s ‘Plugins’ menu

Readme.txt

Screenshot 1: Screenshot of a fresh Parteibuch Aggregator 0.5 installation on a fresh German Wordpress 2.71 using the default Kubrick theme.

Screenshot 2: Screenshot of a Parteibuch Aggregator 0.5 installation on an English Wordpress 2.21 blog running already for a long time.

Newest development versions may be available for download in the Wordpress Plugin Repository.

Older versions: Get them here

66 Kommentare zum Beitrag “Parteibuch Aggregator”

  1. ntrtek sprach

    Danke für die tolle Neu-/Weiterentwicklung von BDP RSS… danach habe ich lange gesucht. Bei mir gibt’s leider ein Problem bei der Umwandlung von Sonderzeichen im Titel eines Beitrags (item_name). Der Aggregator scheint da über Umlaute, aber auch über Hochkomma und andere Sonderzeichen zu stolpern. In den Artikeltexten scheint’s keine Probleme zu geben. Irgendeine Idee?

  2. Redaktion sprach

    Ja, den Fehler haben wir gestern in der aktuellen Development-Version gefixt. Nimm einfach die “Development Version”:

    http://wordpres...gator/download/

  3. ntrtek sprach

    Grossartig. Vielen Dank!

  4. steve sprach

    Hi , Great plugin, I have this running on godaddy Wordpres 2.7.1 site,

    Stright after activation of the plugin I get the following error …

    Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in D:\Hosting\3770529\html\svt_agaf\wp-content\plugins\parteibuch-aggregator\pba_output_function.php on line 280

    Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in D:\Hosting\3770529\html\svt_agaf\wp-content\plugins\parteibuch-aggregator\pba_output_function.php on line 294

    It shows the same error for few more lines , is it an issue ?

  5. Redaktion sprach

    Thanks for your bug report, steve. We will try to get rid of this in the next version of the aggregator. If you want to get rid of this stupid warnings before, either disable this warning messages or delete the bogus @-chars in the function calls, where the warning occurs.

  6. Dean Piccirillo sprach

    Hello. I have a fairly simple question. How do you a delete a feed you no longer want to include? Under “Actions” I’ve have been selecting “Delete” next to Edit and Poll, but it’s not working. I’ve got to be missing something.

    Any thoughts?

    Thank you very much.

    Dean Piccirillo
    deanpiccirillo@hotmail.com

  7. Preview sprach

    Das Plugin kann nicht aktiviert werden, da es einen fatalen Fehler erzeugt.

    Your installation of PHP does not appear to support multibyte strings. This support is needed by the Parteibuch Aggregator plugin. You should ask your web-hoster to install it; it is easy to install. For more information, refer to http://www.phpb...ef.mbstring.php.

    Na jedenfalls weiß ich nichts damit anzufangen, sehe auch nicht was ich wie wo installieren soll. Hat jemand ne Lösung? Lieben Dank,

    Uwe

  8. Redaktion sprach

    @Dean
    Thanks a lot for your report. Unluckily, we cannot reproduce the bug here. The delete buten here works fine.

    @Preview
    Dein Hoster hat ein kastriertes php ohne Multbyte-Funktionen installiert. Der Parteibuch-Aggregator braucht aber die Multibyte-Funktionen. Die sind notwendig, um verschiedene Zeichensätze verschiedener Quellen zu konvertieren.

  9. Preview sprach

    Hallo,

    ich habe einen Root erver, kann also auch alles steuern. Hier sehe ich nur nicht wie und was und wo. Vielleicht kennst du ein Howto? Danke für die schnelle Antwort!

  10. Redaktion sprach

    @Preview
    Du hast den Link doch hier selbst gepostet:

    http://www.phpb...ef.mbstring.php

    Gängige Distributionen haben die Multibyte-Funktionen Out-of-the-box seit einigen Jahren in php5 einkompiliert.

  11. Preview sprach

    OK, verzeih meine Dummheit, ich habe in der php.ini folgendes gefunden:

    [mbstring]
    ; language for internal character representation.
    ;mbstring.language = Japanese

    ; internal/script encoding.
    ; Some encoding cannot work as internal encoding.
    ; (e.g. SJIS, BIG5, ISO-2022-*)
    ;mbstring.internal_encoding = EUC-JP

    ; http input encoding.
    ;mbstring.http_input = auto

    ; http output encoding. mb_output_handler must be
    ; registered as output buffer to function
    ;mbstring.http_output = SJIS

    ; enable automatic encoding translation according to
    ; mbstring.internal_encoding setting. Input chars are
    ; converted to internal encoding by setting this to On.
    ; Note: Do _not_ use automatic encoding translation for
    ; portable libs/applications.
    ;mbstring.encoding_translation = Off

    ; automatic encoding detection order.
    ; auto means
    ;mbstring.detect_order = auto

    ; substitute_character used when character cannot be converted
    ; one from another
    ;mbstring.substitute_character = none;

    ; overload(replace) single byte functions by mbstring functions.
    ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
    ; etc. Possible values are 0,1,2,4 or combination of them.
    ; For example, 7 for overload everything.
    ; 0: No overload
    ; 1: Overload mail() function
    ; 2: Overload str*() functions
    ; 4: Overload ereg*() functions
    ;mbstring.func_overload = 0

    ; enable strict encoding detection.
    ;mbstring.strict_encoding = Off

    Was muss ich nun da ändern, ich bin wirklich ahnungslos…

    Vielen herzlichen Dank

  12. Redaktion sprach

    @Preview
    RTFM

  13. Shaelyn sprach

    Hi, I really wanted to stop in and say THANK you for this plugin. Thank you thank you thank you!
    I can’t tell you how much I LOVE this plugin.

    I do have a question for you though.
    Is there any way to STOP the error of “No Title” Can I somehow just tell it to skip over it or insert “No Title” rather than coming back with an error message?
    Thank you!

  14. Redaktion sprach

    @Shaelyn
    The error is just a warning, the plugin shall write something like “no title” or the first words of a post. You may change that parsing content behaviour in code in parteibuch-aggregator.php.

  15. Jemand sprach

    Hallo,

    toles Plugin, vielen Dank dafuer! Allerdings ist mir ein Bug aufgefallen: Wenn ein Blog-Beitrag mit einem Doppelpunkt im Titel aggregiert wird, so wird anscheinend der Teil vor dem Doppelpunkt faelschlicherweise als Autor gesetzt. In meinem Fall bspw. hiess der Blog-Eintrag “Richtigstellung: Gespräche, nicht Verhandlungen”, und PBA zeigt dann als Autor “Richtigstellung” und als Titel “Gespräche, nicht Verhandlungen” an. Die Verlinkungen stimmen.

  16. tomg sprach

    Hallo
    Plugin ist echt toll.
    Habe ich eine Frage. In option “Keep feed items for:” ist Moeglichkeit nur in Monaten einstellen. Ist moeglich das ersetzen und einstellen in Tagen? Also zB. letzte 30 Tagen.

    MfG
    TomG

  17. Chirag sprach

    Just wanted to thank you all for this plugin.

  18. Chirag sprach

    Folks, I am trying to make the feeds update in real time. Any suggestions!

  19. Redaktion sprach

    Hi,

    if you like to implement real-time feature class to the aggregator, the aggregator would need to get a ping from the source blog, whenever a blog is updated. Most blogs are able to send xml-rpc pings, so when blog owners send a special ping to the parteibuch aggregator it seems to be possible to implement it.

    But when the blogs in the ticker won’t send pings especially to the parteibuch aggregator, you would have to read in all millions of pings per hour from general ping multipliers and filter these some dozens out, which come from blogs in the ticker. That may cause a lot of bandwidth and cpu load.

    However, tell us, if you build such a class for the aggregator, it’s an interesting feature.

    Best regards
    Ein Katzenfreund

  20. Jets sprach

    Tag,

    Ich mochte das gern gebrauchen aber beim activierung fragt es mer “Cheatin? “.
    Kann es sein dass es nicht geht mit Atahualpa
    theme ?
    Grusse

  21. Redaktion sprach

    @Jets
    Deine Nutzerrechte auf Wordpress sind nicht ausreichend. Einloggen als Admin, dann müsste es gehen.

  22. Jets sprach

    @Redaktion,

    Verzeihe mich, aber wann Ich die plugin installiere, dan habe ich die rechten doch, oder?
    Ubrichens tut die Widget es. Ich kann leider nichts configurieren.

  23. Jets sprach

    @Redaktion,
    I managed with another admin name, thanks.
    I really go enjoy this plugin.

  24. Josh Kadis sprach

    Great plugin!! Question: Is there a variable similar to ###ITEM_DATEFEED### that will show only the date published? Instead of “Fri, 10 Jul 2009 20:40:42 -0400 (ca.) ” I would like to say only “Fri, 10 Jul 2009″. Thanks!

  25. Jets sprach

    This is a reaally useful plugin for us. Took me some time to figure out how it worked, because I’m an older gay, but most of it I understand now. Great plugin, but two questions remain:
    I use Atahualpa theme and in de Menu it will only do well in the first position. In an other position PBA won’t find page 2. How can I do that to make it find page 2.
    And it will be my poor knowledge, but how can I change the next page to open in the same window? Now it’s making new pages all the time.
    Thanks in advance
    (PS. I really can’t find a donation button and I’m used to donate)

  26. Mac sprach

    Hello-
    Auto-polling does not seem to work and I can’t find any solution to this problem. I even tried setting the individual feeds to poll every 5 minutes but it doesn’t work. I’d really appreciate any tips.
    I just set up a new blog with Wordpress 2.8.2 and Parteibuch Aggregator 0.5.2.
    Thanks!

  27. Redaktion sprach

    @Mac
    Check your php installation, maybe you got something crippled there.

  28. Judi sprach

    Wonderful, wonderful, plug-in concept. Much sought after.

    However, I have added 5 feeds … and received the following 4 error messages:

    3 feeds - not-displayed : Error message [E2] “Cannot ascertain feed-type, therefore ignored”

    1 feed - displays in reverse order with date displayed of Wed, 31 Dec 1969 18:00:01 -0600 1969

    : Error message [E10] “No time-stamp in feed for post item”

    1 feed - displays effectively.

    (All, are same feed-type)

    Help! Thanks.

  29. Redaktion sprach

    @Judi
    If you have feeds, that couldn’t be parsed, you may want to try to include them first into “Feedburner” and then aggregate Feedburners feed then in Parteibuch Aggregator.

  30. Judi sprach

    Many thanks for your help. I will now set them up in “Feedburner” and then feed them into Parteibuch Aggregator.

  31. Judi sprach

    Wonderful!

    Thank you.

  32. Judi sprach

    This is a great plugin!

    Is there a way to opt for / select a FULL content feed (instead of Summary)

    for one particular Feed ID (not global) ??

    Thanks.

  33. Josh Kadis sprach

    Olivier: I am not sure if this would work but here’s a hack that I thought of. Your could create a page with the feed results, then create a custom category archive template that calls the_content of the page with the feed results.

    Josh

  34. Olivier sprach

    Hi there,

    Well this was a great idea… Thanks Josh! :) But I went an even shorter route… I created a page link between my Category and the “Page” page” by adding:

    News Feed
    into my header.php, right after the category call:

    Then I changed the status of my “Page” page” to ‘private’, making it disappear from the menu bar, while my Category ‘News Feed’ started to show on its Category menu bar as it pulled posts from the now hidden “Page” page”. Bingo!

    Now, I need to control the CSS of the Page Output far more tightly than now to match my site Category Style page output. So, where do I do that from?

    - Directly from the WP Admin plugin interface, under the “Format the output page” box?
    - Or from some other embeded parts in one of the PHP files, since I do not see a CSS file controling the plugin?

    I mean for instance, in the “Format the output page” box, I see statements like: , , etc…

    - Are these classes created directly from/in the “Format the output page” box [meaning I can create any classes from there,
    - Or can I refer from the “Format the output page” box to my current controlling CSS file? Can I do that? How? Say my current controlling CSS file has a , which controls posts on Category pages, can I use this to alter the page output directly from the “Format the output page” box?
    - OR do those classes already exist and are being controlled somewhere else? If so where?

    Many thanks. Feedback is most appreciated.

    Cheers,

    O

  35. Olivier sprach

    Sorry but the code I wrote and shared in my previous posts is not accepted by the setup of this feedback blog… So, this part:


    News Feed
    into my header.php, right after the category call:

    … does not make much sense…

    Cheers,

    O

  36. Olivier sprach

    Now… I am blocked from posting… and cannot see my initial question about CSS controls… :(

    Cheers,

    O

  37. Joelle sprach

    Hi,

    Wondering if someone could help with the Variables available in this plugin; those identified in the plugin with 3 # at the beginning and 3 # at the end. I am trying to see if there is any of those variables that is referrencing to: 1) the Tags, 2) the Category, and/or 3) the Page. Basically, I am trying to see if I can either pick-up some of the tags attached to some of the RSS feeds and display those tags next to the actual RSS post. I’d like to also pick-up and display the Page I am posting the RSS feeds on as well as the respective Category it fits in. I tried an alternative, which was to add two custom fields to the actual Page: one field is the wp’s ‘the category’ (set with the catgory ID number in the value field) and the second is the wp’s ‘the tags’ (with typed in tags in the value field), but they do not seems to produce anything…

    Anyone can guide me with this?

    Thanks

    Joelle

  38. Redaktion sprach

    Basically, I am trying to see if I can either pick-up some of the tags attached to some of the RSS feeds and display those tags next to the actual RSS post.

    No chance. Category fields from the various rss and atom feed formats are not even parsed by the aggregator. There are no database fields for categories from feeds and there is nothing implemented to display category information from feeds.

    But there is an alternative implemented in the Aggregator to reach something similar: search capability. The concept of the aggregator is to make yourself kind of categories from text and title with search results. See here some examples, to get an idea:

    Items related to Honduras - Feed for Honduras

    Items related to Israel - Feed for Israel

    Items related to Health Care - Feed for Health Care

    So, to specify a category, just place a link to the search result.

  39. Shane sprach

    I’m wondering if there’s a way to add images to feeds from the original articles?

    thanks
    Shane

  40. Chirag sprach

    Folks, I am working on the real time implementation of the Parteibuch Aggregator 0.5.2.

    I need some guidance, on another matter,
    How could we implement filtering feature for the feed items based on the source.

    When we are aggregation feed on a page, is there a way to filter feeds items based on the feed source.

    Eg:

    Page Items = RSS1 + RSS2 + RSS3

    Can we allow users to one of the Show_Feed(”RSS2″) will show all the items from only RSS2 on the Page.

  41. It was not the redaktion sprach

    This seems to be one of the right wing Israeli-Trolls. Sorry to Chirag

  42. Chirag sprach

    :) Trolls are lamest lifeforms

  43. Redaktion sprach

    @shane
    The aggregator will not copy images to the destination of the aggregator. However, images source addresses are rebased, s that they are shown from their origianal sources.

    @Chirag
    There are two implementations of filters for feed sources so far:
    1. the aggregator’s admin can put different aggregated pages together with a filter from diffrent sources on filter page, where feed sources are checked. So for the admin it’s possible to say:
    aggregated feed 1 = (source RSS1 + source RSS2 + source RSS3)
    aggregated feed 2 = (source RSS2 + source RSS4 + source RSS5)
    2. For users there is no interface to do this selection like an admin. However, in serach box, users may search for feed:part_of_feedname, so that seach results are limited to results from one feed

    @all
    Don’t mind the trolls. If you like to get an impression of how these “friends of Israel” look like in reality, just see one of them here. ;-)

  44. Shane sprach

    @Redaktion
    i’m not sure how this works. i have RSS feeds that have images, some have images in the RSS feed itself but these do not appear on my site. what am i missing.
    Thanks

  45. Redaktion an Shane (fake) sprach

    *** Comment of troll deleted ***

    [Annotation from the editor: This harassing comment was from a supporter of Israel with IP 80.139.221.100 and shows nothing else than the typical behaviour of some “friends of Israel”]

  46. Redaktion sprach

    @Shane
    There is an option for each output to specify which html tags will be shown in the output. To see the images, you have to check the checkbox with “img” html tag.

  47. Shane sprach

    @Redaktion this is truly great!!! one of the best plugins that i’ve seen for WP and i’ll be sure to add my rating.

    I’ve got a couple of basic questions;

    Where can i edit the default size of the images, the fact that text starts on the bottom line of the image and not tight and the color of the links etc

    I tried to go to “Template for this output page: see here some placeholder” but got redirected to a page stating “You do not have sufficient permissions to access this page.” which is strange because i own and installed the site and the hosting.
    thanks
    Shane

  48. juanma sprach

    Hello,

    Fantastic Plug-in, that’s just what I was looking for my 2.7 Wordpress blog. Thank you very much.

    I am using it now as a widget, but I’m having a couple of problems:

    For Atom feeds from Blogger, the URLs I introduce have this format: myblog.blogspot.com/feeds/posts/default but then, ITEM_URL shows with a link like this www.blogger.com/comment.g?blogID=xxxxx&postID=yyyy instead of myblog.blogspot.com/yyyy/mm/dd/mypost as it happens in RSS feeds.

    When ITEM_ NAME contains any special symbol, then ITEM_NAME crashes and strikes from that symbol on.

    Could you please give me a solution for this problem?

    Thank you very much for your attention.

    Best regards.

  49. juanma sprach

    Sorry,
    I tried to send you a question about Parteibuch Aggregator plug-in but has been flagged by the spam filter of this blog as spam.

    Please could you unlock it?

    Thank you in advance

    Best Regards

  50. Vincent van der Ven sprach

    Hello,

    Thanks for your great plugin.

    I just would like to know how I can display the feeds on the homepage of my wordpess site?

    Thanks again.

  51. Vincent Ven sprach

    Hello,

    Sorry please disregard my previous question, I made static page the home page have the feeds displayed there.

    i have a issue that I cannot solve:

    Lets say I have 3 feeds, 3 list and 3 pages. I try to display:

    feed 1 on page 1
    feed 2 on page 2
    feed 3 on page 3

    I have setup:

    feed 1 to list 1 to output stream 1 to page 1
    feed 2 to list 2 to output stream 2 to page 2
    feed 3 to list 3 to output stream 3 to page 3

    However, all feeds are still displayed on every page.

    List 1 contains all feeds no matter what boxes I check.

    Hope you can help.

    Thanks.

  52. Redaktion sprach

    @Vincent
    At top of the list filter, there is a checkbox: Disable filter (List all sites): (If checked, the filter will not filter and all items are displayed). Make sure the checkbox is unchecked to enable the list filter.

  53. Gren Hamlyn sprach

    Hi, great plug-in thanks.

    I have a problem polling the RSS feeds. It works when I click “Poll Some Feeds” but it doesn’t seem to do this automatically. when due it reads “now” in the next poll column, but it never polls. Can you help?

    Gren

  54. john sprach

    why don’t I get any images any more with the feed?

  55. Mike sprach

    I am having the same problem as #53 (@19/10/2009 16:14) above. Polling is working great when I poll manually. They are not polling automatically.

    I love the plug-in! I just can’t get it to run on schedule.

    I played with the frequency and the load balancing, nothing works.

    Any help will be greatly appreciated.

    Thanks.

    Mike

  56. Dan sprach

    I’m having a similar problem to #48, juanma - The title for ITEM_NAME should be:
    “Episode 133: Haven’t You Always Wanted A Monkey?”

    Instead I get:
    “Episode 133: Havenâ”

    The “â” seems to be an error. Any Ideas?

    Otherwise, I’m enjoying this plugin, thank you.

  57. sarah sprach

    Hi
    I have a problem with the plugin. I’d like to have the feeds displayed in categories only on the main page of the aggregator not as posts. So that people could select categories and get the posts belonging to it. Could I do this with your plugin? The lists do not show on the page.

  58. Nicooo sprach

    Hallo,

    echt super Plugin !!!
    Ich würde gerne im XML Feed die der Parteibuch Aggregator aus den verschiedenen Feeds erstellt, also /ticker-feed/ die eigentlichen Einträge erstmal zu mir auf die Cache Seite leiten und dann zum Ziel.
    Ist das irgendwie möglich ??
    So könnte man den Feed in Google Sitemaps integrieren und hätte auch selber was davon :)…

    Danke
    Nicooo

  59. Redaktion sprach

    @Nicooo
    Nein. Das widerspricht den Zielen, für die wir das Plugin gemacht haben.

    Wir wollen eben gerade nicht den Traffic der urspünglichen Autoren abgreifen und ihnen Besucher wegnehmen, sondern ihnen welche bringen.

  60. Marcel sprach

    Nice plugin. I ran into a problem where the feeds are displayed with apostrophs as &#39 and the accent as &#8217.
    I already use:
    / disable wp texturize, remove hashes to enable

    remove_filter(’the_content’, ‘wptexturize’);

    remove_filter(’the_excerpt’, ‘wptexturize’);

    remove_filter(’comment_text’, ‘wptexturize’);

    remove_filter(’the_title’, ‘wptexturize’);

    in my functions.php, but Parteibuch does not listen.

  61. Marcel sprach

    Got rid of the #&39, but the #&8216 stays firmly put.

  62. Marcel sprach

    Still struggling with the opening and closing apostroph.
    Not silly, I am excentric.

  63. Roger sprach

    Thank you very much for this plug-in. It is flexible and complex, yet quite easy to use once things are figured out. No significant problems so far.

    You can see it working here: http://www.tris...rg/?page_id=298

  64. Harald Jenk sprach

    Guten Tag
    Sehr schönes Plugin. Mein Problem ist, dass es statt dem Titel des Blogs den Verfasser des Artikels oder bei verschiedenen Wordpressblogs einen Benutzernamen ausgibt. Gibt eine Möglichkeit, das zu einzustellen. Wo müsste man den Programmtext ändern, dass zum Beispiel der “Feed-name” aus Quelle angegeben wird?
    Vielen Dank im Voraus
    Harald Jenk

  65. Harald Jenk sprach

    Sorry für die Anfrage. Nach abermaligem Durchlesen habe ich begriffen, dass ich den Override-Button ankreuzen muss.

  66. Yets sprach

    You do not have sufficient permissions to access this page.

    What do I have to do in WP to get parteibuch started? I have all rights and this happend to me for the second time but now it’s tough. Can’t get in Please?

Kommentieren (Erlaubte Tags)

Berliner Weisswurstbaer
Berliner Weisswurstbaer
Copyleft2006 Lurusa Gross

Mirrors

Recherche

Net News Global

Net News Global

Netradio

Aktionen

Parteibuch Forum

Letzte Kommentare

Ältere Beiträge

Archiv

Februar 2010
M D M D F S S
« Jan    
1234567
891011121314
15161718192021
22232425262728

Literaturtip

Tod im Milliardenspiel

Umfrage zu 9/11

Werbung

NPD - made by
Verfassungsschutz

Kapitel

Sonstiges

Par·tei·buch n. Heft mit persönlichen Daten und Mitgliedsnummer zum Beweis der Mitgliedschaft in einer Partei

Sponsored Links

RSS-Feeds

Infos zu Honduras

Information zu Gaza

Termine

Neu im Parteibuch Wiki

Parteibuch Ticker (Feed)

International (Feed)

Media News Clips

Counter & Stuff

[25 queries. 7.137 seconds. 10 level2 caches. Top ]