carthik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t connect to Weblog Tools CollectionThere appears to be a problem with the mysql databases – something beyond my control at the moment. I had noticed this much earlier and have emailed Mark. Seeing as he might be offline and elsewhere, I have no idea when things might be back up. I cannot administer his server (don’t have the keys).
Thanks for writing to me, Brian.
https://www.scriptygoddess.com/archives/2004/06/29/forget-user-info/
read comment number 19 on that post TOO!
Forum: Plugins
In reply to: FORGET ME???Also, read https://www.scriptygoddess.com/archives/2004/06/29/forget-user-info/
AND read comment #19!
Forum: Plugins
In reply to: FORGET ME???In wp-comments-post.php find these lines:
wp_new_comment($commentdata);
setcookie('comment_author_' . COOKIEHASH, stripslashes($comment_author), time() + 30000000, COOKIEPATH);
setcookie('comment_author_email_' . COOKIEHASH, stripslashes($comment_author_email), time() + 30000000, COOKIEPATH);
setcookie('comment_author_url_' . COOKIEHASH, stripslashes($comment_author_url),time() + 30000000, COOKIEPATH);
and change all occurences of
time() + 30000000
totime() - 300000000
Can’t think of any easy way to put this in a plugin, I’m sure there will be way, though.
Forum: Installing WordPress
In reply to: Which country are you from??You guys remind me of a very old thread :
https://www.ads-software.com/support/topic/1600Forum: Requests and Feedback
In reply to: WOW!! the replies are live posts now!!So, is this what it is like?
Forum: Your WordPress
In reply to: Dremeda…coming along but need help :)>>to stay at the minimum at the bottom of the page.
I am sorry but I don’t get this part.
Forum: Fixing WordPress
In reply to: How do I restore a backupPlease search https://codex.www.ads-software.com for restoring backups and you will find a (hopefully) useful article on the subject.
Forum: Installing WordPress
In reply to: Permalink Structure under Mac OS X APacheDoes the locally installed apache have mod_rewrite installed on it?
A phpinfo.php file should help you find out the answer to the above, should you not know how to find out.
Forum: Installing WordPress
In reply to: Can’t log out of my blog.Can you please try using a different browser to see if that is the cause?
You could also clear the cookies in the your browser once, and then login and try to log out.
A search on google, or these forums should also yield some useful results.
Forum: Requests and Feedback
In reply to: Fixing the “From” address on all emails.Could you please file a bug report(ticket) at trac.www.ads-software.com?
Forum: Fixing WordPress
In reply to: How to link to a pageWhy dont you follow the link from within the dashboard and copy the URL off of the browser, if the link URL is all you want?
There are template tags to list pages, and you’ll find them at the Codex, if your goal is to display a list of links to all the pages on the front page of your blog.
Forum: Fixing WordPress
In reply to: Link Ratings Do Not WorkA set of images were in place to display the ratings. These, and the code to display the ratings were removed a while ago, as part of this change. I think the idea is to use a plugin to display the ratings, if you want to.
A good idea would be to take a look at an older version of WP prior to 1.5 and copy the images, as well as the template function used to display the links with ratings and then use that in your template.
Forum: Themes and Templates
In reply to: multiple posts under one date heading?Search, please ??
https://www.ads-software.com/support/topic/31176