idcoder
Forum Replies Created
-
Forum: Plugins
In reply to: Auto login to wordpress when logged in from another site.ok..after a search, i found out that the cookie is double hashed for security reasons. what i want is when i login to my custom admin account, i set the cookie my self and so wordpress can check for the cookie and auto login.
The cookie name is generated as follows.
$cookie_name = "wordpress_".md5($siturl);
Now i need to find the cookie value and how it is generated.
Forum: Plugins
In reply to: WP 2.7 Threaded Comments – Link to Parent Comment?Hi..i am also looking for the same functioning…I will try out your code..thanks a lot for posting it here…If i have a solution i will post back
Forum: Plugins
In reply to: LCA Management pluginyoyoyoyo..i finally figured out how to use the plugin..Now i have to write a query so that the same user does not upload the avatar twice.
i need to write a wordpress query to check for the email and see if it already exists in the DB. and if it exists then i should not allow the avatar to get uploaded..any help there?
(am i talking to myself here ?? )
Forum: Plugins
In reply to: How to process data acquired by POST method?hey santon..awesome dude..thanks a lot for helping us out here..awesome awesome yoyoyoyoyo..thanks
Forum: Fixing WordPress
In reply to: How to add manual contact form in a page?hey did you ever find a solution for this..i have a exact similar problem.
thanksForum: Plugins
In reply to: LCA Management pluginok, i have made changes to the link and now i am able to edit the DB without any error at the admin side. Now my problem is , if i place the <?php lca_form() ?> in the sidebar and try to upload the avatar , it works and then it dispays the thank you msg also (at the side bar)…However at the main home page it shows the “post not found error”. anyone can help??
Forum: Plugins
In reply to: LCA Management pluginhi..does edit.php have to do anything with wp-admin/edit.php
please help me..thanks a lot and a happy new year