Maxaud
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Version 2.3.2 is availableDid you backup your database and then reload it? It shouldn’t have to. You basically have to just copy over the WP files overwriting the old ones. The database backup is just to be safe.
If and ONLY if you did do a backup, I’d drop the data from the database and reload it back in. That should get rid of the duplicate data and put it back to its original state.
If you did not backup and reload it then I’m not sure what could have caused the problem.
Forum: Plugins
In reply to: Is there a way to remove Browse Happy button from the footer?I know this is an old topic but I thought I’d mention that you can edit where the button takes you in template.php in wp-admin/includes
I usually just make it return back to my websites homepage and change the image to the logo of my site.
Forum: Installing WordPress
In reply to: Version 2.3.2 is availableI’ve edited numerous files/images in my wordpress 2.3.1 to custom brand it to my site.
It says the following files were modified, none of these have any custom branded content for my site.
Could I just keep my original 2.3.1 installed and copy over the below files?
wp-admin\admin.php
wp-admin\includes\file.php
wp-admin\install.php
wp-admin\setup-config.php
wp-app.php
wp-content\plugins\akismet\akismet.php
wp-includes\formatting.php
wp-includes\functions.php
wp-includes\pluggable.php
wp-includes\post.php
wp-includes\query.php
wp-includes\taxonomy.php
wp-includes\version.php
wp-includes\wp-db.php
wp-mail.php
wp-settings.php
xmlrpc.phpthanks!
Forum: Themes and Templates
In reply to: kubrickbg vs kubrickbgwideok, I changed “widecolumn” to “narrowcolumn” in single.php
and added the
<?php get_sidebar(); ?>
to the bottom.Is there any disadvantages to this?
Forum: Themes and Templates
In reply to: kubrickbg vs kubrickbgwidehow would I make all pages/posts use the kubrickbg.jpg?
Forum: Fixing WordPress
In reply to: Spellchecker non functional?That just returns “No misspellings found” when there are words that are purposely misspelled.
Forum: Fixing WordPress
In reply to: Spellchecker non functional?I’m getting the same AJAX error.
I’ve got multiple wordpress blogs on the same surver.
Only one is having the problem.
It’s having the problem even after all plugins have been disabled.It reads:
Could on not execute AJAX call, server didn’t return valid a XML.
Response:
Fatal Error: Call to undefined function mb_substr() in {…}tinymce/plugins/spellchecker/classes/TinyGoogleSpell.class.php on line 23crazy, I just tried (without reading your reply) that and it works great.
Was just coming to mark this as resolved with my fix.
Thanks!
I changed my permalink structure and it started to work.
bump.