51 reputation
10
bio website
location
age
visits member for 2 years
seen May 13 at 15:08
stats profile views 37

I'm a wordpress newbie, and I am eager to learn!


May
2
comment stripslashes problem with image in message
@t31os so how would that translate in to <a href="mysite.com"><img src="mysite.com/images/logo.png"; /></a> ? maybe \<a href=''mysite.com''><img src=''mysite.com/images/logo.png''; /></a>\
May
2
comment stripslashes problem with image in message
@t31os It has to be with "", because I have also other things in it like: \'{item}\ and I need to insert my logo inside the message body but with "". Any idea? When I put single quotes I get <a href= ... it strips the functionality of the code and leaves only the html text. i would like to see the image embeded in the message, not the text and links of that image.
May
2
comment stripslashes problem with image in message
@t31os Any other way? I have to keep quotes because of some extra functions. Somebody suggested get_pemalink? I really need help with this because this sends out a customized mail after an action :)
May
2
asked stripslashes problem with image in message
Feb
26
awarded  Popular Question
Feb
20
awarded  Popular Question
Dec
15
asked Missing argument WPDB PREPARE
Nov
30
accepted Remove the deleted user comment
Nov
28
comment Remove the deleted user comment
@toscho the function is not working, there are still comments of the deleted user active! what to do?
Nov
28
comment Remove the deleted user comment
@toscho I understand but there is a need for such an operation unfortunately :) Can You tell me where in this function should I place "comment deleted" text? Thank you a lot for a good idea so I at least have some visual representation.
Nov
27
comment Remove the deleted user comment
@Ralf912 new Wordpress 3.4.2 installation of Wordpress with plugins: "DELETE ME" installed + "WP-Ajaxify-Comments". I tried the below function but the comment remains, the blank image without the deleted users name and his/hers comment visible. Thank YOu for the help in advance! :)
Nov
27
comment Remove the deleted user comment
@toscho I have WordPress installed latest version, and I am experimenting and having frontend author page with ability for user to delete their account. I'm using a plugin and You are right, it's called: "Delete Me". I would love if the comment thread would not break if possible with the function? Any help would be greatly appreciated guys :)
Nov
26
asked Remove the deleted user comment
Nov
17
accepted Remove the deleted users avatar from list
Nov
17
comment Remove the deleted users avatar from list
thank You for the help, this is very helpful, guess I need to get in to it more. Just hoped there was a simple fix but apparently not :D Cheers and thank You for the effort!
Nov
17
comment Remove the deleted users avatar from list
It does the trick, but now some of the custom user avatars return as a big image. Some of them uploaded a big image 1024x860 and I just resized it in css to fit the avatar size. Now it displays the big image instead of the resized one. Can I fix it quickly?
Nov
17
comment Remove the deleted users avatar from list
@ifdion this is the default function that I had in the theme I'm experimenting with. Don't know how to do it Your way, any possible solution that will make my life easy?
Nov
17
comment Remove the deleted users avatar from list
I would love to do it if possible. Any idea how to do it?
Nov
17
comment Remove the deleted users avatar from list
I'm supposed to have a lot of users that follow each other and I need an automated function that cleans up the deleted users image information so I don't have blank images. Is it doable?
Nov
17
comment Remove the deleted users avatar from list
Yes I have the function that every user has it's own count of people that are following him and that he follows. Can You please help me out and pointing me where should I place Your code: add_action('deleted_user'.... to clean up the image?