crystalm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Seach box doesn’t workOkay so is there some code I can edit, replace or insert that will make in only search for posts that exist?
Forum: Fixing WordPress
In reply to: Seach box doesn’t workThanks for that! The code is in and working.
Except now when you do search it finds results that don’t exist. They are possibly posts that have been written and deleted, hence they shouldn’t come up in a search. Is there any way to fix this?Thanks.
Forum: Fixing WordPress
In reply to: User VerificationOkay have found the spot in the php code to edit it but I am not a coder and don’t know what instuction to type to get the thing to print the users password in the verfictaion email. Can any one help me?
$message .= sprintf(__('Password: %s', 'regplus'), $user->user_pass) . "\r\n";'
this is the lin of code where I try to get it to print the users password. I know its wrong because it’s not working. Can anyone suggest how I can modify it do disply the users passowrd?
Is it something further up in the function, do I need to call the field first or something?Forum: Fixing WordPress
In reply to: Post to WordPress through Gmail?It now workd for me you must have the full ssl://pop.gmail.com in the box for it to work not just pop.gmail.com.
And if you add in an iFrame it will auto-check every 15mins for new mail so u dont have to manually check.I ended up installing a plugin to make better use of this function. I have installed Postie and am quite pleased with it thus far.
Forum: Fixing WordPress
In reply to: Link User Profiles to their CommentsDo you have any suggestions of a template we could use for this purpose, or somewhere I couls get the code to do this.
I have a siilar issue. I would like users to be able to click on a users name and a profile be displayed.
Thanks.Forum: Fixing WordPress
In reply to: Prase Error – Trying to install a pluginThis is great thanx. Problem solved by reinstalling the new plugin thanx!
Forum: Fixing WordPress
In reply to: CalendarHas anyone got any ideas?
Forum: Fixing WordPress
In reply to: Post to WordPress through Gmail?I followed those instructions yet I still get
‘POP3 quit: connection does not exist’Forum: Fixing WordPress
In reply to: User DatabaseOk so where can I acces the table wp_users? can this be done through wordpress or is it a file somewhere?
Forum: Themes and Templates
In reply to: Issues with header.phpThanks heaps for your help, But managed to fix it all by my lonesome!
Forum: Fixing WordPress
In reply to: categories not workingThanks so much guys! Worked perfectly!
Forum: Fixing WordPress
In reply to: How to setup to get post by email at self-host blogI have read through this and have followed it’s insturctions, but it’s still not working. Any suggestions?
Forum: Fixing WordPress
In reply to: Post to WordPress through Gmail?I am having the same problem. I have tried what csutoras has done also, am still getting “POP3 quit: connection does not exist”.
Does anyone have a solution?Forum: Fixing WordPress
In reply to: How to setup to get post by email at self-host blogWould lke to know the same thing!
Have tried to set it up, but appears not to be working…Forum: Plugins
In reply to: Members only and New membersThanks for the help I have the plugin working now!