geilt
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Username Change (Feature Request)It actually shouldn’t cause much of a problem. Anything user related should be referencing the user ID, not the username. All you would need is a plugin that enables this in the user menu. It would have to check and error out of the WordPress username already exists with that id and if it is a valid username, then maybe update the nicename.
Not too hard at all, but perhaps some old wordpress installs or plugins user the username.
I have a WordPress User meta class I may be able to format something like this into.
Thanks for the update. I will add a option in the Calendar menu to modify posts per page as well. You are correct in that it uses the blogs default.
Couple other fixes to come as well.
I Will probably have to push an update for this. It looks like a problem with strtotime but I Will get it tested. Thanks for the example. Would you be able to provide a screenshot of you widget settings?
You would have to add this to front-page.php or whatever template your home page uses.
<?php
$events = new WP_Query( array(‘post_type’ => ‘events’,
‘post_status’ => ‘publish’,
‘posts_per_page’ => 5));while( $events->have_posts() ): $events->the_post(); ?>
<h2><?php the_title(); ?></h2>
<?php the_content(); ?>
endwhile;
?>Try it!
Thanks! We are using timthumb to grab the images and resize them ourselves. The latest version shouldn’t have any jQuery conflict issues.
Have not tested with Multi Site installation.
IS this still happening Chris and Newstart Designs?
Forum: Plugins
In reply to: Plugin: simpul tweets by esotechNot a problem. I finally found the problem you were describing, I had added the Date as a feature in the code, but we never had a menu option for it. It will be pushed out in a day or so in the latest patch. What plugin did you go with?
Forum: Plugins
In reply to: Plugin: simpul tweets by esotechIs your website behind a school firewall? Some of our plugins have had issues because twitter and Facebook randomly serve back ipv6 IP addresses on domain lookup which some firewalls have issues with.
I can’t see the plugin on your site currently. It should automatically show the date after each post with link.
Email me at alex@esotech.org and I’d be happy to take a look at the issue with you on Monday over the phone or email.
Forum: Plugins
In reply to: Plugin: simpul tweets by esotechHi, I am the author.
What are you having problems with? This is our simplest plugin.
It is a widget, so you must use it in a sidebar or use a widget code for it.
Have a site I can look at its behavior? We use this in all our client sites.
Do you have a sample site we can look at?
Yes it is possible, you can just access the post type “events” using WP_Query
Such as
$events = new WP_Query(‘post_type’ => ‘events’);
while( $events->have_posts() ): $events->the_post();
the_content();
endwhile;Add any other parts of the query you need and content you need.
Also, the plugin does it as a widget, just disable the calendar and click to show post.
Can you give me a URL With the issue? Sorry did not see this post until now.
Fixed. Give it a go now if you can, it wasn’t auto zipping the files.
Would love if you’d reconsider the rating too! =) Thanks again for the heads up!
Looking into it. Thanks for feedback!
*Update* its a SVN issue, fixing.
Forum: Plugins
In reply to: Sitemap XML problem with Yoast SEO pluginHaving the same issue, no resolution yet.
GTD2011 thanks for the PDF link. the code shown is exactly what I had found and removed and is posted in my blog. The payload, or effect on yours was different than mine. because the iframe and malware scripts that load actually come from a third party server.
The effects can be chosen based on the virus programmers criteria, thats why you got viagra ads and i got different ads. more than likely the algorithm is based off the users collected data that is sent in the cURL| function.