ryanmc
Forum Replies Created
-
Forum: Plugins
In reply to: Is there any plugin that can identify previous visitors?I think you best bet is to use Google Analytics. Not only is it free, but you get a ton of information about each visitor. You can see what pages they visited, what OS and browser they were using, how long they stayed, where they came from, and much more.
Forum: Plugins
In reply to: Which is the Best plugin for searchI think the best search is not a plugin. I use Google search on my website. Not only is it fast and accurate, but you can also place google ads on it and make a little money. I have never had any trouble with it.
You can check out my implementation at http://www.justechn.com (use the search at the top of the page)
Forum: Fixing WordPress
In reply to: How do I delete blog from Global Dashboard?kristanlh, how were you able to contact WordPress.com support? I tried filling out the support form, but it requires a blog url which must be a wordpress.com blog.
I do not have a wordpress.com blog.Forum: Fixing WordPress
In reply to: Slashes Added To Custom FieldsI found a bug report for this Ticket #7346. Now hopefully it will get fixed soon.
Forum: Fixing WordPress
In reply to: Slashes Added To Custom Fieldsdang it rendered the links. It should would be nice to be able to preview posts before we submit them.
hopefully it will work correctly this time.
before
<a href="www.justechn.com">JusTechn</a>after
<a href=\"www.justechn.com\">JusTechn</a>Forum: Fixing WordPress
In reply to: Slashes Added To Custom FieldsI am having the same problem. I enter href tags in one of my custom fields and the link don’t work with the extra slashes. This has got to be a bug. Has anyone entered a bug report?
An example would be this is what I put in
JusTechnand this is what I get when I save the custom field the first time.
JusTechnI can edit them out and re-save, but this is extremely annoying.
Forum: Fixing WordPress
In reply to: Visual toolbar not showing all the buttons.First I have to say thanks to kmessinger. I followed your link and suggestion to delete the two folders.
After deleteing them and reuploading them the toolbar started working. I don’t know why because this was a brand new install, but it fixed it.
Thanks
Forum: Fixing WordPress
In reply to: Visual toolbar not showing all the buttons.Sorry I messed up the links above. I wish I could preview posts before I send them.
Forum: Fixing WordPress
In reply to: Visual toolbar not showing all the buttons.Nevermind, I found it. I guess I have not synced my hard drive all the way. Anyways, I also found the code
document.getElementById(“quicktags”).style.display=”none”;
in general-template.php line 958but now I am thinking that these are the wrong buttons because they don’t look anything like what I see on the front page of the Wrodpress.org website and I still don’t have a spell check button.
Here is a picture of what I see
Here is a picture of what is on the wordpress website
So back to square one. Any help would be appreciated.
Forum: Fixing WordPress
In reply to: Visual toolbar not showing all the buttons.Ok I did a little more digging. I found that the code is inserted by a function called the_editor
<?php the_editor($post->post_content); ?>
in edit-form-advanced.php line 198But for the life of me I cannot find where that function is defined, I have done a full text search of every file in the wordpress directory. I only know that if I comment out that line the editor goes away and so does that code.
If someone who knows wordpress better than I can help me find the_editor function I would appreciate it.
Forum: Fixing WordPress
In reply to: Visual toolbar not showing all the buttons.I found this piece of code in my webpage
// <![CDATA[ if ( typeof tinyMCE != "undefined" ) document.getElementById("quicktags").style.display="none"; // ]]>When I use firebug to change the “none” to “block” all the buttons show up.
This code doesn’t make any sense? It says hide the buttons if tinyMCE is anything but undefined.
Forum: Fixing WordPress
In reply to: Visual toolbar not showing all the buttons.I deactivated all my plugins, cleared my cache and did a force refresh. No toolbar. So leaving plugins disabled I switched to the default template, cleared the cache and did a force refresh. Still no toolbar.
Forum: Fixing WordPress
In reply to: Visual toolbar not showing all the buttons.Here is a screenshot of the toolbar that I see