shakeb
Forum Replies Created
-
Forum: Installing WordPress
In reply to: fatal error re 2.07 wp-includes/functions.php on line 2365Worked for me fine. I just upgraded to 2.0.7 from 2.0.6.
I just deleted following files and uploaded the new ones. Then ran upgrade.php. All went fine without any problems.- wp-admin/inline-uploading.php
- wp-admin/post.php
- wp-includes/classes.php
- wp-includes/functions.php
- wp-settings.php
- wp-includes/version.php
Forum: Installing WordPress
In reply to: fatal error re 2.07 wp-includes/functions.php on line 2365But this is the lengthy install we are after just replacing few files as mentioned on the Dev blog my Mark jaquith
It involves replacing only few files.Forum: Installing WordPress
In reply to: fatal error re 2.07 wp-includes/functions.php on line 2365I might give it a go then. I will delete the files first and then upload.
Forum: Installing WordPress
In reply to: fatal error re 2.07 wp-includes/functions.php on line 2365I was only going to change few files that have changed in 2.0.7, but looks like now I have to do a full upgrade.
Forum: Fixing WordPress
In reply to: Upgrade Mistake, deleted wp-content (2.0.3 to 2.0.4 upgrade)Thanks for your reply.
The folder’s have been backed up now and the site is back to normal.I did have the database backed up which I deleted. Also by mistake I deleted my whole Photo Gallery (don’t know what was I smoking lol!). Thanks for the information.
The wp-content folder has been backed up and now the site seems to be working however according to the instructions at http://codex.wordpress.org/Upgrading_WordPress#Upgrade_2.0.3_to_2.0.4
it should ask me to upgrade the database once i logon as admin after the upgrade, which it didn’t. I don’t know what’s wrong. My site however says that it is 2.0.4 (Look at the very bottom of the page).
I don’t know what’s going on. I also had that Maintenance Mode Plugin activated before I did the upgrade. I am not sure if that made any difference.
Edit. I manually tried the/wp-admin/upgrade.phplink and it went fine. So I hope it has been upgraded.Forum: Fixing WordPress
In reply to: HOWTO: Show a post for only 5 daysOK,
I am relatively new to WordPress but If I were you I would think that cronjob/crontab is one way to do this.
There is a crontab plugin http://www.skippy.net/blog/category/wordpress/plugins/wp-cron/
Also here is a link to timestamp plugin
http://wp-plugins.net/plugin/set-postdate/get the timestamp check it using crontab and if it matches your criteria delete/hide that post. (There could be a plugin for hiding posts )
If you know PHP you would probably know what I am getting at.I haven’t checked WP APIs yet and have no idea how it is coded. A developer could probably hint and suggest what to do.
P.S. I could be totally wrong though 🙁
Regards
ShakebForum: Fixing WordPress
In reply to: Missing Link BulletsFixed!!
Thank You very Much.
I’m not a CSS expert so don’t quiet understand what you’ve done there.Thanks Anyway.
Forum: Fixing WordPress
In reply to: Missing Link BulletsDidn’t Work. 🙁
I have a funny feeling that it is some other silly issue and we are busy doing something else.Forum: Fixing WordPress
In reply to: Missing Link BulletsLOL ok Looks like nothing will work.
.entry ul li:before, #sidebar ul ul li:before {
content: “\BB \20”;
}.entry ul li:before, #sidebar ul ul li:before {
content: “\0BB \020”;
}Didn’t work.
00BB 0020 Didn’t work as well.Forum: Fixing WordPress
In reply to: Missing Link BulletsNo I don’t have the old CSS file sorry.
I just went in Theme Editor under pasted the default styles.css which was exactly the same.If there was a problem with the CSS file it should have been fixed after i replaced it with original file.
Forum: Fixing WordPress
In reply to: Missing Link BulletsHmm. There is no backgournd-img in the CSS file.
I dont quite get that, I have just updated the style.css with the default installation file but nothing has changed.
It is not a CSS issue I think.Forum: Fixing WordPress
In reply to: Missing Link BulletsNO I haven’t changed my theme except for adding some code in index.php which was to add the print this page link.
I installed the wp-print plugin.
I removed that link anyway.
Also, I changed the positioning of the links.
For example I have shifted the pages section down instead of it being the first one on the top.Forum: Fixing WordPress
In reply to: Missing Link BulletsThanks Maerk.
I am using Firefox 1.5.0.4
It used to show up until yesterday and now it doesn’t.
🙂Also haven’t made any changes to the stylesheet in the links or the sidebar section.