savvar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: media uploaderthose warnings are for google maps api i had them for at least 3 months now and didnt had any upload problems before the update
Forum: Fixing WordPress
In reply to: media uploadersara,
same for me i manages some uploads after hundred effortsForum: Fixing WordPress
In reply to: media uploaderTara i tried disabling all plugins
it happens with all images whatever size. only the admin account and not all times its possible to upload
Forum: Fixing WordPress
In reply to: media uploaderi m not on multisite. its 2 different installations
i also tried disabling all plugins but still cant upload
Forum: Plugins
In reply to: [WP-PostRatings] Plugin not workingok thanx a lot
the problem was i had <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?> below the content
now its fixed
Forum: Plugins
In reply to: [WP-PostRatings] Plugin not workingI checked and that error comes from the plugin.
whenever i deactivate the plugin i dont get the error.
any ideas?/
Forum: Plugins
In reply to: [WP-PostRatings] Plugin not workingok thnank you
Forum: Plugins
In reply to: [WP-PostRatings] Plugin not workingrating is somehow disabled and doesnt let me rate
for example here: http://lemesos-blog.com/igor-varchenko/
theres the rating on the bottom of the post but its disabled
Forum: Plugins
In reply to: [WP-PostRatings] Query PostsForget my last request was stupid
i use <?php query_posts( ‘r_sortby=highest_rated&r_orderby=desc&cat=1135’ ); ?> on arhive.php to get top rated posts but posts without ratings dont show
what i have to put so those will also show?
Forum: Plugins
In reply to: [WP-PostRatings] Query PostsI used
<?php query_posts($query_string.'&r_sortby=most_rated&r_orderby=desc') ?>to change archive.php to sort posts according to ratings.Is there a way to put a number on every post on archive page???
1.post1
2.post2
3.post3etc
Forum: Plugins
In reply to: [WP-PostRatings] Query PostsAlso can i ask if i can put numbers in front of every post in category page?
1 for the first 2 second etc
Would be really pleased if you tell me how i can do it
Forum: Plugins
In reply to: [WP-PostRatings] Query PostsI got <?php query_posts($query_string.’&r_sortby=most_rated&r_orderby=desc’) ? from plugin FAQ and it works perfectly but it displays only already voted posts