designoahu
Forum Replies Created
-
Forum: Installing WordPress
In reply to: [UPDATE Error]wp-includes/query.php array line 2390Hotfix didn’t work for me, but Daya’s code did. Thank you Daya!
I was able to figure it out. If anyone is looking to do this, here is what I did.
<?php foreach($galleries as $gallery){ $images = nggdb::get_gallery($gallery->gid); } ?>
Forum: Themes and Templates
In reply to: How can I give the default search widget a style?Hello Nate451,
A better approach is to override the search widget in your themes functions.php file. That way you are not editing a core file which may get overwritten if you are not careful when upgrading. To do this just just create a new function in your functions.php file within your theme and register it as a sidebar widget like so:
<?php function widget_override_search(){ ?> <form id="searchform" method="get" action="<?php bloginfo('home'); ?>"> <div> <input type="text" name="s" id="s" size="15" /> <input type="submit" id="searchsubmit" value="<?php echo attribute_escape(__('Search')); ?>" /> </div> </form> <?php } if ( function_exists('register_sidebar_widget') ) register_sidebar_widget(__('Search'), 'widget_override_search'); ?>
Hope this helps!
Forum: Fixing WordPress
In reply to: Yahoo ErrorI received a Yahoo error as well. I have WP 2.3.1 and Google XML Sitemaps 3.0.1. When clicking View Result I get a blank page.
Forum: Fixing WordPress
In reply to: widget config problemDoesn’t seem to be a browser issue as I also tried Internet Explorer and Firefox on Win XP. Any suggestions are very much appreciated.
Forum: Everything else WordPress
In reply to: WordPress 2.2.1I see. Thank you for clearing that up MichaelH!
Forum: Your WordPress
In reply to: College newspaper site powered by WPGreat job on your newspaper website. It really shows that wordpress can be used for much more than just a blog.
Forum: Everything else WordPress
In reply to: WordPress 2.2.1I received the message that there is no upgrade available after replacing the files with the 2.2.1 version, however at the bottom of the dashboard it does say that I am running version 2.2.1, go figure.
Forum: Fixing WordPress
In reply to: Rich text editor…gone?Also, this is occurring in Windows XP FF2 and IE6. Also, other wordpress installs on the same server are not having this issue.
Forum: Fixing WordPress
In reply to: Rich text editor…gone?In my case I have checked to make sure that my preferences do in fact use the rich text editor. If I disable the rich text editor I am able to use the regular on just fine. I have also reuploaded the entire wp-admin and wp-include directories deleting the old ones entirely and not just overwriting the files. Also, I disabled all my plugins and CTRL+F5 refreshed the write post post, but I still don’t get the tinyMCE. I also tried the patch to the tiny_mce_gzip.php file found here as well as the one found here. The rich text editor was working fine for a few days after I upgraded to 2.1, but seemed to disappear suddenly. The write and code view tabs are not selectable, and I do not see any of the tinyMCE. Here is a screenshot.
Forum: Fixing WordPress
In reply to: Rich text editor…gone?I am having the same issue as well. I tried markerjoel’s fix, reinstalling tinymce, and even installing the subscribe 2 plugin. Nothing seems to be working. If someone has solved this please update this post.
Forum: Plugins
In reply to: Rich Text editor gone…. tried it all(?) to resolve…I am getting the same issue as well. I recently upgraded to version 2.1 and everything seemed fine for a while, but now I cannot switch between “visual” and “code” view. The entire tinyMCE bar is not displayed. I tried the suggestion of deleting the tinymce folder and then reuploading it, but to no avail. I am receiving the following JS errors:
Error: tinyMCE.getInstanceById is not a function
Source File: https://designoahu.com/wp-includes/js/autosave-js.php?ver=20070116
Line: 99Error: unterminated string literal
Source File: https://designoahu.com/wp-includes/js/tinymce/tiny_mce_gzip.php?ver=20061113&theme=advanced&language=&plugins=inlinepopups%2Cautosave%2Cspellchecker%2Cpaste%2Cwordpress&lang=&index=0
Line: 172, Column: 80
Source Code:="https://www.w3.org/1999/xhtml"><base href="' + tinyMCE.settings['base_href'] + '" /><title>blank_page</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script src="/mint/?js" type="text/javascript"></script>
Error: realTinyMCE is not defined
Source File: https://designoahu.com/wp-includes/js/tinymce/tiny_mce_gzip.php?ver=20061113
Line: 43