_g_
Forum Replies Created
-
Forum: Plugins
In reply to: E-mail a friend plugin?I think the problem in 1.3 is that, the post id is not posted to wp-email.php.
Has anybody able to solve the problem? Or is there any similar hack/plugin?
Forum: Plugins
In reply to: E-mail a friend plugin?I am not able to get it to work.
When I click the /wp-email.php?p=id (some number) I get the error
No Post Matched Your Criteria
On debugging I found that the file isn’t going through the following loop:
if(isset($_POST[‘mail’])) {
I am not sure what this loop is doing and how can i set mail? Do I have to do it from class-phpmailer.php? or somewhere in my server?
Thanks in advance.Forum: Fixing WordPress
In reply to: ultimate comment spam blockerI use Authimage hack and it really works.
Forum: Fixing WordPress
In reply to: Redirecting after comments have been postedI think it shudn’t be hard…just needs little bit of js.
You can add a hidden type in the comments form called “redirect” or whatever u want and put its value = index.php?p=88 and then in the wp-comments.php (same file) check if the form was submitted and the redirect value exists….then use the php header to redirect to the value of redirect.
may be the code in the following link (google’s cached result) will help u to get started
https://216.239.57.104/search?q=cache:822bXvQfbIEJ:www.clickfire.com/viewpoints/articles/webdevelopment/create_php_form.php+redirect+form+php&hl=enForum: Plugins
In reply to: Ratings plugin *and* permalinks?I solved the problem….for those who still have the problem…. just add %post_id% somewhere in your permalinks.
Forum: Plugins
In reply to: Blog spam stopper hacku can also try authimage hack
https://www.google.com/search?hl=en&lr=&safe=off&q=authimage&btnG=Search
I installed it and haven’t got any spam but it has been a few hrs. onlysince I installed it…Forum: Plugins
In reply to: New spam-control trickwon’t that slow down the page generation? and what if dsbl.org is down? will the pages still load or they wont?
Forum: Plugins
In reply to: Ratings plugin *and* permalinks?– image links to the rating icon are broken, showing alt text instead
– the dropdown selector for ratings vanishes
My rating selector never shows? and I am using permalinks
I too had the images issue but I hardcoded the path in the file and it worked fine, but am still unable to figure out the rating selector. It never showed up (I used permalinks from starting), so I didn’t even think that it could be permalinks. After reading this post I used a link like /index.php?p=1 and the rate selector was there…
Did someone find a fix for this? The topic was created in july? I searched google but found nothing.
I’ll appreciate if someone can help me with this.
Thanks
_g_Forum: Fixing WordPress
In reply to: Problem With Comments?anybody?
can someone tell me wot file is used to display the comments?