whatadewitt
Forum Replies Created
-
This was a great help to me just now! Many thanks!!
Forum: Plugins
In reply to: Auto login after register and redirect to profile pageHey Jeff,
I’m a bit late to the party here, but I was curious how the action “tml_new_user_registered” is called? Do I need to do_action anywhere?
Thanks,
–d
EDIT: I’m seeing this has to do with the “Theme My Login” theme… is there any way for me to do something similar with a different theme? Thanks!
Hi Chris,
The plugin is awesome, but when I use get_the_post_thumbnail() I still get all of the associated “img” tag, where all I am looking for is the URL to the image… Is this what should be happening? Surely I can parse it, but wanted to make you aware.
WP 3.0.1
Thanks,
–d
Forum: Fixing WordPress
In reply to: Custom Post Type and Admin Menus / User RolesBumping this up, I hate to do it, but I can’t find the answer anywhere else…
Forum: Fixing WordPress
In reply to: Custom "Add User" FieldHi MichaelH,
Thanks for the response!
Unfortunately, I’ve looked at these options and they do not solve my exact problem. I want only the administrators to be able to set this field when they create a new user. Normal user’s, when creating their account, should not see this extra field.
Thanks,
–d
Forum: Fixing WordPress
In reply to: Printing postsI am simply using the backend and database functionality. Therefore wordpress is running, it’s just rather than using a wordpress theme, I have a site already built that is set up to read posts from a backend database. The problem is that when I read the posts, I am not getting my linebreaks to display properly. I am sure that somewhere in the code, when the posts are being called to be printed, they are looking for ‘\n’ strings in the post and replacing them with line breaks, however, doing a search for ‘\n’ in the wordpress directory gives me about 900 results, so I just want to know how I can make sure that when I print out a post from the database the linebreaks are seen.