ein memory spiel, dass den notes client workspace nachgebildet hat – es gilt, gleiche datenbanken aufzudecken
solange es keine vernünftigen mechanismen von wordpress oder von plugins gibt – die wird es wohl mit der version 1.5 geben – ist es das beste, die trackbacks / pingbacks einfach zu deaktivieren. das feature wird den meisten nicht allzu sehr abgehen behaupte ich – auf mich trifft das zumindest auf jeden fall zu. die kommentare sind schon spärlich, mit trackbacks sieht es noch schlechter aus.
als erstes deaktiviert man die funktion für die zukünftigen einträge; einfach unter “Options” – “Discussion” den punkt “Allow link notifications from other Weblogs (pingbacks and trackbacks.) ” deaktivieren.
um nun bei allen bereits bestehenden einträgen die trackbacks zu deaktivieren, muss man einfach nur das folgende sql-statement absetzen: UPDATE wp_posts SET ping_status = ‘closed’; (ggf. den namen des tables anpassen – stichwort prefix….)
ps: dieses video zeigt, was ein trackback ist. ein pingback ist ansich das gleiche – er funktioniert nur vollautomatisch.
In this article, we discuss two ways to work with groups. First, we look at the built-in LotusScript class, NotesAdministrationProcess, available in Lotus Notes/Domino 6.0 and later. This class can add members to groups, rename them, and delete them (along with many other functions not related to groups). There is no function to remove users from a group; however, if you use the administration process (AdminP) to remove users entirely, they will also be removed from groups. For more on the NotesAdministrationProcess class, see the article, “LotusScript: The NotesAdministrationProcess Class in Notes/Domino 6.”
We also present two custom LotusScript classes that support a wider set of group operations. The code was written for Lotus Notes/Domino 6.0 and later; using it in release 5 requires some minor changes. The article contains a few sample agents that show how to use these classes for different tasks. The classes are not usable from COM because they use the List datatype internally, which Visual Basic does not support.
via developerworks bzw. sandbox
Recent Comments