oncidium
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posted comments & smiliesI’m having this exact problem. Did you ever find a solution?
Forum: Plugins
In reply to: WP-Grins not working fine with WP 2.0.1First off, I’ve followed Podz page exactly. I’m still having a problem though. The smilies appear in admin and comments section as desired, but don’t show on the page. You can see it here:http://www.divaknitting.com/blog/?p=68 What is weird is that if you look at the properties of the item where the image should be it points to the wrong folder…this is the path it shows:http://www.divaknitting.com/blog/wp-contents/images/smilies/happydance.gif instead of /wp-includes/images/smilies as it should (yes, I edited the wp-grins.php file to point to the correct folder)
Any idea how I can fix this? I’ve tried everything.
Forum: Themes and Templates
In reply to: odd problem…blog is changing theme on it’s own???Great idea with the one theme. I’m getting the rest of them backed up and into a different folder now.
I don’t think it’s the cache refresh since it happens on different day…ie I change it to “blue” and it shows that theme correctly, then the next day it will be back to “default”
I’m wondering if it has anything to do with recent server problems at my host. I know he has had to reboot a lot since somehow my wordpress is leaving open a lot of connections. Maybe that triggers it back to default? Anyway I think once there is only one theme there to go to that problem, at least, might be solved.
Forum: Requests and Feedback
In reply to: Help! Server load problems with WordPress!I am having a similar problem…don’t think it’s the number of visits on my but connections staying open. Any other ideas besides what has already been mentioned here?
Forum: Fixing WordPress
In reply to: MySQL connections not closingMe too. Did anyone get an answer for this problem?
Forum: Fixing WordPress
In reply to: Huge number of Sleeping ConnectionsI am having a similar problem. My host said he is having to restart about 3x /day because of the open connections. Here is some more info…all of this is beyond the scope of what I know to do about WP stuff:
235 | cherylke_cheryl | localhost | cherylke_ | Sleep | 8147 | | |
| 2439 | cherylke_cheryl | localhost | cherylke_ | Sleep | 4493 | | |
| 2459 | cherylke_cheryl | localhost | cherylke_ | Sleep | 4463 | | |
| 3324 | cherylke_cheryl | localhost | cherylke_ | Sleep | 3202 | | |
| 3754 | cherylke_cheryl | localhost | cherylke_ | Sleep | 2722 | | |Forum: Fixing WordPress
In reply to: Firefox Footer Display ProblemIf you temporarily switch to another theme (classic or default) does the footer show up then in firefox?
I’m not the greatest with php either, but I think you need some kind of “limit” parameters in the line where the php file calls the quotes…kind of like this???
Forum: Plugins
In reply to: Webcalendar as includeMaybe I’m not reading the problem correctly…in which case this suggestion will be too simplistic.
If you enable the the exec php plugin from: http://www.soeren-weber.net/post/2005/08/18/50/
then call for the php file on the wp page where you want the calendar appear…will that work?Forum: Fixing WordPress
In reply to: admin options-writing will not updategave up and did a fresh install. It’s working again now…still now idea what the problem was.
Forum: Fixing WordPress
In reply to: No Smilies?yes…same thing for me…when I check the box in admin/writing to update “use smiles” it doesn’t update! Hope someone can help.
Forum: Plugins
In reply to: help with wp grins problem please…weirdJust getting more strange. I had deleted the cache days ago and added this to my wp-config to disable it.
define (‘WPLANG’, ”);
/* Stop editing */
define(‘DISABLE_CACHE’, true);
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>However, when I just checked there was the cache file and the wp-config didn’t have the line! I just repeated both things and still no smiles. When I go to options, convert smiles and update, it still won’t save.
Forum: Plugins
In reply to: Need help with a plugin-Wp-GrinsSorry Ju1ie…didn’t mean to hijack…I wasn’t sure if I should do a new post since my problem was kind of the same as yours.
Forum: Plugins
In reply to: WP Grins – Yet Another Clickable Smilies HackYou don’t have to use the quicktags file…you can edit the other three files he lists in the readme file. Since I didn’t need quicktags for anything else I did that instead and it worked fine.
Forum: Plugins
In reply to: help with wp grins problem please…weirddoh! Of course I didn’t check the most simple thing…I never unchecked it though so that is bizarre. AND if I click it now and hit update, it doesn’t save the new setting! What now?