badmaash
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 2.8 problems editing postsIts the damn tweetable plugin that breaks all my edit options!
Forum: Fixing WordPress
In reply to: WordPress 2.8 problems editing postsI just deactivated all the plugins and now everything is working fine.
Will have to add plugins back one by one and see which one caused the issue.
Ta ta
Forum: Fixing WordPress
In reply to: WordPress 2.8 problems editing postsAlso I have now noticed that after saving a draft or publisshing it and you want to edit it again the upload/insert function no longer work
Forum: Fixing WordPress
In reply to: WordPress 2.8 problems editing postsThe editing works ina new post that has not been saved yet. When hovering over the permalink edit button at the bottom of the browser I see mydomain.com/wp-admin/post-new.php#post_name
when the post has been saved and you want to edit the permalink hovering over the edit botton gives the url mydomain.com/wp-admin/post.php?action=edit&post=60#post_name and when you actually click on the button the actual url shown in the browser changes to this url instead of the edit field opening to allow you to change the permalink
Forum: Plugins
In reply to: Google XML Sitemaps – why mktime warning?Try to change
return mktime($hour, $min, $sec, $month, $day, $year);to
return mktime(doubleval( $hour), $min, $sec, $month, $day, doubleval($year));
What file is this code suppose to changed in becuase
sitemap-core.php does not exist?Forum: Fixing WordPress
In reply to: [Plugin: Tweetable] Getting simplexmlelement errorsHello – this issue is fixed.
When setting up the last step asks for the username. I had used my full email address as the username and now having changed it to just the username everything works fine.
Thanks
Forum: Fixing WordPress
In reply to: [Plugin: Tweetable] Getting simplexmlelement errorsYou can see the errors on the right hand side of my cannabis blog
Forum: Fixing WordPress
In reply to: WordPress 2.7 created sub categories with post not showing in adminOkay the table is wp_terms, you have to find the category if you have many by category number that you can see in the source code of your blog.
Changing the name of the category makes it appear in admin, you can also change the slug but only changing the name seems to fix the problem.
Also it appears there are some duplicates in the DB – will have to clean these up later.
Hope this help.
Thanks