Bernhard Riedl
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Theme My Login] Links not encoded &I’ve just figured out, that you can actually already set a customized message for password resets. – Just missing that ‘Username or E-mail:’ can be changed to ‘E-Mail’ only…
Forum: Requests and Feedback
In reply to: Version 3.0 FeaturesForum: Requests and Feedback
In reply to: Version 3.0 FeaturesDefinitely a re-worked registration system. – Guys, we should really stop sending passwords in plain-text! And I double the thoughts for onboard spam-registration prevention. In other words, a WordPress 3.0 needs an overhaul of our registration system (secure and plugable).
Here are two example tickets that address these issues: 2870 (open since 2006 or WP 2.0.4) and 10006.
Another useful feature would be a mobile theme (not only for iphones, but also for other platform like e.g. Android) in the backend.
Forum: Fixing WordPress
In reply to: WP-Cron not working in 2.9Forum: Plugins
In reply to: [Plugin: GeneralStats] New row, how too?hi romeon,
i had a look on your page and it seems as if you haven’t set any css-tags yet. the easiest way to fill in the css-tags would be to use the load defaults-button.
please don’t forget that you have to re-set all parameters afterwards.
greetz,
bernyForum: Plugins
In reply to: [Plugin: GeneralStats] Widget won’t work 2.8.4hi again,
i’ve just released GeneralStats 1.10 which is a WordPress 2.8 and above only implementation and should solve the problem with missing sidebar-plugins.
please keep me updated if the bug still occurs.
berny
Forum: Plugins
In reply to: [Plugin: GeneralStats] Widget won’t work 2.8.4hi matah,
hmm. – you’re the second user having a problem with the wordpress 2.8 widgets implementation. – please contact me by mail, so i can send you an updated version which hopefully does the job.
greetz,
bernyForum: Plugins
In reply to: wp_register_sidebar_widget vs. register_sidebar_widgethas been resolved by the wp 2.8 widget api and the WP_Widget class.
berny
Forum: Plugins
In reply to: [Plugin: Sabre] SABRE and Generalstats Cooperation – Action Hook?Hi Didier,
good to hear from you, too. – thanks for your reply.
i’m pretty sure that waiting with the next version of SABRE for the release of wp 2.8 is a good idea. – i heard some rumors about a change in their authentication systems (maybe something like openID or LDAP). – and as stable as wordpress has been over the last years, i hope for you that the re-coding effort isn’t to much!
i’m not digging too deep into wordpress logic with my plugins, but better planning from the core programmers (at least for a couple of releases) would decrease the pressure. – it’s all about a little consistency and not implementing feature 7346, isn’t it? 😉 and more documentation would also be nice. – for example the action reference is really not up-to-date and thus, i had to do reverse-engineering on different wp versions to find out which hooks are stable and working!
anyway, the new version of GeneralStats is almost finished and i’m looking forward to your action hooks. 🙂
greetz,
BernyForum: Plugins
In reply to: [Plugin: GeneralStats] counts the number of posts by user IDshi wordpredia,
sorry, counting by author names or ids is not possible with generalstats.
greetz,
bernyForum: Plugins
In reply to: Generalstats reflects Sabre’s functionalityhi didier,
i just uploaded version 0.71 of generalstats which now works together with sabre. – as promised, i linked you in the description page of generalstats and also mentioned sabre in the php source.
if you want to, you can also add a link on future updates of sabre to generalstats.
thanks for the cooperation.
greetz,
bernyForum: Plugins
In reply to: Generalstats reflects Sabre’s functionalityhi didier,
thanks for your reply. today i worked out the necessary code and tested it within generalstats. it counts all users in the sabre table with status ‘ok’ and adds the cardinality of the residual set of all users in the wp users’ table which are not stored in the sabre_table. imho that should do the job, until someone forgets to import the users into sabre as mentioned in your faq’s. 😉
$q="SELECT COUNT(u.ID) FROM $wpdb->users as u, ".SABRE_TABLE." as s WHERE u.ID=s.user_id AND s.status in ('ok') UNION SELECT COUNT(u.ID) FROM $wpdb->users as u LEFT JOIN ".SABRE_TABLE." as s ON u.ID=s.user_id WHERE s.user_id IS NULL"; $results = $wpdb->get_col($q); $userCount=$results[0]+$results[1];in addition we could use the function
has_cap(), but that shouldn’t be necessary. – what do you think?btw. from a oo point of view i really like your suggestion, that you provide a global function within sabre. if you like to, you could use the code above…
anyway, after realization of the count function either in my or your plugin, i also plan to link sabre in my readme.txt file and also make a small remark within the php code. which link do you prefer – your page or the wordpress plugin page?
greetz,
bernyForum: Themes and Templates
In reply to: Different sizes of Feedshmm, after hours of trial-and-error with several wp hooks and query_posts, i worked out a quick and dirty solution for my problem. – the changes in wp-includes/query.php do the following: if a get variable ‘getall’ is set, the size of the feed will not be defined by the post_per_rss variable; instead i just set post_per_page in the query to be 100.
if ( $this->is_feed ) { if (!isset($_GET['getall'])) $q['posts_per_page'] = get_option('posts_per_rss'); else $q['posts_per_page'] = 100; $q['nopaging'] = false; }to avoid having search engines indexed the long feeds, i appended a redirect in my .htaccess and an entry in my robots file.
does anyone have a better idea? maybe the usage of some action hook will do that in a much more nicer way. – i really appreciate any suggestions…
berny
Forum: Plugins
In reply to: IEEE bibtex-keys errorhi sergio,
the xhtml-issues are due to the fact that the name attribute isn’t allowed to start with a number. – nevertheless, in my example, i used the original ieee-bibtex-key of this paper. inbetween, i solved it by changing the bibtex keys and the bib2html template. maybe you want to include a prefix in your std-template in future versions.
imho another important feature would be to sort the entries by date, as also mentioned in your webpage comments.
cheers,
bernyhere is the full example:
<li><a name="10.1109/HICSS.2008.366"></a> <div>B. Riedl, V. Grascher, S. Fenz, and T. Neubauer, "Pseudonymization for improving the Privacy in e-Health Applications," in <em>Proceedings of the Forty-First Hawai’i International Conference on System Sciences</em>, Los Alamitos, CA, USA, 2008, p. 255.</div> <div class="bibtex" id="10.1109/HICSS.2008.366"> <code>@INPROCEEDINGS{10.1109/HICSS.2008.366, <br /> author = {Bernhard Riedl AND Veronika Grascher AND Stefan Fenz AND Thomas Neubauer}, <br /> title = {Pseudonymization for improving the Privacy in e-Health Applications}, <br /> booktitle = {Proceedings of the Forty-First Hawai’i International Conference on System Sciences}, <br /> year = {2008}, <br /> pages = {p. 255}, <br /> address = {Los Alamitos, CA, USA}, <br /> publisher = {IEEE Computer Society}, <br /> doi = {http://doi.ieeecomputersociety.org/10.1109/HICSS.2008.366}, <br /> issn = {1530-1605}, <br /> url = {http://www.neotrinity.at/publications/2008/pseudonymization-for-improving-the-privacy-in-e-health-applications/}<br /> }</code> </div> <div><a href="#10.1109/HICSS.2008.366" class="toggle">bibtex</a> <a href='http://www.neotrinity.at/publications/2008/pseudonymization-for-improving-the-privacy-in-e-health-applications/' title='Go to document'><img src='http://www.neotrinity.at/wp-content/plugins/bib2html/external.png' width='10' height='10' alt='Go to document' /></a> </div> </li>Forum: Plugins
In reply to: [Plugin: Sabre] Dashboard Widgetthanks a lot!
berny