laslo
Forum Replies Created
-
Forum: Plugins
In reply to: Results count fails when Search Reloaded plugin is enabled“It also causes the “previous posts” “next posts” to not be shown because the count is gone. Only shows the results for one single page based on the number of posts per page you have set”
yes, I can verify that bug on ver 2.6 too, using WP 2.0.5
I explain the bug in detail here
http://wordpress.org/support/topic/94442?replies=3So I guess we’ll have to wait for the author to upgrade his plugin ?
Forum: Plugins
In reply to: Semiologic Search Reloaded – major bugHere in my blog, this plugin works fine, but it conflicts with another plugin like PageBar http://www.elektroelch.de/wp/pagebar.html
which I use to navigate through different page result.
And Search Reloades also cut the php code for the regular navigation in WP<?php posts_nav_link(‘ — ‘, __(‘« Previous Page’), __(‘Next Page »’)); ?>
Any idea to fix this?
Forum: Plugins
In reply to: Democracy 2Yep, I have the same problem in my blog. any help?
Forum: Everything else WordPress
In reply to: Seekmo adware and Googlewell. thanks for responding. so far i think i found the culprit: a script from http://fastonlineusers.com/
One that shows how many online users where at one time in my blog.
Let me know if you use it, and if you had any adware related problem because of it.
And another thing, if you know a better, clean alternative to that feature, pleaste let me know.Forum: Everything else WordPress
In reply to: Seekmo adware and Googlewell it really shows up on other computers and IE browsers, so I don’t think is a local problem. The thing that bugs me the most is that, like in your case, this bug wont show up in some computers. Even here in my IE it wont show up in some posts pages, in others it does.
So I still can’t put my finger on what is causing it 🙁
ugh. I hate IE…Forum: Everything else WordPress
In reply to: Seekmo adware and GoogleI’m on IE 6.0 and I get the Seekmo window almost randomly. I deactived some plugins related with Google, like “Search Hilite” and “Google Sitemaps”, but I’m still having this problem from time to time. I can’t find a patron.
Before that I removed the Google Adsense JavaScripts but I dont think it made a difference.
I will keep debugging it, I hope someone could give me a light on this matter.Forum: Fixing WordPress
In reply to: How to get Search to search pages or comments?ok, I’m guessing is another plugin that causes the conflict, but I’m not 100% sure.
btw, this maybe is related to the previous problem, but in the sidebar when I use “echo $s” to show a message indicating what search query was made, it shows an empty string. While in the search it does shows the string..
for example http://cinencuentro.com/index.php?s=wong+kar+wai* my blog is in spanish
update:
Ok it’s working now. This was the one causing conflicts and the other bug I mentioned before:“SimpleSearch 1.0 – Beau Collins – Simply a better search.”
from this site http://beaucollins.com/laboratory/simplesearch/
which looks it’s down. btw, I never saw that plugin made any improvement in the search results, I dont know why I kept using it =PThat plugin was also blocking the effects of Search Hilite http://www.mediaprojekte.de/blog/
Forum: Fixing WordPress
In reply to: How to get Search to search pages or comments?I’m on WP 1.5
I was using randomfrequency.net/wordpress/search-pages/ and it was working well until some point, i dont know what I changed or what other plugin I add, that search page wont work anymore 🙁
Any ideas what conflict would be?btw, that plugin I think only looked through Pages not comments. SO if you know any other plugin to search Pages (and comments), let me know so I can try it out.
Forum: Fixing WordPress
In reply to: Line breaks don’t work.ok i meant to say
‘nbsp[BR]’
and ‘using only nbsp; ‘…….
Forum: Fixing WordPress
In reply to: Line breaks don’t work.so far what i figured out was to use:
[BR]
anytime i need a new line break.
using only ” ” didnt work the last time i checked.so i’m still looking a better fancy way to get, say two line breaks from time to time, after a couple of paragraphs or whatever.
Forum: Plugins
In reply to: CanaryComment issue…I have the same issue that chode. On Firefox after hit sumbit the comment text form gets gray, like it should be, but it stays there, never reachs a ‘succesful’ point. If you reload the page the new comment appears but the text area is still fill with the latest comment text.
On IE it shows up the yellow icon of JS error, it says something regarding ‘all_comments’. it could be this line:var all_comments = document.getElementById(“all_comments”);
Any ideas how to fix it?
Forum: Fixing WordPress
In reply to: Blog feed corrupted with adhesive stick-post plugin.Check here http://wordpress.org/support/topic/10043
I did this back in the day and worked from that on:” Comment that out with a couple of slashes, and I think you’ll get what you want:
// add_filter(‘the_content’, ‘adhesive_the_content’, 15); ”
I have a certain similar problem, only with a twist, in short: after the migration of the DB, I see the SPANISH characters correctly in phpmyadmin (which has it ‘latin1_swedish_ci’ collation), but in my blog the spanish characters appear just wrong.
I tried changing the collation of the DB to latin1_spanish_ci
but didnt work.
any ideas please?
I’m hosting on BlueHost. Still waiting for more help from them too.Forum: Fixing WordPress
In reply to: Blog feed corrupted with adhesive stick-post plugin.I have the same problem. I guess that comes with the plug-in, i wonder if there’s a new plug-in that corrects this.
Forum: Fixing WordPress
In reply to: Delete required email fieldyes please, I’d like to know how to make the email field optional.