preisjaeger
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress 3.x share posts tableif you like to share posts you also need to share users, terms and some other tables.
i’m also looking for a ways to share 1 database (except the options-table) with 2 different domains.
maybe this old thread helps you: http://wordpress.org/support/topic/share-certain-parts-of-a-wp-database-over-2-domains (me not 🙂 )
Forum: Fixing WordPress
In reply to: Cropping featured imageMy problem was that my WP-theme didn’t use the cropped images (with get_the_post_thumbnail($id, ‘thumbnail’)). It was using an own method in functions.php. An other problem is that wordpress always shows the default image at the right in post-edit (and not my cropped), although the cropped image saved correctly.
Forum: Fixing WordPress
In reply to: Cropping featured imagesame problem here! any solution?
Forum: Plugins
In reply to: [Plugin: Facebook Comments for WordPress] Doesn’t work for meAre there not some more parametres required for fb:comments (such as xid)?
http://wiki.developers.facebook.com/index.php/Fb:comments😉
Forum: Plugins
In reply to: [Plugin: Facebook Comments for WordPress] Doesn’t work for meI think i have the same problem. i use Firefox v3.6.3 an a valid Facebook ID (15 digit). The only thing that happens in frontend is:
<div style="margin: 20px 0pt;"> <p style="margin-bottom: 15px; font-size: 140%; font-weight: bold; border-bottom: 2px solid rgb(0, 0, 0); padding-bottom: 5px;">Facebook comments:</p> <fb:comments width="500" numposts="10"></fb:comments> </div>the fb:comments-tag is nothing showing in browser.
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Exclude category when posting in my blogme2!
Forum: Plugins
In reply to: [Plugin: Vote It Up] Guest Exploitit was just a little copy&paste mistake (the wrong variables were given to GuestVoted() ). take a look in this GuestVote-function and you will see, that it’s not correct using $post_ID and $user_ID for function GuestVoted(). It was also not escaped, so there was perhabs a little sercurity hole… 😉
Forum: Plugins
In reply to: [Plugin: Vote It Up] Guest ExploitHere is my bugfix to this issue (with your description): http://www.preisjaeger.at/news/bugfix-in-wp-plugin-vote-it-up-multiple-voting-for-guests/