adam-
Forum Replies Created
-
Forum: Plugins
In reply to: ajax-comments, share-this, and wp-printanyone got any ideas about the other two?
Forum: Plugins
In reply to: ajax-comments, share-this, and wp-printcool – thanks for the speedy response.
wp-print is now working 🙂
Forum: Plugins
In reply to: ajax-comments, share-this, and wp-printno and no, i will look into that
Forum: Fixing WordPress
In reply to: Site got hackedI think probably you may not have recreated the database associated with the blog?
Either that or username/password/database name is wrong in wp-config.php
Forum: Plugins
In reply to: WP-Cache ErrorDoes no one know the answer to this? Will I have to reinstall wp :<
Forum: Themes and Templates
In reply to: Locating WordPress Files to EditWhat are you actually trying to do at the moment? If your just installing wordpress you need to edit wp-config.php
Adam
Forum: Fixing WordPress
In reply to: Link to blogroll from sidebarYou could probably cheat by creating a new page -> putting all the links in -> adding a new link in the blog roll, which is just a link to the page on your site you’ve just created.
Oh and then delete all the blog roll links you’ve now transferred I guess..
Adam
Forum: Fixing WordPress
In reply to: Mysterious text inserted when showing pagelooks fine to me in ff2 and ie7 😮
adam
Forum: Plugins
In reply to: Flash Games with high scores database like ArcadeLet’s see :>
Forum: Plugins
In reply to: Prevent google from reading comment…Put it all inside <? php ?> tags and tbh I haven’t looked into it but if theres something like include(comments.php) then put the comments include in the // not a google hit. Oh, and I’m not a php coder but it’s something like that ^^
Adam
Forum: Fixing WordPress
In reply to: Brand new to everything and CLUELESSYou shouldn’t need to upload any files to your wordpress database.
What you need to do is copy all the unzipped wordpress files FTP or SCP to where ever you are hosting them. Then edit your wp-config.php (will be in the directory where you just copied all the files) and provide it with the address/username/password for the database you created in phpmyadmin.
Then you should be able to browse to where ever you’ve copied the files, so like, yourdomain.com/yourwordpressfolder/install.php and it should basically do the rest for you!
Adam
Forum: Themes and Templates
In reply to: Free WordPress theme!That is actually quite nice 😉 but I would have liked the RSS button to not be below the fold so as to encourage more subscribers.
Just a thought…
Adam
Forum: Fixing WordPress
In reply to: Launch Page AppearanceTry searching for a plugin like ‘recent comments’ or something. It might do what you’re after.
Forum: Fixing WordPress
In reply to: post articleThis is quite a guess but.. it sounds like perhaps you have a theme that uses an email subscribe pluggin which you haven’t installed and is consequently causing database errors (‘cos that table doesn’t exist on the default install as far as I can see).
I’d suggest switching theme or if you have an email subscribe pluggin disable it.
Adam
Forum: Fixing WordPress
In reply to: Customize wp to fit website’s templateThere should be a file- footer.php I think and you can whack google analytics code in there!
It will be in wp-content/themes/[theme]/
Theres a header.php so I guess you could add your own logo and navigation in there.
Hope that helps.