Forum Replies Created

Viewing 15 replies - 91 through 105 (of 109 total)
  • Thread Starter Bernhard Riedl

    (@neoxx)

    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…

    I agree with jmccann. – Tags for pages should be included because this functionality is often needed if WordPress is used as a CMS.

    @jmccann: Two years ago I’ve written a post which shows how to change taxonomy.php in wp-includes to allow tags for pages in the tag-cloud.

    Definitely 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.

    hi,

    same here: same here. – did your host tell you what they’ve changed?

    greetz,
    berny

    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,
    berny

    hi 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

    hi 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,
    berny

    Thread Starter Bernhard Riedl

    (@neoxx)

    has been resolved by the wp 2.8 widget api and the WP_Widget class.

    berny

    Thread Starter Bernhard Riedl

    (@neoxx)

    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,
    Berny

    hi wordpredia,

    sorry, counting by author names or ids is not possible with generalstats.

    greetz,
    berny

    Thread Starter Bernhard Riedl

    (@neoxx)

    hi 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,
    berny

    Thread Starter Bernhard Riedl

    (@neoxx)

    hi 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,
    berny

    Thread Starter Bernhard Riedl

    (@neoxx)

    hmm, 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 error
    Thread Starter Bernhard Riedl

    (@neoxx)

    hi 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,
    berny

    here is the full example:

    <li><a name="10.1109/HICSS.2008.366"></a>
    <div>B. Riedl, V. Grascher, S. Fenz, and T. Neubauer, &quot;Pseudonymization for improving the Privacy in e-Health Applications,&quot; 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 />
     &nbsp;&nbsp;author = {Bernhard Riedl AND Veronika Grascher AND Stefan Fenz AND Thomas Neubauer}, <br />
     &nbsp; title = {Pseudonymization for improving the Privacy in e-Health Applications}, <br />
    
     &nbsp; booktitle = {Proceedings of the Forty-First Hawai’i International Conference on System Sciences}, <br />
     &nbsp; year = {2008}, <br />
     &nbsp; pages = {p. 255}, <br />
     &nbsp; address = {Los Alamitos, CA, USA}, <br />
    
     &nbsp; publisher = {IEEE Computer Society}, <br />
     &nbsp; doi = {http://doi.ieeecomputersociety.org/10.1109/HICSS.2008.366}, <br />
     &nbsp; issn = {1530-1605}, <br />
     &nbsp; 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>
    Thread Starter Bernhard Riedl

    (@neoxx)

    thanks a lot!

    berny

Viewing 15 replies - 91 through 105 (of 109 total)