pccyborg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Login and logout links on menu barumm…sorry that wasn’t very clear. I don’t understand. Should I include the code I wrote after the nav? (so I wrote the code correctly?)
Forum: Fixing WordPress
In reply to: Login and logout links on menu barwould it be correct if i wrote it like this? :
<li><?php if ( is_user_logged_in() ) { ?> <a href="<?php echo wp_logout_url(); ?>" title="Logout">Logout</a><?php else { ?> <a href=\"https://example.com/blog/wp-login.php\">Login</a> <?php }>
sorry if the coding is rubbish….i’m not really good at this…i’m still learning
Ok, I got it to send an sms. For all those who have encountered/are encountering/want to safeguard themselves from having the same problems, here are the steps I took:
1. Install the plugin and get an account in clickatell. Make sure the account is a central api account. Follow the rest of the instructions.
2. If you get an error message check your outgoing connections in your hosting panel and allow the clickatell ip address
3. If you still get errors, check your Options in the sms manager. check your username, api key, password.There that should be it.
now…i’ve gotta check for more stuff…..
Alright,
With regards the error, i contacted my web hosting providers and they kinda gave an idea of what the problem is. I made some changes and now I’m getting this error:
Error in SMS authorization! (ERR: 001, Authentication failed)
could SOMEBODY PLEASE help me out? how can i fix this? Please let the explanation be explanatory coz I’m not a developer.
Forum: Plugins
In reply to: Plugin for SMS provideri don’t actually think there are any but it’s worth a try i guess.
I came across this site: https://www.cardboardfish.com they deal with sms providing as well. Does anyone know if there’s a plugin available which connect with it?
alright, i came across this site:
https://blog.mypapit.net/2011/04/example-code-send-sms-from-php-via-clickatell.html
it gives a PHP class that sends sms using clickatell. Any ideas how i can integrate this with wordpress?
I really would appreciate some help. It’s really urgent!!!