dude
Forum Replies Created
-
Forum: Plugins
In reply to: [Attention bar] [Plugin: Attention bar] not workingdidnt check that duh lol
Forum: Plugins
In reply to: [Attention bar] [Plugin: Attention bar] not workingsure
http://www.londonbbmpinswap.co.uk
the bar just does not appear on my site at all?
I’ve de-activated it for now
Forum: Fixing WordPress
In reply to: how to force login to view pages/tabsAnyone else able to shed some light on this problem,
I really need to nail this sucker 🙂
Forum: Fixing WordPress
In reply to: how to force login to view pages/tabsyes I tried going to the page/s I wanted to restrict but the options to restrict viewing to members only did not work 🙁
How do I create a ‘custom’ template..?
heres my site if it is of any help:
http://www.londonbbmpinswap.co.ukthanks
Forum: Fixing WordPress
In reply to: how to force login to view pages/tabsThanks but it did not work
the only thing it managed to do was restrict the whole blog and presented a login panel.
I only want to restrict certain aspects of my site to non-members..the activity on my site, member profiles, and associated members posts.
Forum: Fixing WordPress
In reply to: Registry problemsI’ve done this..I set up a name@domain.com in cpanel
I’ve also installed 3 mail plugins none of which solved the problem.I’m coming to the conclusion that this is just not going to happen.
5 days now without a fix to simply get my site to send out verification emails?
I guess I’m one of the unlucky ones who site is not destined to work properly 🙁
on the verge of looking for another social platform that ‘does’ at this rate I’m afraid.
Forum: Requests and Feedback
In reply to: Sign up not working properly on my siteok I uploaded the script anyway, tested my gmail account including the spam filter..no email
not sure what you meant about giving the script a success message?
so I just copied what you wrote and filled in the right to’s and from’s email addresses.Forum: Requests and Feedback
In reply to: Sign up not working properly on my siteAgain, you upload the file to the SAME FOLDER as you have your wp-config.php in (I said that before).
Did you..? I must have missed that, where..?
Forum: Requests and Feedback
In reply to: Sign up not working properly on my siteOk I just need you to be a bit more ‘specific’ with your advise because I’ve not been in this position before in terms of writing, uploading, and placing code 🙂
So just a couple of questions..
<?php $email = 'you@youremail.com'; <--- my @gmail account ? $fromemail = 'me@myemail.com'; <--- admin@pinhit.com ? $subject = $_POST['subject']; $msg = 'This is a test'; $headers = "From: ".$fromemail; if( !mail($email, $subject, $msg, $headers) ){ echo "Problem sending email."; }else{ echo "Email successfully sent"; } ?>[Please post code snippets between backticks or use the code button.]
Are the to’s and from’s correct..?
Do I upload the file to: /mail/pinhit.com/admin ?
Forum: Requests and Feedback
In reply to: Sign up not working properly on my siteYes I just sent a test mail and it ended up in the new folder
Forum: Requests and Feedback
In reply to: Sign up not working properly on my siteno I created a new email within cpanel = admin@pinhit.com
I did not enter my @gmail.com
I’ve seen the folder created in the ‘mail folder’ in cpanel File Manager
checked if it had anything in it, theres 3 new folders = cur, new, tmp, and a maildirsize file.Forum: Requests and Feedback
In reply to: Sign up not working properly on my siteplugin did not solve the issue
Forum: Requests and Feedback
In reply to: Sign up not working properly on my sitewhat do you mean by ‘real’ email? the email account I recently set-up in cpanel’s email account..or my ‘name’@gmail.com’ for example..?
ok I can use the script template you’ve shown me, what location on the server should I be uploading this to..?
by the way I’m gonna try another mail plugin:
wp mail fromForum: Fixing WordPress
In reply to: Registry problemswell I’ve set up an email account in the email accounts section in cpanel.
my ‘real’ email account is a @gmail one, but the only option in cpanel is to choose a ‘username’@mydomain, theres no provision for placing a ‘myname@gmail.com@mydomain’
Forum: Requests and Feedback
In reply to: Sign up not working properly on my siteI tried using that plugin and still no emails sent, i got this if it helps:
SMTP -> FROM SERVER:
220-box751.bluehost.com ESMTP Exim 4.69 #1 Fri, 13 May 2011 06:45:55 -0600
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
SMTP -> FROM SERVER:
250-box751.bluehost.com Hello http://www.pinhit.com [127.0.0.1]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
SMTP -> ERROR: Password not accepted from server: 535 Incorrect authentication dataSMTP -> FROM SERVER:
250 Reset OKI don’t fully understand how to make to, and where to put that file you mention, or visit the page?